rpms/nail/FC-3 nail-11.25-nostrip.patch,NONE,1.1 nail.spec,1.2,1.3

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Mon Oct 17 09:09:54 UTC 2005


Author: buc

Update of /cvs/extras/rpms/nail/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2105

Modified Files:
	nail.spec 
Added Files:
	nail-11.25-nostrip.patch 
Log Message:


nail-11.25-nostrip.patch:

--- NEW FILE nail-11.25-nostrip.patch ---
diff -Nrbu nail-11.25/Makefile nail-11.25-OK/Makefile
--- nail-11.25/Makefile	2005-07-29 15:31:44.000000000 +0400
+++ nail-11.25-OK/Makefile	2005-10-17 12:45:26.000000000 +0400
@@ -96,7 +96,7 @@
 
 install: all
 	test -d $(DESTDIR)$(BINDIR) || mkdir -p $(DESTDIR)$(BINDIR)
-	$(UCBINSTALL) -c -s nail $(DESTDIR)$(BINDIR)/nail
+	$(UCBINSTALL) -c nail $(DESTDIR)$(BINDIR)/nail
 	test -d $(DESTDIR)$(MANDIR)/man1 || mkdir -p $(DESTDIR)$(MANDIR)/man1
 	$(UCBINSTALL) -c -m 644 nail.1 $(DESTDIR)$(MANDIR)/man1/nail.1
 	test -d $(DESTDIR)$(SYSCONFDIR) || mkdir -p $(DESTDIR)$(SYSCONFDIR)


Index: nail.spec
===================================================================
RCS file: /cvs/extras/rpms/nail/FC-3/nail.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nail.spec	3 Oct 2005 11:28:37 -0000	1.2
+++ nail.spec	17 Oct 2005 09:09:52 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: Enhanced implementation of the mailx command
 Name: nail
 Version: 11.25
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: 	Applications/Internet
 License: BSD
 URL: http://nail.sourceforge.net
@@ -12,6 +12,7 @@
 Source1: nail.html
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0: nail-11.25-config.patch
+Patch1: nail-11.25-nostrip.patch
 
 %if %{use_nss}
 BuildRequires: mozilla-nss-devel, mozilla-nspr-devel, pkgconfig
@@ -37,6 +38,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 cp %{SOURCE1} %{name}.html
 
@@ -81,6 +83,9 @@
 
 
 %changelog
+* Mon Oct 17 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 11.25-4
+- don't stip binaries on makeinstall (#170972)
+
 * Mon Oct  3 2005 Dmitry Butskoy <Dmitry at Butskoy.name>
 - clear buildroot before install (Michael Schwendt)
 




More information about the fedora-extras-commits mailing list