Hello community,

here is the log from the commit of package libtranscript for openSUSE:Factory 
checked in at 2015-04-07 09:29:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtranscript (Old)
 and      /work/SRC/openSUSE:Factory/.libtranscript.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libtranscript"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libtranscript/libtranscript.changes      
2015-02-20 12:01:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libtranscript.new/libtranscript.changes 
2015-04-07 09:29:45.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 29 20:41:40 UTC 2015 - [email protected]
+
+- specfile metadata cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libtranscript.spec ++++++
--- /var/tmp/diff_new_pack.XN1uey/_old  2015-04-07 09:29:45.000000000 +0200
+++ /var/tmp/diff_new_pack.XN1uey/_new  2015-04-07 09:29:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libtranscript
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 Summary:        A character set conversion library
 License:        GPL-3.0
 Group:          Development/Libraries/C and C++
-Url:            http://os.ghalkes.nl/t3/libtranscript.html
+Url:            http://os.ghalkes.nl/libtranscript.html
 
 #Git-Clone:    git://github.com/gphalkes/transcript
 Source:         http://os.ghalkes.nl/dist/%name-%version.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gettext-tools
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
@@ -68,9 +68,8 @@
 make %{?_smp_mflags}
 
 %install
-b="%buildroot"
-make install DESTDIR="$b"
-rm -f "$b/%_libdir"/*.la
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 %if 0%{?fdupes:1}
 %fdupes %buildroot/%_prefix
 %endif


Reply via email to