rpms/bouncycastle/devel .cvsignore, 1.6, 1.7 bouncycastle.spec, 1.11, 1.12 sources, 1.6, 1.7

Orcan Ogetbil oget at fedoraproject.org
Tue Mar 17 22:39:39 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/bouncycastle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16954

Modified Files:
	.cvsignore bouncycastle.spec sources 
Log Message:
* Tue Mar 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.42-1
- Import Bouncy Castle 1.42.
- Update description.
- Add javadoc subpackage.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	2 Oct 2008 16:04:45 -0000	1.6
+++ .cvsignore	17 Mar 2009 22:39:08 -0000	1.7
@@ -1 +1 @@
-bcprov-jdk16-141.tar.gz
+bcprov-jdk16-142-FEDORA.tar.gz


Index: bouncycastle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/devel/bouncycastle.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- bouncycastle.spec	24 Feb 2009 05:42:25 -0000	1.11
+++ bouncycastle.spec	17 Mar 2009 22:39:08 -0000	1.12
@@ -1,16 +1,18 @@
 %define with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
-%define archivever  jdk16-141
+%define archivever  jdk16-142
 %define classname   org.bouncycastle.jce.provider.BouncyCastleProvider
 
 Summary:          Bouncy Castle Crypto Package for Java
 Name:             bouncycastle
-Version:          1.41
-Release:          3%{?dist}
+Version:          1.42
+Release:          1%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.%{name}.org/
-# bcprov-%{archivever}.tar.gz with patented algorithms removed.
-Source0:          bcprov-%{archivever}.tar.gz
+# Original source http://www.bouncycastle.org/download/bcprov-%{archivever}.tar.gz
+# is modified to
+# bcprov-%{archivever}-FEDORA.tar.gz with patented algorithms removed.
+Source0:          bcprov-%{archivever}-FEDORA.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:         jpackage-utils >= 1.5
 %if %{with_gcj}
@@ -28,7 +30,19 @@
 Provides:         bcprov == %{version}-%{release}
 
 %description
-The Bouncy Castle JCE provider.
+The Bouncy Castle Crypto package is a Java implementation of cryptographic
+algorithms. The package is organised so that it contains a light-weight API
+suitable for use in any environment (including the newly released J2ME) with
+the additional infrastructure to conform the algorithms to the JCE framework.
+
+%package javadoc
+Summary:        Javadoc for %{name}
+Group:          Documentation
+Requires:       %{name} = %{version}-%{release}
+Requires:       jpackage-utils
+
+%description javadoc
+API documentation for the %{name} package.
 
 %prep
 %setup -q -n bcprov-%{archivever}
@@ -73,6 +87,10 @@
   %{_bindir}/aot-compile-rpm
 %endif
 
+# javadoc
+mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+cp -pr docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+
 %post
 {
   # Rebuild the list of security providers in classpath.security
@@ -147,12 +165,20 @@
 %endif
 %{_sysconfdir}/java/security/security.d/2000-%{classname}
 
+%files javadoc
+%defattr(-,root,root,-)
+%{_javadocdir}/%{name}
 
 %changelog
+* Tue Mar 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.42-1
+- Import Bouncy Castle 1.42.
+- Update description.
+- Add javadoc subpackage.
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.41-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Wed Nov 11 2008 Orcan Ogetbil <orcanbahri [AT] yahoo [DOT] com> 1.41-2
+* Wed Nov 11 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.41-2
 - Fixed license tag (BSD -> MIT).
 - Minor improvements in the SPEC file for better compatibility with the 
   Fedora Java Packaging Guidelines.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	2 Oct 2008 16:04:45 -0000	1.6
+++ sources	17 Mar 2009 22:39:08 -0000	1.7
@@ -1 +1 @@
-dc026eb9180a9b29c19a03f1771814c4  bcprov-jdk16-141.tar.gz
+40d80e70f81b4817d604c0105923074e  bcprov-jdk16-142-FEDORA.tar.gz




More information about the fedora-extras-commits mailing list