Hello community,

here is the log from the commit of package fastjar for openSUSE:Factory checked 
in at 2015-04-21 10:45:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fastjar (Old)
 and      /work/SRC/openSUSE:Factory/.fastjar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fastjar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fastjar/fastjar.changes  2013-03-26 
16:13:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fastjar.new/fastjar.changes     2015-04-21 
10:45:48.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Apr 12 09:30:44 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-clenaner
+- Correct info scriplet requirements
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fastjar.spec ++++++
--- /var/tmp/diff_new_pack.a90uck/_old  2015-04-21 10:45:49.000000000 +0200
+++ /var/tmp/diff_new_pack.a90uck/_new  2015-04-21 10:45:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fastjar
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,22 @@
 
 
 Name:           fastjar
-BuildRequires:  zlib-devel
-Provides:       libgcj:/usr/bin/fastjar
-PreReq:         %install_info_prereq
 Version:        0.98
 Release:        0
 Summary:        The fastjar Java package archiver
 License:        GPL-2.0+
 Group:          Development/Languages/Java
 Url:            http://savannah.nongnu.org/projects/fastjar/
-Source:         
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
+Source0:        
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz
+# Current signing key has expired
+#Source1:        
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
+#Source2:        
http://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
 Patch0:         fastjar-0.98-fix.patch
 Patch1:         fastjar-0.98-directory-traversal.patch
+BuildRequires:  zlib-devel
+Requires(preun): %{install_info_prereq}
+Requires(post):  %{install_info_prereq}
+Provides:       libgcj:%{_bindir}/fastjar
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -36,8 +40,6 @@
 JDK, written entirely in C, and runs in a fraction of the time while
 being 100% feature compatible.
 
-
-
 %prep
 %setup -q
 %patch0
@@ -48,12 +50,12 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files


Reply via email to