rpms/mj/devel mj.spec,1.1,1.2

Göran Uddeborg goeran at fedoraproject.org
Sun May 2 09:11:10 UTC 2010


Author: goeran

Update of /cvs/pkgs/rpms/mj/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4373

Modified Files:
	mj.spec 
Log Message:
Don't strip executables on installation, BZ 578290 comment 25


Index: mj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mj/devel/mj.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mj.spec	1 May 2010 15:35:38 -0000	1.1
+++ mj.spec	2 May 2010 09:11:10 -0000	1.2
@@ -1,6 +1,6 @@
 Name:        mj
 Version:     1.10
-Release:     4%{?dist}
+Release:     5%{?dist}
 Summary:     Mah-Jong program with network option
 Summary(sv): Mah-Jong-program med nätmöjlighet
 
@@ -99,7 +99,8 @@ EOF
 
 
 %install
-make install install.man DESTDIR=%buildroot%_prefix/ MANDIR=share/man/man1
+make install install.man DESTDIR=%buildroot%_prefix/ MANDIR=share/man/man1 \
+     INSTPGMFLAGS=
 mkdir %buildroot%desktopdir
 desktop-file-install --dir=%buildroot%desktopdir %name.desktop
 mkdir -p %buildroot%icondir
@@ -129,6 +130,9 @@ gtk-update-icon-cache %icontop &>/dev/nu
 
 
 %changelog
+* Sun May  2 2010 Göran Uddeborg <goeran at uddeborg.se> 1.10-5
+- Don't strip executables on installation, BZ 578290 comment 25.
+
 * Thu Apr 22 2010 Göran Uddeborg <goeran at uddeborg.se> 1.10-4
 - Remove non-free tile images from the upstreams tar file.
 



More information about the scm-commits mailing list