Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
2823655146 | |||
e55daad0bb |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f8c19f257da5d6fad0ed9a7e5bd2442819e910a19907c38e115116a3955f5fa
|
|
||||||
size 1960626
|
|
Binary file not shown.
BIN
libtranscript-0.3.4.tar.bz2
(Stored with Git LFS)
Normal file
BIN
libtranscript-0.3.4.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libtranscript-0.3.4.tar.bz2.sig
Normal file
BIN
libtranscript-0.3.4.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 25 00:29:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 0.3.4
|
||||||
|
* GCC 14 support
|
||||||
|
- Delete 0001-build-fix-configure-failure-in-gcc-14.patch (merged)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 2 22:22:48 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add 0001-build-fix-configure-failure-in-gcc-14.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 20 00:02:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Fri Dec 20 00:02:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libtranscript
|
# spec file for package libtranscript
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
Name: libtranscript
|
Name: libtranscript
|
||||||
%define lname libtranscript1
|
%define lname libtranscript1
|
||||||
Version: 0.3.3
|
Version: 0.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A character set conversion library
|
Summary: A character set conversion library
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://os.ghalkes.nl/libtranscript.html
|
URL: https://os.ghalkes.nl/libtranscript.html
|
||||||
|
#Git-Clone: https://github.com/gphalkes/transcript
|
||||||
#Git-Clone: git://github.com/gphalkes/transcript
|
|
||||||
Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2
|
Source: https://os.ghalkes.nl/dist/%name-%version.tar.bz2
|
||||||
Source2: https://os.ghalkes.nl/dist/%name-%version.tar.bz2.sig
|
Source2: https://os.ghalkes.nl/dist/%name-%version.tar.bz2.sig
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
@ -63,16 +62,18 @@ applications that want to make use of libtranscript.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CC=gcc
|
export CC=gcc
|
||||||
%configure --docdir="%_docdir/%name"
|
# not autoconf :-/
|
||||||
make %{?_smp_mflags}
|
# includedir intentional, cf. bugzilla.opensuse.org/795968
|
||||||
|
./configure --prefix="%_prefix" --includedir="%_includedir/transcript" \
|
||||||
|
--libdir="%_libdir" --docdir="%_docdir/%name"
|
||||||
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
|
|
||||||
%post -p /sbin/ldconfig -n %lname
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -p /sbin/ldconfig -n %lname
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libtranscript.so.1*
|
%_libdir/libtranscript.so.1*
|
||||||
|
Loading…
Reference in New Issue
Block a user