packages: jad/jad.spec - avoid empty debuginfo package

glen glen at pld-linux.org
Sat Dec 4 18:10:26 CET 2010


Author: glen                         Date: Sat Dec  4 17:10:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- avoid empty debuginfo package

---- Files affected:
packages/jad:
   jad.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/jad/jad.spec
diff -u packages/jad/jad.spec:1.2 packages/jad/jad.spec:1.3
--- packages/jad/jad.spec:1.2	Sun May 16 16:13:57 2010
+++ packages/jad/jad.spec	Sat Dec  4 18:10:21 2010
@@ -1,8 +1,9 @@
 # $Revision$, $Date$
+%define		_enable_debug_packages	0
 Summary:	Jad - the fast JAva Decompiler
 Name:		jad
 Version:	1.5.8e
-Release:	0.1
+Release:	1
 License:	free for non-commercial
 Group:		Applications
 Source0:	http://www.kpdus.com/jad/linux/%{name}lx158.zip
@@ -23,7 +24,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-install jad $RPM_BUILD_ROOT%{_bindir}
+install -p jad $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -39,6 +40,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/12/04 17:10:21  glen
+- avoid empty debuginfo package
+
 Revision 1.2  2010/05/16 14:13:57  sparky
 - BR: unzip
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jad/jad.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list