Hello community,

here is the log from the commit of package atool for openSUSE:Factory checked 
in at 2015-05-16 07:14:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/atool (Old)
 and      /work/SRC/openSUSE:Factory/.atool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "atool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/atool/atool.changes      2015-04-02 
16:03:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.atool.new/atool.changes 2015-05-16 
07:14:38.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May  8 07:45:13 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Cleanup dependencies/conditionals
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  atool-0.39.0.tar.gz.sig
  atool.keyring

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

Other differences:
------------------
++++++ atool.spec ++++++
--- /var/tmp/diff_new_pack.P4GXb1/_old  2015-05-16 07:14:38.000000000 +0200
+++ /var/tmp/diff_new_pack.P4GXb1/_new  2015-05-16 07:14:38.000000000 +0200
@@ -1,5 +1,7 @@
-# vim: set ts=4 sw=4 et:
-
+#
+# spec file for package atool
+#
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,31 +14,38 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:           atool
 Version:        0.39.0
 Release:        0
 Summary:        Commandline Tool for Managing File Archives of various Types
-Source:         
http://download-mirror.savannah.gnu.org/releases/atool/atool-%{version}.tar.gz
-URL:            http://www.nongnu.org/atool/
-Group:          Productivity/Archiving/Compression
 License:        GPL-2.0+
-BuildRoot:      %{_tmppath}/build-%{name}-%{version}
-Requires:       perl tar gzip bzip2
-%if 0%{?suse_version} >= 1010
-Suggests:       unzip zip
-Suggests:       rar unrar
-Suggests:       unace
-Suggests:       lzop
-Suggests:       lha
+Group:          Productivity/Archiving/Compression
+Url:            http://www.nongnu.org/atool/
+Source0:        
http://download-mirror.savannah.gnu.org/releases/atool/atool-%{version}.tar.gz
+Source1:        
http://download-mirror.savannah.gnu.org/releases/atool/atool-%{version}.tar.gz.sig
+Source2:        %{name}.keyring
+Requires:       bzip2
+Requires:       gzip
+Requires:       tar
+Suggests:       arc
+Suggests:       arj
 Suggests:       cpio
-Suggests:       unarj arj
-Suggests:       arc nomarch
+Suggests:       lha
+Suggests:       lzma
+Suggests:       lzop
+Suggests:       nomarch
 Suggests:       p7zip
+Suggests:       rar
+Suggests:       unace
 Suggests:       unalz
-Suggests:       lzma
-%endif
-BuildRequires:  make perl
+Suggests:       unarj
+Suggests:       unrar
+Suggests:       unzip
+Suggests:       zip
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -58,13 +67,10 @@
 
 %build
 %configure
-%__make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
@@ -76,12 +82,12 @@
 %{_bindir}/arepack
 %{_bindir}/atool
 %{_bindir}/aunpack
-%doc %{_mandir}/man1/acat.1*
-%doc %{_mandir}/man1/adiff.1*
-%doc %{_mandir}/man1/als.1*
-%doc %{_mandir}/man1/apack.1*
-%doc %{_mandir}/man1/arepack.1*
-%doc %{_mandir}/man1/atool.1*
-%doc %{_mandir}/man1/aunpack.1*
+%{_mandir}/man1/acat.1*
+%{_mandir}/man1/adiff.1*
+%{_mandir}/man1/als.1*
+%{_mandir}/man1/apack.1*
+%{_mandir}/man1/arepack.1*
+%{_mandir}/man1/atool.1*
+%{_mandir}/man1/aunpack.1*
 
 %changelog


Reply via email to