rpms/quilt/devel fix-man-page.patch, NONE, 1.1 quilt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Thu Apr 21 00:21:07 UTC 2005


Author: jwboyer

Update of /cvs/extras/rpms/quilt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2930/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fix-man-page.patch quilt.spec 
Log Message:
auto-import quilt-0.39-4 on branch devel from quilt-0.39-4.src.rpm

fix-man-page.patch:

--- NEW FILE fix-man-page.patch ---
diff -Naur quilt-0.39.orig/doc/quilt.1.in quilt-0.39/doc/quilt.1.in
--- quilt-0.39.orig/doc/quilt.1.in	2004-11-22 13:50:15.000000000 -0600
+++ quilt-0.39/doc/quilt.1.in	2005-04-05 19:58:25.188879560 -0500
@@ -140,8 +140,8 @@
 .IP QUILT_PATCH_OPTS 4
 
 Additional options that quilt shall pass to GNU patch when applying patches.
-(For example, some versions of GNU patch sup- port the
-"­unified-reject-files" option for generating reject files in unified diff
+(For example, some versions of GNU patch support the
+"-unified-reject-files" option for generating reject files in unified diff
 style.
     
 .IP QUILT_PATCHES 4


--- NEW FILE quilt.spec ---
#
# spec file for quilt - patch management scripts
#

Name:		quilt
Summary:	Scripts for working with series of patches
License:	GPL
Group:		Development/Tools
Version:	0.39
Release:	4
Source:		http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz
URL:		http://savannah.nongnu.org/projects/quilt
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gettext
Requires: coreutils
Requires: diffutils
Requires: patch
Requires: gzip
Requires: bzip2
Requires: sed
Requires: gawk
Requires: diffstat
Requires: %{_sbindir}/sendmail
Requires: util-linux
Requires: tar
Requires: perl
Patch0: fix-man-page.patch

%description
These scripts allow one to manage a series of patches by keeping track of the
changes each patch makes. Patches can be applied, un-applied, refreshed, etc.

The scripts are heavily based on Andrew Morton's patch scripts found at
http://www.zip.com.au/~akpm/linux/patches/

%prep
%setup

%patch0 -p1

%build
%configure --with-mta=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install BUILD_ROOT=$RPM_BUILD_ROOT
%{find_lang} %{name}
mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/* .
rm -rf $RPM_BUILD_ROOT/%{_docdir}

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-, root, root)
%doc README README.MAIL quilt.pdf
%doc AUTHORS BUGS COPYING TODO
%{_bindir}/guards
%{_bindir}/quilt
%{_datadir}/quilt/
%{_libdir}/quilt/
%{_sysconfdir}/bash_completion.d
%config %{_sysconfdir}/quilt.quiltrc
%{_mandir}/man1/*

%changelog
* Tue Apr 5 2005 - jwboyer at jdub.homelinux.org 0.39-4
- Remove some Requires.  coreutils needs grep and findutils. rpm-build isn't
  really needed.  gzip needs mktemp.
- Remove the Authors from the description to make it more Fedora like.
- Get rid of old character set warning in man page

* Sun Apr 3 2005 - jwboyer at jdub.homelinux.org 0.39-3
- Add dependency on perl for the graph, mail, and setup functions

* Fri Apr 1 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 0.39-2
- Full URL for Source.
- Changed some of the entries in the %%files section to own more directories,
  add more docs, and mark config files as config.
- Add some BuildRequires, configure switches and Requires so various quilt
  commandline options work.

* Thu Mar 31 2005 - jwboyer at jdub.homelinux.org
- Adapt quilt spec file to Fedora Extras conventions


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/quilt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2005 00:20:26 -0000	1.1
+++ .cvsignore	21 Apr 2005 00:21:05 -0000	1.2
@@ -0,0 +1 @@
+quilt-0.39.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/quilt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2005 00:20:26 -0000	1.1
+++ sources	21 Apr 2005 00:21:05 -0000	1.2
@@ -0,0 +1 @@
+34f0c654aefba0342db6c676988634b5  quilt-0.39.tar.gz




More information about the fedora-extras-commits mailing list