Hello community,

here is the log from the commit of package dosfstools for openSUSE:Factory 
checked in at 2012-02-14 11:23:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dosfstools (Old)
 and      /work/SRC/openSUSE:Factory/.dosfstools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dosfstools", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dosfstools/dosfstools.changes    2011-10-04 
18:09:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dosfstools.new/dosfstools.changes       
2012-02-14 11:23:55.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb  8 20:39:33 UTC 2012 - rschweik...@suse.com
+
+- place binaries in /usr tree (UsrMerge project)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dosfstools.spec ++++++
--- /var/tmp/diff_new_pack.t85Lr5/_old  2012-02-14 11:23:56.000000000 +0100
+++ /var/tmp/diff_new_pack.t85Lr5/_new  2012-02-14 11:23:56.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dosfstools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           dosfstools
 Provides:       mkdosfs dosfsck
+Summary:        Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 License:        GPL-3.0
 Group:          System/Filesystems
-Summary:        Utilities for Making and Checking MS-DOS FAT File Systems on 
Linux
 Version:        3.0.10
-Release:        14
+Release:        0
 Url:            http://freshmeat.net/projects/dosfstools
 Source:         %{name}_%{version}.orig.tar.bz2
 Patch0:         %{name}-suse-dirs.patch
@@ -49,12 +48,19 @@
 make CC="%__cc" OPTFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE 
$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
-%makeinstall
+%makeinstall SBINDIR=%{_sbindir}
+#UsrMerge
+mkdir $RPM_BUILD_ROOT/sbin
+ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos} 
$RPM_BUILD_ROOT/sbin
+#EndUsrMerge
 
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/%{name}
+#UsrMerge
 /sbin/*
+#EndUsrMerge
+%{_sbindir}/*
 %{_mandir}/man8/*.gz
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to