Hello community,

here is the log from the commit of package mylvmbackup for openSUSE:Factory 
checked in at 2015-11-26 17:01:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mylvmbackup (Old)
 and      /work/SRC/openSUSE:Factory/.mylvmbackup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mylvmbackup"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mylvmbackup/mylvmbackup.changes  2014-12-10 
23:44:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mylvmbackup.new/mylvmbackup.changes     
2015-11-26 17:02:09.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 20 20:13:19 UTC 2015 - mplus...@suse.com
+
+- Use url for download
+- Add gpg signature
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

New:
----
  mylvmbackup-0.16.tar.gz.asc
  mylvmbackup.keyring

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

Other differences:
------------------
++++++ mylvmbackup.spec ++++++
--- /var/tmp/diff_new_pack.2EerkP/_old  2015-11-26 17:02:10.000000000 +0100
+++ /var/tmp/diff_new_pack.2EerkP/_new  2015-11-26 17:02:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mylvmbackup
 #
-# Copyright (c) 2014 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
@@ -23,7 +23,9 @@
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Backup
 Url:            http://www.lenzg.net/mylvmbackup/
-Source:         %{name}-%{version}.tar.gz
+Source0:        http://www.lenzg.net/mylvmbackup/mylvmbackup-%{version}.tar.gz
+Source1:        
http://www.lenzg.net/mylvmbackup/mylvmbackup-%{version}.tar.gz.asc
+Source2:        %{name}.keyring
 Requires:       perl(Config::IniFiles)
 Requires:       perl(DBD::mysql)
 Requires:       perl(DBI)
@@ -53,19 +55,20 @@
 %setup -q
 
 %build
-#
-%install
-make %{?_smp_mflags} DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} 
install
 
-%clean
-[ %{buildroot} != "/" ] && [ -d %{buildroot} ] && rm -rf %{buildroot};
+%install
+make \
+       DESTDIR=%{buildroot} \
+       prefix=%{_prefix} \
+       mandir=%{_mandir} \
+       install
 
 %files
 %defattr(-, root, root)
 %doc ChangeLog COPYING CREDITS  README TODO
 %config(noreplace,missingok) %attr(600, root, root) 
%{_sysconfdir}/mylvmbackup.conf
 %{_datadir}/%{name}/*.pm
-%doc %{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/%{name}.1*
 %dir %{_datadir}/%{name}
 %{_bindir}/%{name}
 


Reply via email to