SPECS: gjdoc.spec - disable native for now (doesn't build with it)

arekm arekm at pld-linux.org
Sat Feb 3 10:28:52 CET 2007


Author: arekm                        Date: Sat Feb  3 09:28:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable native for now (doesn't build with it)

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

---- Diffs:

================================================================
Index: SPECS/gjdoc.spec
diff -u SPECS/gjdoc.spec:1.11 SPECS/gjdoc.spec:1.12
--- SPECS/gjdoc.spec:1.11	Fri Jan  5 19:41:27 2007
+++ SPECS/gjdoc.spec	Sat Feb  3 10:28:47 2007
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
+%bcond_with	native
 Summary:	Documentation generation framework for Java source files
 Summary(pl):	Szkielet do generowania dokumentacji dla plików źródłowych w Javie
 Name:		gjdoc
 Version:	0.7.7
-Release:	3
+Release:	4
 License:	GPL v2
 Group:		Development/Languages/Java
 Source0:	ftp://ftp.gnu.org/gnu/classpath/%{name}-%{version}.tar.gz
@@ -59,7 +60,7 @@
 %configure \
 	GCJFLAGS="%{rpmcflags}" \
 	--with-antlr-jar=%{_javadir}/antlr.jar \
-	--enable-native \
+	--%{?with_native:en}%{!?with_native:dis}able-native \
 	--enable-shared \
 	--disable-static
 
@@ -86,7 +87,9 @@
 %defattr(644,root,root,755)
 %doc ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/gjdoc
+%if %{with native}
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%endif
 %{_infodir}/gjdoc.info*
 %{_javadir}/*.jar
 %{_mandir}/man1/gjdoc.1*
@@ -97,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/02/03 09:28:47  arekm
+- disable native for now (doesn't build with it)
+
 Revision 1.11  2007/01/05 18:41:27  arekm
 - rel 3
 
================================================================

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



More information about the pld-cvs-commit mailing list