commit gnu-inetlib for openSUSE:Factory
Hello community, here is the log from the commit of package gnu-inetlib for openSUSE:Factory checked in at 2014-10-07 16:00:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu-inetlib (Old) and /work/SRC/openSUSE:Factory/.gnu-inetlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gnu-inetlib" Changes: -------- --- /work/SRC/openSUSE:Factory/gnu-inetlib/gnu-inetlib.changes 2011-09-23 02:01:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnu-inetlib.new/gnu-inetlib.changes 2014-10-07 16:01:29.000000000 +0200 @@ -1,0 +2,10 @@ +Tue Oct 7 08:55:14 UTC 2014 - tchvatal@suse.com + +- Clean it up with spec-cleaner too + +------------------------------------------------------------------- +Mon Oct 6 18:07:56 UTC 2014 - jengelh@inai.de + +- Remove ancient spec tags and sections + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-inetlib.spec ++++++ --- /var/tmp/diff_new_pack.3KRkpW/_old 2014-10-07 16:01:31.000000000 +0200 +++ /var/tmp/diff_new_pack.3KRkpW/_new 2014-10-07 16:01:31.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package gnu-inetlib (Version 1.1) +# spec file for package gnu-inetlib # -# Copyright (c) 2009 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 @@ -15,25 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -Name: gnu-inetlib -BuildRequires: ant antlr classpath java-1_4_2-gcj-compat-devel unzip %define official_name inetlib -License: GPL-2.0+ -Group: Development/Libraries/Java -AutoReqProv: on +Name: gnu-inetlib Version: 1.1 -Release: 228 +Release: 0 Summary: Library of clients for common internet protocols +License: GPL-2.0+ +Group: Development/Libraries/Java Url: http://www.gnu.org/software/classpath/inetlib.html Source: %{official_name}-%{version}.tar.bz2 Patch0: gnu-inetlib-gcc44-build.patch +BuildRequires: ant +BuildRequires: antlr +BuildRequires: classpath +BuildRequires: java-1_4_2-gcj-compat-devel +BuildRequires: unzip +Provides: inetlib BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Provides: inetlib -#ExclusiveArch: %ix86 %description GNU inetlib is a library of clients for common internet protocols. The @@ -49,36 +49,19 @@ some of the protocols. These can be used to add support for the corresponding URL scheme to the java.net.URL class. - - -Authors: --------- - Chris Burdess - %prep %setup -q -n %{official_name} %patch0 -p1 -#<< prep -#>> build %build CLASSPATH=$(build-classpath glibj) ant dist -#<< build -#>> install %install -mkdir -p $RPM_BUILD_ROOT/%{_javadir} -cp %{official_name}.jar $RPM_BUILD_ROOT/%{_javadir} -#<< install - -%clean -rm -rf $RPM_BUILD_ROOT -#>> files +mkdir -p %{buildroot}/%{_javadir} +cp %{official_name}.jar %{buildroot}/%{_javadir} %files %defattr(-,root,root) %{_javadir}/* -#<< -# vim: foldcolumn=4 foldmarker=>>,<< foldmethod=marker foldlevel=42 %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