Hello community,

here is the log from the commit of package uuid for openSUSE:Factory checked in 
at 2013-11-12 15:25:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uuid (Old)
 and      /work/SRC/openSUSE:Factory/.uuid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uuid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/uuid/uuid.changes        2013-08-19 
15:01:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.uuid.new/uuid.changes   2013-11-12 
15:25:02.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Nov  9 19:06:03 UTC 2013 - [email protected]
+
+- Set RPM group names for shlib packages
+- Use more robust make install call
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ uuid.spec ++++++
--- /var/tmp/diff_new_pack.heZV7t/_old  2013-11-12 15:25:03.000000000 +0100
+++ /var/tmp/diff_new_pack.heZV7t/_new  2013-11-12 15:25:03.000000000 +0100
@@ -19,11 +19,12 @@
 Name:           uuid
 Version:        1.6.2
 Release:        0
+Summary:        OSSP's Universally Unique Identifier generator
+License:        MIT
+Group:          Development/Libraries/C and C++
 %define with_perl 1
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
-BuildRequires:  pkgconfig
 Url:            http://www.ossp.org/pkg/lib/uuid/
+
 #Source:        ftp://ftp.ossp.org/pkg/lib/%{name}/%{name}-%{version}.tar.gz
 Source:         %{name}-%{version}.tar.bz2
 Patch0:         uuid-1.5.0_perl_vendor_install.patch
@@ -31,10 +32,9 @@
 Patch3:         0001-Change-library-name.patch
 Patch4:         0002-uuid-preserve-m-option-status-in-v-option-handling.patch
 Patch5:         0003-Fix-whatis-entries.patch
-#
-Summary:        OSSP's Universally Unique Identifier generator
-License:        MIT
-Group:          Development/Libraries/C and C++
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 
 %description
 OSSP uuid is a ISO C99 application programming interface (API) and
@@ -80,7 +80,7 @@
 
 %package -n %{pkg_libname}
 Summary:        OSSP's Universally Unique Identifier generator library
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 %description -n %{pkg_libname}
 OSSP uuid is a ISO C99 application programming interface (API) and
@@ -106,7 +106,7 @@
 
 %package -n %{pkg_cxx_libname}
 Summary:        OSSP's Universally Unique Identifier generator library
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 %description -n %{pkg_cxx_libname}
 OSSP uuid is a ISO C99 application programming interface (API) and
@@ -132,7 +132,7 @@
 
 %package -n %{pkg_dce_libname}
 Summary:        OSSP's Universally Unique Identifier generator library
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 %description -n %{pkg_dce_libname}
 OSSP uuid is a ISO C99 application programming interface (API) and
@@ -242,7 +242,7 @@
 make LD_RUN_PATH="" %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 %perl_process_packlist
 rm -rv %{buildroot}%{_libdir}/*.la
 mv -v %{buildroot}%{_libdir}/pkgconfig/{,ossp-}uuid.pc

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

Reply via email to