Hello community,

here is the log from the commit of package libmowgli for openSUSE:Factory 
checked in at 2013-06-06 13:05:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmowgli (Old)
 and      /work/SRC/openSUSE:Factory/.libmowgli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmowgli"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmowgli/libmowgli.changes      2012-02-01 
09:57:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmowgli.new/libmowgli.changes 2013-06-06 
13:05:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar  3 23:46:37 UTC 2013 - [email protected]
+
+- Use more robust make install call
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmowgli.spec ++++++
--- /var/tmp/diff_new_pack.wtfbh0/_old  2013-06-06 13:05:15.000000000 +0200
+++ /var/tmp/diff_new_pack.wtfbh0/_new  2013-06-06 13:05:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmowgli
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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:           libmowgli
 %define         libsoname %{name}2
 Summary:        A development framework for C (like GLib)
@@ -23,7 +24,8 @@
 Version:        1.0.0
 Release:        0
 Url:            http://www.atheme.org/project/mowgli
-#Git-Clone:    git://git.atheme.org/libmowgli
+
+#Git-Clone:    git://github.com/atheme/libmowgli
 Source:         http://distfiles.atheme.org/libmowgli-%version.tar.bz2
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +58,8 @@
 %package devel
 Summary:        The development files for libmowgli
 Group:          Development/Libraries/C and C++
-Requires:       %libsoname = %version, glibc-devel
+Requires:       %libsoname = %version
+Requires:       glibc-devel
 
 %description devel
 mowgli is a development framework for C (like GLib), which provides
@@ -80,7 +83,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 
 %post   -n %libsoname -p /sbin/ldconfig
 

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

Reply via email to