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:
commit
0e64f1e560
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user