rpms/joni/devel joni.spec,1.5,1.6

Conrad Meyer (konradm) fedora-extras-commits at redhat.com
Sat Jul 19 21:12:03 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/joni/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7664

Modified Files:
	joni.spec 
Log Message:
* Sat Jul 19 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.3-0.3.svn7235
- Build AOT bits.



Index: joni.spec
===================================================================
RCS file: /cvs/pkgs/rpms/joni/devel/joni.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- joni.spec	19 Jul 2008 12:03:23 -0000	1.5
+++ joni.spec	19 Jul 2008 21:11:17 -0000	1.6
@@ -1,6 +1,6 @@
 Name:             joni
 Version:          1.0.3
-Release:          0.2.svn7235%{?dist}
+Release:          0.3.svn7235%{?dist}
 Summary:          Java regular expression library
 Group:            Development/Libraries
 License:          MIT
@@ -19,13 +19,13 @@
 Requires:         java >= 1.5
 Requires:         jpackage-utils
 
-%if 0%{?fedora} > 9
-BuildArch:        noarch
-%else
+#%if 0%{?fedora} > 9
+#BuildArch:        noarch
+#%else
 BuildRequires:    java-gcj-compat-devel >= 1.0.31
 Requires(post):   java-gcj-compat >= 1.0.31
 Requires(postun): java-gcj-compat >= 1.0.31
-%endif
+#%endif
 
 
 %description
@@ -50,27 +50,27 @@
 # install unversioned jar as per Java Packaging Guidelines
 install -m 644 target/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
 
-%if 0%{?fedora} <= 9
+#%if 0%{?fedora} <= 9
 %{_bindir}/aot-compile-rpm
-%endif
+#%endif
 
 
-%if 0%{?fedora} <= 9
+#%if 0%{?fedora} <= 9
 %post
 if [ -x %{_bindir}/rebuild-gcj-db ]
 then
   %{_bindir}/rebuild-gcj-db
 fi
-%endif
+#%endif
 
 
-%if 0%{?fedora} <= 9
+#%if 0%{?fedora} <= 9
 %postun
 if [ -x %{_bindir}/rebuild-gcj-db ]
 then
   %{_bindir}/rebuild-gcj-db
 fi
-%endif
+#%endif
 
 
 %clean
@@ -82,12 +82,15 @@
 %doc pom.xml
 %{_javadir}/%{name}.jar
 
-%if 0%{?fedora} <= 9
+#%if 0%{?fedora} <= 9
 %{_libdir}/gcj/%{name}
-%endif
+#%endif
 
 
 %changelog
+* Sat Jul 19 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.3-0.3.svn7235
+- Build AOT bits.
+
 * Sat Jul 19 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.3-0.2.svn7235
 - Bump revision because of stupid packager's mistake.
 




More information about the fedora-extras-commits mailing list