forked from pool/libtranscript
- specfile metadata cleanup
OBS-URL: https://build.opensuse.org/package/show/editors/libtranscript?expand=0&rev=9
This commit is contained in:
parent
0e462bb07b
commit
061eabaa2e
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user