Hello community, here is the log from the commit of package gnu-crypto for openSUSE:Factory checked in at 2013-09-13 14:46:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu-crypto (Old) and /work/SRC/openSUSE:Factory/.gnu-crypto.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-crypto" Changes: -------- --- /work/SRC/openSUSE:Factory/gnu-crypto/gnu-crypto.changes 2012-11-03 21:30:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnu-crypto.new/gnu-crypto.changes 2013-09-13 14:46:09.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 13 08:44:46 UTC 2013 - [email protected] + +- drop javadoc package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-crypto.spec ++++++ --- /var/tmp/diff_new_pack.WSRhi9/_old 2013-09-13 14:46:09.000000000 +0200 +++ /var/tmp/diff_new_pack.WSRhi9/_new 2013-09-13 14:46:09.000000000 +0200 @@ -2,7 +2,7 @@ # # spec file for package gnu-crypto # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ BuildRequires: ant BuildRequires: classpath BuildRequires: groff -BuildRequires: java-1_4_2-gcj-compat-devel +BuildRequires: java-1_5_0-gcj-compat-devel BuildRequires: texinfo BuildRequires: texlive BuildRequires: unzip @@ -44,13 +44,6 @@ implementations of cryptographic primitives and tools in the Java programming language for use by programmers and end-users. -%package javadoc -Summary: Api documentation for gnu-crypto -Group: Documentation/Other - -%description javadoc -Api documentation for gnu-crypto - %prep %setup %patch0 @@ -58,28 +51,19 @@ #>> build %build -CLASSPATH=$(build-classpath glibj) ant jar docs +CLASSPATH=$(build-classpath glibj) ant jar #<< build #>> install %install mkdir -p $RPM_BUILD_ROOT/%{_javadir} cp lib/*.jar $RPM_BUILD_ROOT/%{_javadir} -mkdir -p $RPM_BUILD_ROOT/%{_javadocdir} -cp -r docs/docs/* $RPM_BUILD_ROOT/%{_javadocdir} #<< install -%clean -rm -rf $RPM_BUILD_ROOT -#>> files - %files %defattr(-,root,root) %{_javadir}/* -%files javadoc -%defattr(-,root,root) -%{_javadocdir}/* #<< %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
