SPECS: gjdoc.spec - bcond desc

qboosh qboosh at pld-linux.org
Mon Feb 5 16:26:21 CET 2007


Author: qboosh                       Date: Mon Feb  5 15:26:21 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- bcond desc

---- Files affected:
SPECS:
   gjdoc.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/gjdoc.spec
diff -u SPECS/gjdoc.spec:1.12 SPECS/gjdoc.spec:1.13
--- SPECS/gjdoc.spec:1.12	Sat Feb  3 10:28:47 2007
+++ SPECS/gjdoc.spec	Mon Feb  5 16:26:16 2007
@@ -1,5 +1,8 @@
 # $Revision$, $Date$
-%bcond_with	native
+#
+# Conditional build:
+%bcond_with	native	# build native library
+#
 Summary:	Documentation generation framework for Java source files
 Summary(pl):	Szkielet do generowania dokumentacji dla plików źródłowych w Javie
 Name:		gjdoc
@@ -76,12 +79,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 /sbin/ldconfig
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 /sbin/ldconfig
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %files
 %defattr(644,root,root,755)
@@ -100,6 +103,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2007/02/05 15:26:16  qboosh
+- bcond desc
+
 Revision 1.12  2007/02/03 09:28:47  arekm
 - disable native for now (doesn't build with it)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gjdoc.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list