|
|
Author: fitzsim
Update of /cvs/dist/rpms/bouncycastle/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv6102
Modified Files:
bouncycastle.spec
Log Message:
* Tue Nov 28 2006 Thomas Fitzsimmons <fitzsim@xxxxxxxxxx> - 1.34-1
- Import Bouncy Castle 1.34.
Index: bouncycastle.spec
===================================================================
RCS file: /cvs/dist/rpms/bouncycastle/FC-6/bouncycastle.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bouncycastle.spec 25 Jul 2006 11:33:56 -0000 1.2
+++ bouncycastle.spec 28 Nov 2006 20:56:06 -0000 1.3
@@ -1,14 +1,14 @@
-%define archivever 133
+%define archivever 134
Summary: Bouncy Castle Crypto Package for Java
Name: bouncycastle
-Version: 1.33
-Release: 3
+Version: 1.34
+Release: 1
Group: System Environment/Libraries
License: BSD
URL: http://www.%{name}.org/
-# bcprov-jdk14-133.tar.gz with patented algorithms removed.
-Source0: bcprov-jdk14-133-FEDORA.tar.gz
+# bcprov-jdk14-134.tar.gz with patented algorithms removed.
+Source0: bcprov-jdk14-134-FEDORA.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u}
-n)
Requires: jpackage-utils >= 1.5
Requires: java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_88rh
@@ -24,15 +24,16 @@
The Bouncy Castle JCE provider.
%prep
-%setup -q -n bcprov-jdk14-133
+%setup -q -n bcprov-jdk14-134
# Remove provided binaries
find . -type f -name "*.class" -exec rm -f {} \;
find . -type f -name "*.jar" -exec rm -f {} \;
-find . -type f -name "*.zip" -exec rm -f {} \;
%build
+mkdir src
pushd src
+ unzip ../src.zip
find . -type d -name examples | xargs rm -rf
find . -type d -name test | xargs rm -rf
javac `find . -type f -name "*.java"`
@@ -88,6 +89,9 @@
%attr(-,root,root) %{_libdir}/gcj/%{name}
%changelog
+* Tue Nov 28 2006 Thomas Fitzsimmons <fitzsim@xxxxxxxxxx> - 1.34-1
+- Import Bouncy Castle 1.34.
+
* Tue Jul 25 2006 Thomas Fitzsimmons <fitzsim@xxxxxxxxxx> - 1.33-3
- Bump release number.
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|