commit gnu-crypto for openSUSE:Factory
Hello community, here is the log from the commit of package gnu-crypto for openSUSE:Factory checked in at 2014-10-08 22:13:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-09-13 14:46:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnu-crypto.new/gnu-crypto.changes 2014-10-08 22:13:53.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Oct 7 11:28:06 UTC 2014 - tchvatal@suse.com + +- Cleanup a bit with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-crypto.spec ++++++ --- /var/tmp/diff_new_pack.oV9hB2/_old 2014-10-08 22:13:54.000000000 +0200 +++ /var/tmp/diff_new_pack.oV9hB2/_new 2014-10-08 22:13:54.000000000 +0200 @@ -1,8 +1,7 @@ -# vim: foldcolumn=4 foldmarker=>>,<< foldmethod=marker foldlevel=42 # # spec file for package gnu-crypto # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -18,25 +17,24 @@ Name: gnu-crypto -BuildRequires: ant -BuildRequires: classpath -BuildRequires: groff -BuildRequires: java-1_5_0-gcj-compat-devel -BuildRequires: texinfo -BuildRequires: texlive -BuildRequires: unzip -#antlr Version: 2.0.1 Release: 0 Summary: GNU Crypto License: GPL-2.0+ Group: Development/Languages/Java Url: http://www.gnu.org/software/gnu-crypto/ -Source: %{name}-%{version}.tar.bz2 +Source: ftp://ftp.gnu.org/gnu/%{name}/releases/%{name}-%{version}.tar.bz2 Patch0: sasl-functions.patch +BuildRequires: ant +BuildRequires: classpath +BuildRequires: groff +BuildRequires: java-1_5_0-gcj-compat-devel +BuildRequires: texinfo +BuildRequires: texlive +BuildRequires: unzip +Provides: jce BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Provides: jce %description GNU Crypto, part of the GNU project, released under the aegis of GNU, @@ -45,25 +43,18 @@ programming language for use by programmers and end-users. %prep -%setup +%setup -q %patch0 -#<< prep -#>> build %build CLASSPATH=$(build-classpath glibj) ant jar -#<< build -#>> install %install -mkdir -p $RPM_BUILD_ROOT/%{_javadir} -cp lib/*.jar $RPM_BUILD_ROOT/%{_javadir} -#<< install +mkdir -p %{buildroot}/%{_javadir} +cp lib/*.jar %{buildroot}/%{_javadir} %files %defattr(-,root,root) %{_javadir}/* -#<< - %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de