Hello community,

here is the log from the commit of package mksusecd for openSUSE:Factory 
checked in at 2015-04-27 13:05:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mksusecd (Old)
 and      /work/SRC/openSUSE:Factory/.mksusecd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mksusecd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes        2015-04-25 
11:25:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mksusecd.new/mksusecd.changes   2015-04-27 
13:05:41.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Apr 25 09:35:55 UTC 2015 - sch...@linux-m68k.org
+
+- Run through spec-cleaner
+- Fix file list
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mksusecd.spec ++++++
--- /var/tmp/diff_new_pack.JDAabn/_old  2015-04-27 13:05:42.000000000 +0200
+++ /var/tmp/diff_new_pack.JDAabn/_new  2015-04-27 13:05:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mksusecd
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Steffen Winterfeldt
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,8 +18,15 @@
 
 
 Name:           mksusecd
-BuildRequires:  xz
+Version:        1.19
+Release:        0
+Summary:        Create SUSE Linux installation ISOs
+License:        GPL-3.0+
+Group:          Hardware/Other
+Url:            https://github.com/wfeldt/mksusecd
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  libuuid-devel
+BuildRequires:  xz
 Requires:       checkmedia
 Requires:       dosfstools
 Requires:       genisoimage
@@ -27,37 +34,23 @@
 Requires:       mtools
 Requires:       syslinux
 Requires:       xz
-Summary:        Create SUSE Linux installation ISOs
-License:        GPL-3.0+
-Group:          Hardware/Other
-Version:        1.19
-Release:        0
-Source:         %{name}-%{version}.tar.xz
-Url:            https://github.com/wfeldt/mksusecd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This is a tool to create SUSE Linux installation ISOs.
 
-Authors:
---------
-    Steffen Winterfeldt
-
 %prep
-%setup
+%setup -q
 
 %build
 
 %install
-  make install DESTDIR=%{buildroot}
-
-%clean 
-rm -rf %{buildroot}
+make DESTDIR=%{buildroot} LIBDIR=%{_libexecdir} BINDIR=%{_bindir} install 
%{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-/usr/bin/*
-/usr/lib/*
+%{_bindir}/*
+%{_libexecdir}/%{name}
 %doc README* COPYING*
 
 %changelog


Reply via email to