rpms/bouncycastle-mail/devel .cvsignore, 1.2, 1.3 bouncycastle-mail.spec, 1.2, 1.3 sources, 1.2, 1.3

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


Author: oget

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

Modified Files:
	.cvsignore bouncycastle-mail.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.
- Add javadoc subpackage.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-mail/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Oct 2008 19:37:36 -0000	1.2
+++ .cvsignore	17 Mar 2009 22:41:28 -0000	1.3
@@ -1 +1 @@
-bcmail-jdk16-141.tar.gz
+bcmail-jdk16-142-FEDORA.tar.gz


Index: bouncycastle-mail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-mail/devel/bouncycastle-mail.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bouncycastle-mail.spec	24 Feb 2009 05:43:17 -0000	1.2
+++ bouncycastle-mail.spec	17 Mar 2009 22:41:28 -0000	1.3
@@ -1,14 +1,17 @@
 %define with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
-%define archivever  jdk16-141
+%define archivever  jdk16-142
 
 Summary:          S/MIME and CMS libraries for Bouncy Castle
 Name:             bouncycastle-mail
-Version:          1.41
-Release:          4%{?dist}
+Version:          1.42
+Release:          1%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.bouncycastle.org/
-Source0:          http://www.bouncycastle.org/download/bcmail-%{archivever}.tar.gz
+# Original source http://www.bouncycastle.org/download/bcmail-%{archivever}.tar.gz
+# is modified to
+# bcmail-%{archivever}-FEDORA.tar.gz with references to patented algorithms removed.
+Source0:          bcmail-%{archivever}-FEDORA.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:         bouncycastle == %{version}
 Requires:         jpackage-utils >= 1.5
@@ -29,11 +32,19 @@
 Provides:         bcmail == %{version}-%{release}
 
 %description
-Bouncy Castle consists of a lightweight cryptography API and is 
-a provider for the Java Cryptography Extension and the Java 
-Cryptography Architecture. This library package offers additional 
-classes, in particuar generators/processors for S/MIME and CMS, 
-for Bouncy Castle.
+Bouncy Castle consists of a lightweight cryptography API and is a provider 
+for the Java Cryptography Extension and the Java Cryptography Architecture.
+This library package offers additional classes, in particuar 
+generators/processors for S/MIME and CMS, for Bouncy Castle.
+
+%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 bcmail-%{archivever}
@@ -73,6 +84,10 @@
   %{_bindir}/aot-compile-rpm
 %endif
 
+# javadoc
+mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+cp -pr docs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+
 %post
 %if %{with_gcj}
   if [ -x %{_bindir}/rebuild-gcj-db ]; then
@@ -100,19 +115,27 @@
   %{_libdir}/gcj/%{name}
 %endif
 
+%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.
+- Add javadoc subpackage.
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.41-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Mon Oct 6 2008 Orcan Ogetbil <orcanbahri at yahoo.com> - 1.41-3
+* Mon Oct 6 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.41-3
 - Added "Provides: bcmail == %%{version}-%%{release}"
 - Added "Requires: bouncycastle == %%{version}"
 
-* Sun Oct  5 2008 Orcan Ogetbil <orcanbahri at yahoo.com> - 1.41-2
+* Sun Oct  5 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.41-2
 - Some minor fixes/improvements in the spec file
 - Improved Summary/Description
 - License is MIT
 
-* Thu Oct  2 2008 Orcan Ogetbil <orcanbahri at yahoo.com> - 1.41-1
+* Thu Oct  2 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.41-1
 - Initial Release
 - Spec file stolen from bouncycastle-1.41-1 and modified for bcmail


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-mail/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Oct 2008 19:37:36 -0000	1.2
+++ sources	17 Mar 2009 22:41:28 -0000	1.3
@@ -1 +1 @@
-df7865bbbc737cece6445219c565e9a8  bcmail-jdk16-141.tar.gz
+07dd33268dfdf779f3311201bd2319d4  bcmail-jdk16-142-FEDORA.tar.gz




More information about the fedora-extras-commits mailing list