rpms/fatsort/devel fatsort-0.9.8-no_stripping.patch, NONE, 1.1 fatsort.spec, 1.13, 1.14

Till Maas (till) fedora-extras-commits at redhat.com
Mon Jun 9 20:13:58 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/fatsort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27892

Modified Files:
	fatsort.spec 
Added Files:
	fatsort-0.9.8-no_stripping.patch 
Log Message:
* Mon Jun 09 2008 Till Maas <opensource till name> - 0.9.8-1
- New upstream release
- move install to Makefile/patch
- ChangeLog is now CHANGES
- Disable stripping in Makefile


fatsort-0.9.8-no_stripping.patch:

--- NEW FILE fatsort-0.9.8-no_stripping.patch ---
diff -up fatsort-0.9.8/src/Makefile.no_stripping fatsort-0.9.8/src/Makefile
--- fatsort-0.9.8/src/Makefile.no_stripping	2007-10-25 23:38:44.000000000 +0200
+++ fatsort-0.9.8/src/Makefile	2008-06-09 22:03:55.000000000 +0200
@@ -1,7 +1,6 @@
 CC=gcc
 LD=gcc
 CFLAGS += -g -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-LDFLAGS += -s
 
 all: fatsort
 


Index: fatsort.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fatsort/devel/fatsort.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fatsort.spec	9 Jun 2008 20:03:34 -0000	1.13
+++ fatsort.spec	9 Jun 2008 20:13:11 -0000	1.14
@@ -9,6 +9,7 @@
 Source0:        http://download2.berlios.de/%{name}/%{name}-%{version}.tar.gz
 # 2008-06-09: sent to upstream
 Patch0:         fatsort-0.9.8-install.patch
+Patch1:         fatsort-0.9.8-no_stripping.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -20,10 +21,11 @@
 
 %prep
 %setup -q
-%patch -p1 -b .install
+%patch0 -p1 -b .install
+%patch1 -p1 -b .no_stripping
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 
@@ -48,6 +50,7 @@
 - New upstream release
 - move install to Makefile/patch
 - ChangeLog is now CHANGES
+- Disable stripping in Makefile
 
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.7.1-3
 - Autorebuild for GCC 4.3




More information about the fedora-extras-commits mailing list