Hello community,

here is the log from the commit of package makebootfat for openSUSE:Factory 
checked in at 2015-04-25 09:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/makebootfat (Old)
 and      /work/SRC/openSUSE:Factory/.makebootfat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "makebootfat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/makebootfat/makebootfat.changes  2014-11-12 
00:21:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.makebootfat.new/makebootfat.changes     
2015-04-25 11:23:24.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 20 17:10:29 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ makebootfat.spec ++++++
--- /var/tmp/diff_new_pack.9qNQCs/_old  2015-04-25 11:23:25.000000000 +0200
+++ /var/tmp/diff_new_pack.9qNQCs/_new  2015-04-25 11:23:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package makebootfat
 #
-# 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,22 +23,16 @@
 License:        GPL-2.0+
 Group:          System/Boot
 Url:            http://advancemame.sourceforge.net
-Source:         %{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source:         
http://sourceforge.net/projects/advancemame/files/advanceboot/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  nasm
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  %ix86
 
 %description
 Create bootable FAT file systems, mainly for USB disks.
 
-
-
-Authors:
---------
-    Andrea Mazzoleni <amadva...@users.sourceforge.net>
-
 %prep
-%setup
+%setup -q
   rm -f mbrfat.bin
 
 %build
@@ -47,14 +41,14 @@
   make %{?_smp_mflags}
 
 %install
-  make DESTDIR=%{buildroot} install
-  mkdir -p %{buildroot}/%{_prefix}/lib/makebootfat
-  install -m 644 mbrfat.bin %{buildroot}/%{_prefix}/lib/makebootfat
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+  mkdir -p %{buildroot}/%{_libexecdir}/makebootfat
+  install -m 644 mbrfat.bin %{buildroot}/%{_libexecdir}/makebootfat
 
 %files
 %defattr(-,root,root)
-%{_prefix}/bin/makebootfat
-%{_prefix}/lib/makebootfat
+%{_bindir}/makebootfat
+%{_libexecdir}/makebootfat
 %{_mandir}/man1/makebootfat.1.gz
 %doc README COPYING HISTORY
 


Reply via email to