rpms/quilt/devel quilt-fix-debuginfo.patch, NONE, 1.1 quilt.spec, 1.7, 1.8

Joshua W. Boyer (jwboyer) fedora-extras-commits at redhat.com
Fri Oct 28 18:00:29 UTC 2005


Author: jwboyer

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

Modified Files:
	quilt.spec 
Added Files:
	quilt-fix-debuginfo.patch 
Log Message:
Fix debuginfo package.  Patch from Ville Skyttä

quilt-fix-debuginfo.patch:

--- NEW FILE quilt-fix-debuginfo.patch ---
--- Makefile.in~	2005-07-22 20:06:32.000000000 +0300
+++ Makefile.in	2005-10-27 23:13:41.000000000 +0300
@@ -236,7 +236,7 @@
 	@INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR)
 
 	@INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR)
-	@INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
+	@INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
 
 	@INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
 	@INSTALL@ -m 644 doc/README \


Index: quilt.spec
===================================================================
RCS file: /cvs/extras/rpms/quilt/devel/quilt.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- quilt.spec	29 Jul 2005 22:23:43 -0000	1.7
+++ quilt.spec	28 Oct 2005 18:00:27 -0000	1.8
@@ -7,7 +7,7 @@
 License:	GPL
 Group:		Development/Tools
 Version:	0.42
-Release:	1%{?dist}
+Release:	2%{?dist}
 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)
@@ -23,6 +23,7 @@
 Requires: util-linux
 Requires: tar
 Requires: rpm-build
+Patch: quilt-fix-debuginfo.patch
 
 %description
 These scripts allow one to manage a series of patches by keeping track of the
@@ -33,6 +34,7 @@
 
 %prep
 %setup
+%patch0 -p0
 
 %build
 %configure --with-mta=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat
@@ -61,6 +63,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Fri Oct 28 2005 - jwboyer at jdub.homelinux.org 0.42-2
+- fix debuginfo package (bug 171917)
+
 * Fri Jul 29 2005 - jwboyer at jdub.homelinux.org 0.42-1
 - Update to latest upstream
 




More information about the fedora-extras-commits mailing list