Accepting request 294614 from editors

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/294614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtranscript?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2015-04-07 07:29:43 +00:00 committed by Git OBS Bridge
commit 0e64f1e560
2 changed files with 10 additions and 6 deletions

View File

@ -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 Thu Feb 19 19:18:38 UTC 2015 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libtranscript # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,14 +23,14 @@ Release: 0
Summary: A character set conversion library Summary: A character set conversion library
License: GPL-3.0 License: GPL-3.0
Group: Development/Libraries/C and C++ 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 #Git-Clone: git://github.com/gphalkes/transcript
Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2 Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gettext-tools BuildRequires: gettext-tools
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig BuildRequires: pkg-config
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: fdupes BuildRequires: fdupes
%endif %endif
@ -68,9 +68,8 @@ export CC=gcc
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
b="%buildroot" %make_install
make install DESTDIR="$b" rm -f "%buildroot/%_libdir"/*.la
rm -f "$b/%_libdir"/*.la
%if 0%{?fdupes:1} %if 0%{?fdupes:1}
%fdupes %buildroot/%_prefix %fdupes %buildroot/%_prefix
%endif %endif