rpms/joni/F-9 joni.spec,1.2,1.3 sources,1.3,1.4

Conrad Meyer konradm at fedoraproject.org
Mon Sep 1 05:27:19 UTC 2008


Author: konradm

Update of /cvs/pkgs/rpms/joni/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5958

Modified Files:
	joni.spec sources 
Log Message:
* Sun Aug 31 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.3-1
- Official 1.0.3 release.


Index: joni.spec
===================================================================
RCS file: /cvs/pkgs/rpms/joni/F-9/joni.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- joni.spec	19 Jul 2008 11:05:07 -0000	1.2
+++ joni.spec	1 Sep 2008 05:26:49 -0000	1.3
@@ -1,13 +1,13 @@
 Name:             joni
 Version:          1.0.3
-Release:          0.2.svn7235%{?dist}
+Release:          1%{?dist}
 Summary:          Java regular expression library
 Group:            Development/Libraries
 License:          MIT
 URL:              http://jruby.codehaus.org/
 # The source for this package was pulled from upstream's vcs. Use the
 # following commands to generate the tarball:
-#   svn export -r 7235 http://svn.codehaus.org/jruby/joni/trunk/ joni-1.0.3
+#   svn export http://svn.codehaus.org/jruby/joni/tags/1.0.3/ joni-1.0.3
 #   tar -cjf joni-1.0.3.tar.bz2 joni-1.0.3
 Source0:          %{name}-%{version}.tar.bz2
 Patch0:           joni-set-java-5_0-target-and-source.patch
@@ -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,25 +50,27 @@
 # install unversioned jar as per Java Packaging Guidelines
 install -m 644 target/%{name}.jar %{buildroot}%{_javadir}/%{name}.jar
 
+#%if 0%{?fedora} <= 9
 %{_bindir}/aot-compile-rpm
+#%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
@@ -80,12 +82,18 @@
 %doc pom.xml
 %{_javadir}/%{name}.jar
 
-%if 0%{?fedora} <= 9
+#%if 0%{?fedora} <= 9
 %{_libdir}/gcj/%{name}
-%endif
+#%endif
 
 
 %changelog
+* Sun Aug 31 2008 Conrad Meyer <konrad at tylerc.org> - 1.0.3-1
+- Official 1.0.3 release.
+
+* 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.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/joni/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Jul 2008 11:05:07 -0000	1.3
+++ sources	1 Sep 2008 05:26:49 -0000	1.4
@@ -1 +1 @@
-80642979735e3b98f05f8377f6734ed9  joni-1.0.3.tar.bz2
+ae4a27000393bdac2f07b21adf46275d  joni-1.0.3.tar.bz2




More information about the fedora-extras-commits mailing list