rpms/gtk-gnutella/devel gtk-gnutella-0.95.4-install.patch, NONE, 1.1 gtk-gnutella.spec, 1.1, 1.2

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Oct 28 11:11:01 UTC 2005


Author: buc

Update of /cvs/extras/rpms/gtk-gnutella/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26720

Modified Files:
	gtk-gnutella.spec 
Added Files:
	gtk-gnutella-0.95.4-install.patch 
Log Message:


gtk-gnutella-0.95.4-install.patch:

--- NEW FILE gtk-gnutella-0.95.4-install.patch ---
diff -Nrbu gtk-gnutella-0.95.4/src/Makefile.SH gtk-gnutella-0.95.4-OK/src/Makefile.SH
--- gtk-gnutella-0.95.4/src/Makefile.SH	2005-07-31 22:46:32.000000000 +0400
+++ gtk-gnutella-0.95.4-OK/src/Makefile.SH	2005-10-28 15:00:49.000000000 +0400
@@ -219,7 +219,7 @@
 	@case '${MFLAGS}' in *[i]*) set +e;; esac;		\
 	(set -x; test -d $(INSTALL_PREFIX)$(BINDIR) || \
 		$(INSTALLDIR) $(INSTALL_PREFIX)$(BINDIR)); \
-	$(INSTALL) -c -s -m 555  gtk-gnutella $(INSTALL_PREFIX)$(BINDIR)
+	$(INSTALL) -c -m 755 gtk-gnutella $(INSTALL_PREFIX)$(BINDIR)
 
 local_deinstall::
 	$(RM) $(INSTALL_PREFIX)$(BINDIR)/gtk-gnutella


Index: gtk-gnutella.spec
===================================================================
RCS file: /cvs/extras/rpms/gtk-gnutella/devel/gtk-gnutella.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk-gnutella.spec	3 Oct 2005 14:39:17 -0000	1.1
+++ gtk-gnutella.spec	28 Oct 2005 11:10:58 -0000	1.2
@@ -2,11 +2,12 @@
 Name: gtk-gnutella
 Summary: GUI based Gnutella Client
 Version: 0.95.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Applications/Internet
 License: GPL
 URL: http://gtk-gnutella.sourceforge.net
 Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
+Patch0: gtk-gnutella-0.95.4-install.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if 0%{!?_with_gtk1:1}
 BuildRequires: gtk2-devel, libglade2-devel
@@ -27,6 +28,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .install
 
 
 %build
@@ -59,7 +61,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%attr(755,root,root) %{_bindir}/*
+%{_bindir}/*
 %{_datadir}/gtk-gnutella
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
@@ -68,6 +70,9 @@
 
 
 %changelog
+* Fri Oct 28 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.95.4-2
+- patch0: don't pre-strip binary on makeinstall (#171922)
+
 * Mon Oct  3 2005 Dmitry Butskoy <Dmitry at Butskoy.name> - 0.95.4-1
 - accepted for Fedora Extra
   (review by Aurelien Bompard <gauret at free.fr>)




More information about the fedora-extras-commits mailing list