forked from pool/libtranscript
- Update to new upstream release 0.3.3
OBS-URL: https://build.opensuse.org/package/show/editors/libtranscript?expand=0&rev=11
This commit is contained in:
parent
061eabaa2e
commit
6ff195807e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af637a90e9cf89f556a4ce50a2f92d49cad51e80941c2c5e22fe3fa092ac3cde
|
|
||||||
size 2057779
|
|
3
libtranscript-0.3.3.tar.bz2
Normal file
3
libtranscript-0.3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1f8c19f257da5d6fad0ed9a7e5bd2442819e910a19907c38e115116a3955f5fa
|
||||||
|
size 1960626
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 7 15:45:51 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 0.3.3
|
||||||
|
* No functional changes. The pre-generated Doxygen documentation
|
||||||
|
was removed from the source tarball.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 29 20:41:40 UTC 2015 - jengelh@inai.de
|
Sun Mar 29 20:41:40 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtranscript
|
# spec file for package libtranscript
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -12,28 +12,26 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: libtranscript
|
Name: libtranscript
|
||||||
%define lname libtranscript1
|
%define lname libtranscript1
|
||||||
Version: 0.3.2
|
Version: 0.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A character set conversion library
|
Summary: A character set conversion library
|
||||||
License: GPL-3.0
|
License: GPL-3.0-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://os.ghalkes.nl/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: fdupes
|
||||||
BuildRequires: gettext-tools
|
BuildRequires: gettext-tools
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%if 0%{?suse_version}
|
|
||||||
BuildRequires: fdupes
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libtranscript is a character set conversion library which allows
|
libtranscript is a character set conversion library which allows
|
||||||
@ -60,7 +58,7 @@ This subpackage contains libraries and header files for developing
|
|||||||
applications that want to make use of libtranscript.
|
applications that want to make use of libtranscript.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CC=gcc
|
export CC=gcc
|
||||||
@ -70,9 +68,7 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
%if 0%{?fdupes:1}
|
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
%endif
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig -n %lname
|
%post -p /sbin/ldconfig -n %lname
|
||||||
%postun -p /sbin/ldconfig -n %lname
|
%postun -p /sbin/ldconfig -n %lname
|
||||||
|
Loading…
Reference in New Issue
Block a user