8f097c4
#
8f097c4
# spec file for quilt - patch management scripts
8f097c4
#
8f097c4
8f097c4
Name:		quilt
8f097c4
Summary:	Scripts for working with series of patches
9e25265
License:	GPLv2
8f097c4
Group:		Development/Tools
13fec03
Version:	0.51
13fec03
Release:	1%{?dist}
8f097c4
Source:		http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz
8f097c4
URL:		http://savannah.nongnu.org/projects/quilt
f060efb
BuildRequires: gettext gawk util-linux-ng
8f097c4
Requires: coreutils
8f097c4
Requires: diffutils
8f097c4
Requires: gzip
8f097c4
Requires: bzip2
8f097c4
Requires: sed
8f097c4
Requires: gawk
8f097c4
Requires: diffstat
8f097c4
Requires: %{_sbindir}/sendmail
f060efb
Requires: util-linux-ng
8f097c4
Requires: tar
9f28572
Requires: rpm-build
8f097c4
8f097c4
%description
8f097c4
These scripts allow one to manage a series of patches by keeping track of the
8f097c4
changes each patch makes. Patches can be applied, un-applied, refreshed, etc.
8f097c4
8f097c4
The scripts are heavily based on Andrew Morton's patch scripts found at
8f097c4
http://www.zip.com.au/~akpm/linux/patches/
8f097c4
8f097c4
%prep
8f097c4
%setup
8f097c4
8f097c4
%build
13fec03
%configure --with-sendmail=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat --docdir=%{_docdir}/%{name}-%{version}
8f097c4
make %{?_smp_mflags}
8f097c4
8f097c4
%install
8f097c4
make install BUILD_ROOT=$RPM_BUILD_ROOT
8f097c4
%{find_lang} %{name}
8f097c4
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/* .
8f097c4
rm -rf $RPM_BUILD_ROOT/%{_docdir}
8f097c4
8f097c4
%files -f %{name}.lang
8f097c4
%defattr(-, root, root)
8f097c4
%doc README README.MAIL quilt.pdf
9cc8c64
%doc AUTHORS COPYING TODO
8f097c4
%{_bindir}/guards
8f097c4
%{_bindir}/quilt
8f097c4
%{_datadir}/quilt/
967ea81
%{_datadir}/emacs/site-lisp/quilt.el
8f097c4
%{_libdir}/quilt/
8f097c4
%{_sysconfdir}/bash_completion.d
8f097c4
%config %{_sysconfdir}/quilt.quiltrc
8f097c4
%{_mandir}/man1/*
8f097c4
8f097c4
%changelog
13fec03
* Mon Jan 30 2012 Josh Boyer <jwboyer@redhat.com> - 0.51-1
13fec03
- Update to new upstream release
13fec03
d8ab755
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-4
d8ab755
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d8ab755
315b1c2
* Mon Dec 19 2011 Josh Boyer <jwboyer@redhat.com> - 0.50-3
315b1c2
- Fix quilt setup regression (rhbz #768787)
315b1c2
8721125
* Wed Dec 07 2011 Josh Boyer <jwboyer@redhat.com> - 0.50-2
8721125
- Fix regression in email address checking
8721125
6beac16
* Tue Dec 06 2011 Josh Boyer <jwboyer@redhat.com> - 0.50-1
6beac16
- Update to latest upstream release
6beac16
81b08a9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.48-2
81b08a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
81b08a9
dd55c9f
* Fri Jun 18 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.48-1
dd55c9f
- New upstream release
dd55c9f
- Drop upstreamed patch
dd55c9f
- Update spec to drop redundant buildroot items and clean section
dd55c9f
17a9857
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-5
17a9857
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
17a9857
5af7e01
* Mon Mar 16 2009 Josh Boyer <jwboyer@gmail.com> - 0.47-4
5af7e01
- Fix sendmail configure (bug 474136)
5af7e01
7179bf4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-3
7179bf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7179bf4
08c832a
* Tue Jan 13 2009 - jwboyer@gmail.com - 0.47-2
08c832a
- Fix 'quilt setup' for rpm 4.6 (bug 473557)
08c832a
967ea81
* Thu Aug 21 2008 - jwboyer@gmail.com 0.47-1
967ea81
- Update to latest release
967ea81
2c7d286
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.46-5
2c7d286
- Autorebuild for GCC 4.3
2c7d286
f060efb
* Fri Sep 28 2007 - jwboyer@jdub.homelinux.org 0.46-4
f060efb
- BR util-linux-ng for getopt
f060efb
4624487
* Tue Aug 21 2007 - jwboyer@jdub.homelinux.org 0.46-3
4624487
- BR gawk
4624487
9e25265
* Fri Aug 03 2007 - jwboyer@jdub.homelinux.org 0.46-2
9e25265
- Update license field
9e25265
b24104c
* Fri Oct 20 2006 - jwboyer@jdub.homelinux.org 0.46-1
b24104c
- Update to latest release
b24104c
9b06a71
* Sun Aug 27 2006 - jwboyer@jdub.homelinux.org 0.45-2
9b06a71
- Bump and rebuild for FE6
9b06a71
5396131
* Mon Apr 24 2006 - jwboyer@jdub.homelinux.org 0.45-1
5396131
- Update to latest release
5396131
0984224
* Wed Feb 15 2006 - jwboyer@jdub.homelinux.org 0.44-1
0984224
- Update to latest release
0984224
ffb43eb
* Thu Feb 2 2006 - jwboyer@jdub.homelinux.org 0.43-1
ffb43eb
- Update to latest upstream
ffb43eb
- Drop fix-debuginfo patch (upstream)
ffb43eb
3cba0ea
* Fri Oct 28 2005 - jwboyer@jdub.homelinux.org 0.42-2
3cba0ea
- fix debuginfo package (bug 171917)
3cba0ea
9cc8c64
* Fri Jul 29 2005 - jwboyer@jdub.homelinux.org 0.42-1
9cc8c64
- Update to latest upstream
9cc8c64
7df424f
* Mon Jun 6 2005 - jwboyer@jdub.homelinux.org 0.40-3
7df424f
- Remove hardcoded dist tags
7df424f
- Bump release
7df424f
438c1c9
* Wed May 4 2005 - jwboyer@jdub.homelinux.org 0.40-2
438c1c9
- Bump release to fix dist tag usage
438c1c9
89e3cb9
* Tue May 3 2005 - jwboyer@jdub.homelinux.org 0.40-1
89e3cb9
- Update to 0.40
89e3cb9
- Remove fix-man-page.patch as it's now upstream
89e3cb9
- Fix release numbering for multiple distro version
89e3cb9
4bf8437
* Fri Apr 22 2005 - jwboyer@jdub.homelinux.org 0.39-7
4bf8437
- Bump release to be higher than FC-3 branch
4bf8437
9f28572
* Thu Apr 21 2005 - jwboyer@jdub.homelinux.org 0.39-5
9f28572
- Add rpm-build requires back for setup function.  rpm-build needs patch and
9f28572
  perl, so remove explict requires.
9f28572
8f097c4
* Tue Apr 5 2005 - jwboyer@jdub.homelinux.org 0.39-4
8f097c4
- Remove some Requires.  coreutils needs grep and findutils. rpm-build isn't
8f097c4
  really needed.  gzip needs mktemp.
8f097c4
- Remove the Authors from the description to make it more Fedora like.
8f097c4
- Get rid of old character set warning in man page
8f097c4
8f097c4
* Sun Apr 3 2005 - jwboyer@jdub.homelinux.org 0.39-3
8f097c4
- Add dependency on perl for the graph, mail, and setup functions
8f097c4
8f097c4
* Fri Apr 1 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 0.39-2
8f097c4
- Full URL for Source.
8f097c4
- Changed some of the entries in the %%files section to own more directories,
8f097c4
  add more docs, and mark config files as config.
8f097c4
- Add some BuildRequires, configure switches and Requires so various quilt
8f097c4
  commandline options work.
8f097c4
8f097c4
* Thu Mar 31 2005 - jwboyer@jdub.homelinux.org
8f097c4
- Adapt quilt spec file to Fedora Extras conventions