2d4db10
Name:           fedpkg-minimal
c5f14ed
Version:        1.1.0
a055745
Release:        7%{?dist}
2d4db10
Summary:        Script to allow fedpkg fetch to work
2d4db10
2d4db10
Group:          Applications/System
2d4db10
License:        GPLv2+
80bf4b9
URL:            https://pagure.io/%{name}
80bf4b9
Source0:        https://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
e1f9159
Patch0:         0001-Read-BSD-formatted-sources.patch
e1f9159
Patch1:         0002-remove-the-in-two-steps.patch
e1f9159
Patch2:         0003-Make-curl-follow-redirects.patch
e1f9159
Patch3:         0004-Update-baseurl-to-src.fpo.patch
e1f9159
2d4db10
2d4db10
BuildArch:      noarch
2d4db10
c5f14ed
Requires:       curl
2d4db10
2d4db10
Conflicts:      fedpkg
2d4db10
2d4db10
2d4db10
%description
2d4db10
Script for use in Koji to allow sources to be fetched
2d4db10
2d4db10
%prep
f569757
%setup -q
80bf4b9
%patch0 -p1
1dd7eef
%patch1 -p1
d94b90b
%patch2 -p1
e1f9159
%patch3 -p1
2d4db10
2d4db10
%build
2d4db10
2d4db10
%install
2d4db10
install -d %{buildroot}%{_bindir}
0396720
install -pm 755 bin/fedpkg %{buildroot}%{_bindir}/fedpkg
2d4db10
2d4db10
2d4db10
%files
c5f14ed
%doc README.md LICENSE AUTHORS.md
2d4db10
%{_bindir}/fedpkg
2d4db10
2d4db10
%changelog
e1f9159
* Mon Dec 12 2016 Dennis Gilmore <dennis@ausil.us> - 1.1.0-7
e1f9159
- use upstreamed more robust patches for switch to https and src
e1f9159
d94b90b
* Mon Dec 12 2016 Dennis Gilmore <dennis@ausil.us> - 1.1.0-6
d94b90b
- switch the lookcaside cache url to src.fp.o and use https://
d94b90b
1dd7eef
* Sun Dec 11 2016 Dennis Gilmore <dennis@ausil.us> - 1.1.0-5
1dd7eef
- update patch to support new sources format to work on rhel6
1dd7eef
80bf4b9
* Thu Dec 08 2016 Dennis Gilmore <dennis@ausil.us> - 1.1.0-4
80bf4b9
- add patch to support new sources format
80bf4b9
e54be74
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
e54be74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e54be74
0e6940f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
0e6940f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0e6940f
c5f14ed
* Mon Mar 23 2015 Pavol Babincak <pbabinca@redhat.com> - 1.1.0-1
c5f14ed
- Verify sources
c5f14ed
- Add Till and Jesse to Authors and Till to Copyright header
c5f14ed
- Remove redundant whitespace at the end of file
c5f14ed
- Simplify parsing sources file
c5f14ed
- Abort on errors
c5f14ed
- Added copyright and authors
c5f14ed
- Use curl instead of wget
c5f14ed
e1cc19b
* Wed Mar 04 2015 Pavol Babincak <pbabinca@redhat.com> - 1.0.0-3
e1cc19b
- Use %%setup instead of %%autosetup in %%prep
e1cc19b
- Define BuildRoot
e1cc19b
- Move license back under %%doc macro
e1cc19b
0396720
* Fri Feb 06 2015 Pavol Babincak <pbabinca@redhat.com> - 1.0.0-2
0396720
- use %%license tag instead of %%doc for the LICENSE file (rhbz#1189611)
0396720
- preserve timestamp of original installed files (rhbz#1189611)
0396720
- drop installation README.md and LICENSE from %%install section to install it
0396720
  only once from %%doc and %%license macro (rhbz#1189611)
0396720
2d4db10
* Wed Feb 04 2015 Pavol Babincak <pbabinca@redhat.com> - 1.0.0-1
2d4db10
- Initial release made from
2d4db10
  http://koji.fedoraproject.org/koji/packageinfo?packageID=17475