rpms/sash/devel sash-3.7-nostrip.patch, NONE, 1.1 sash.spec, 1.15, 1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 10 08:54:03 UTC 2005


Author: karsten

Update of /cvs/dist/rpms/sash/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8149

Modified Files:
	sash.spec 
Added Files:
	sash-3.7-nostrip.patch 
Log Message:
- enable debuginfo

sash-3.7-nostrip.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE sash-3.7-nostrip.patch ---
--- sash-3.7/Makefile.nostrip	2005-05-10 10:52:21.000000000 +0200
+++ sash-3.7/Makefile	2005-05-10 10:52:27.000000000 +0200
@@ -21,7 +21,7 @@
 	-DHAVE_BSD_MOUNT=$(HAVE_BSD_MOUNT) \
 	-DMOUNT_TYPE=$(MOUNT_TYPE)
 
-LDFLAGS = -static -s
+LDFLAGS = -static
 LIBS = -lz
 
 


Index: sash.spec
===================================================================
RCS file: /cvs/dist/rpms/sash/devel/sash.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sash.spec	2 Mar 2005 12:08:00 -0000	1.15
+++ sash.spec	10 May 2005 08:53:58 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: A statically-linked shell, including some built-in basic commands.
 Name: sash
 Version: 3.7
-Release: 6
+Release: 7
 License: GPL
 Group: System Environment/Shells
 Source0: http://www.canb.auug.org.au/~dbell/programs/sash-%{version}.tar.gz
@@ -10,6 +10,7 @@
 Patch2: sash-3.4-losetup.patch
 Patch3: sash-pwdfunc.patch
 Patch4: sash-3.7-segfault.patch
+Patch5: sash-3.7-nostrip.patch
 Buildroot: %{_tmppath}/%{name}-root
 BuildPrereq: zlib-devel
 
@@ -23,11 +24,12 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .misc
-%patch1 -p1 -b .scriptarg
-%patch2 -p1 -b .losetup
-%patch3 -p1 -b ".pwd"
-%patch4 -p1 -b ".segf"
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
@@ -36,7 +38,7 @@
 mkdir -p $RPM_BUILD_ROOT/sbin
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
 
-install -s -m755 sash $RPM_BUILD_ROOT/sbin
+install -m755 sash $RPM_BUILD_ROOT/sbin
 install -m644 sash.1 $RPM_BUILD_ROOT%{_mandir}/man8/sash.8
 
 %clean
@@ -48,6 +50,9 @@
 %{_mandir}/man8/sash.8*
 
 %changelog
+* Tue May 10 2005 Karsten Hopp <karsten at redhat.de> 3.7-7
+- enable debuginfo
+
 * Wed Mar 02 2005 Karsten Hopp <karsten at redhat.de> 3.7-6
 - build with gcc-4
 




More information about the fedora-cvs-commits mailing list