Hello community,

here is the log from the commit of package initviocons for openSUSE:Factory 
checked in at 2012-02-20 16:13:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/initviocons (Old)
 and      /work/SRC/openSUSE:Factory/.initviocons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "initviocons", Maintainer is "po...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/initviocons/initviocons.changes  2011-12-02 
13:21:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.initviocons.new/initviocons.changes     
2012-02-20 16:13:30.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb 17 18:56:46 UTC 2012 - rschweik...@suse.com
+
+- place binary in /usr tree (UsrMerge project)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ initviocons.spec ++++++
--- /var/tmp/diff_new_pack.oo1cv7/_old  2012-02-20 16:13:33.000000000 +0100
+++ /var/tmp/diff_new_pack.oo1cv7/_new  2012-02-20 16:13:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package initviocons
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           initviocons
 Url:            http://svn.poeml.de/viewcvs/initviocons/
 Version:        0.5
@@ -48,19 +49,24 @@
 %build
 export CFLAGS="$RPM_OPT_FLAGS -Wall"
 autoreconf -fi
-%configure --bindir=/bin
+%configure
 make
 
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT/usr/bin
-install -m 0755 termprobes $RPM_BUILD_ROOT/usr/bin/termprobes
+%make_install
+install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes
+#UsrMerge
+mkdir -p $RPM_BUILD_ROOT/bin
+ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin
+#EndUsrMerge
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING INSTALL NEWS README 
+%doc AUTHORS ChangeLog COPYING NEWS README
+#UsrMerge 
 /bin/*
-/usr/bin/*
+#EndUsrMerge
+%{_bindir}/*
 
 %changelog

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

Reply via email to