diff --git a/libtranscript.changes b/libtranscript.changes index 96797ba..8c1a328 100644 --- a/libtranscript.changes +++ b/libtranscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 29 20:41:40 UTC 2015 - jengelh@inai.de + +- specfile metadata cleanup + ------------------------------------------------------------------- Thu Feb 19 19:18:38 UTC 2015 - p.drouand@gmail.com diff --git a/libtranscript.spec b/libtranscript.spec index 5ad3f01..1d69665 100644 --- a/libtranscript.spec +++ b/libtranscript.spec @@ -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 @@ Release: 0 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 @@ export CC=gcc 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