Hello community,

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

Package is "fillup", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fillup/fillup.changes    2011-10-04 
18:09:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fillup.new/fillup.changes       2012-02-14 
11:23:57.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb  8 13:08:55 UTC 2012 - [email protected]
+
+- place binary into /usr tree (UsrMerge project)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fillup.spec ++++++
--- /var/tmp/diff_new_pack.AM8ycG/_old  2012-02-14 11:23:58.000000000 +0100
+++ /var/tmp/diff_new_pack.AM8ycG/_new  2012-02-14 11:23:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fillup
 #
-# 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:           fillup
-License:        GPL-2.0+
-Group:          System/Base
 Provides:       aaa_base:/bin/fillup
 Version:        1.42
-Release:        257
+Release:        0
 Summary:        Tool for Merging Config Files
+License:        GPL-2.0+
+Group:          System/Base
 Source:         fillup-%{version}.tar.bz2
 Patch:          fillup-optflags.patch
 Patch1:         fillup-warnings.dif
@@ -76,14 +75,21 @@
 #
 # install fillup
 #
+install -d -m 755 $RPM_BUILD_ROOT/%{_bindir}
+install -m 755 BIN/fillup $RPM_BUILD_ROOT/%{_bindir}
+#UsrMerge
 install -d -m 755 $RPM_BUILD_ROOT/bin
-install -m 755 BIN/fillup $RPM_BUILD_ROOT/bin
+ln -sf %{_bindir}/fillup $RPM_BUILD_ROOT/bin
+#EndUserMerge
 install -d $RPM_BUILD_ROOT/%{_mandir}/man8
 install -m 644 SGML/fillup.8.gz $RPM_BUILD_ROOT/%{_mandir}/man8
 
 %files
 %defattr(-,root,root)
+#UsrMerge
 /bin/fillup
+#EndUserMerge
+%{_bindir}/fillup
 %{_mandir}/man8/fillup*
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to