rpms/bouncycastle-tsp/F-11 bouncycastle-tsp.spec,1.1,1.2

Orcan Ogetbil oget at fedoraproject.org
Wed Jul 15 01:26:25 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/bouncycastle-tsp/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4463

Modified Files:
	bouncycastle-tsp.spec 
Log Message:
* Tue Jul 13 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.43-3
- Re-enable AOT bits thanks to Andrew Haley.



Index: bouncycastle-tsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-tsp/F-11/bouncycastle-tsp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- bouncycastle-tsp.spec	23 Jun 2009 02:31:42 -0000	1.1
+++ bouncycastle-tsp.spec	15 Jul 2009 01:25:55 -0000	1.2
@@ -1,10 +1,10 @@
-%global with_gcj %{!?_with_gcj:0}%{?_with_gcj:1}
+%global with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
 %global archivever  jdk16-143
 
 Summary:          TSP libraries for Bouncy Castle
 Name:             bouncycastle-tsp
 Version:          1.43
-Release:          2%{?dist}
+Release:          3%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.bouncycastle.org/
@@ -74,11 +74,11 @@ install -pm 644 bctsp-%{version}.jar \
 pushd $RPM_BUILD_ROOT%{_javadir}
   ln -sf bctsp-%{version}.jar bctsp.jar
 popd
-%if %{with_gcj}
 install -dm 755 $RPM_BUILD_ROOT%{_javadir}/gcj-endorsed
 pushd $RPM_BUILD_ROOT%{_javadir}/gcj-endorsed
   ln -sf ../bctsp-%{version}.jar bctsp-%{version}.jar
 popd
+%if %{with_gcj}
   %{_bindir}/aot-compile-rpm
 %endif
 
@@ -108,8 +108,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.html
 %{_javadir}/bctsp.jar
 %{_javadir}/bctsp-%{version}.jar
+%{_javadir}/gcj-endorsed/bctsp-%{version}.jar
 %if %{with_gcj}
-  %{_javadir}/gcj-endorsed/bctsp-%{version}.jar
   %{_libdir}/gcj/%{name}/
 %endif
 
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}/
 
 %changelog
+* Tue Jul 13 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.43-3
+- Re-enable AOT bits thanks to Andrew Haley.
+
 * Sun Jun 21 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.43-2
 - Minor cleanup in the spec file
 




More information about the fedora-extras-commits mailing list