From 677019b9acae011e45592e16d0d7e3bd041aa9a5 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:44:04 +0100 Subject: [PATCH] update to 0.4.1.20230207git.03b2fae7 [release 0.4.1.20230207git.03b2fae7-1mamba;Sun Feb 26 2023] --- libkate.spec | 44 +++++++++++++++----------------------------- 1 file changed, 15 insertions(+), 29 deletions(-) diff --git a/libkate.spec b/libkate.spec index 4f7fb77..ff30bb7 100644 --- a/libkate.spec +++ b/libkate.spec @@ -1,14 +1,14 @@ +%define gittag %(echo %version | cut -d. -f4) Name: libkate -Version: 0.4.1.20201212git +Version: 0.4.1.20230207git.03b2fae7 Release: 1mamba Summary: Libraries to handle the Kate bitstream format Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://code.google.com/p/libkate/ -Source: https://gitlab.com/lubosz/kate.git/master/kate-%{version}.tar.bz2 -#Source: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz +URL: https://code.google.com/archive/p/libkate +Source: https://gitlab.com/lubosz/kate.git/master@%{gittag}/kate-%{version}.tar.bz2 License: BSD BuildRequires: bison BuildRequires: doxygen @@ -17,12 +17,10 @@ BuildRequires: flex BuildRequires: glibc-devel BuildRequires: libogg-devel BuildRequires: libpng-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: liboggz-devel BuildRequires: libpython-devel BuildRequires: valgrind -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This is libkate, the reference implementation of a codec for the Kate bitstream format. @@ -35,6 +33,8 @@ More information can be found at http://wiki.xiph.org/index.php/OggKate Group: Development/Libraries Summary: Libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Provides: libkate-static +Obsoletes: libkate-static < 0.4.1.20200207git %description devel This is libkate, the reference implementation of a codec for the Kate bitstream format. @@ -44,19 +44,6 @@ Kate is meant to be used for karaoke alongside audio/video streams (typically Vo More information can be found at http://wiki.xiph.org/index.php/OggKate This package contains libraries and header files need for development. -%package static -Group: Development/Libraries -Summary: Static libraries for %{name} -Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release} - -%description static -This is libkate, the reference implementation of a codec for the Kate bitstream format. -Kate is a karaoke and text codec meant for encapsulation in an Ogg container. -It can carry text, images, and animate them. -Kate is meant to be used for karaoke alongside audio/video streams (typically Vorbis and Theora), movie subtitles, song lyrics, and anything that needs text data at arbitrary time intervals. -More information can be found at http://wiki.xiph.org/index.php/OggKate -This package contains static DAAP library need for development. - %package utils Summary: Encoder/Decoder utilities for %{name} Group: Applications/Multimedia @@ -127,28 +114,24 @@ The %{name}-doc package contains documentation for %{name}. %dir %{_includedir}/kate %{_includedir}/kate/*.h %{_libdir}/libkate.so +%{_libdir}/lib*.a %{_libdir}/liboggkate.so %{_libdir}/pkgconfig/*.pc -%files static -%defattr(-,root,root) -%{_libdir}/lib*.a -%{_libdir}/lib*.la - %files utils %defattr(-,root,root) %{_bindir}/katedec %{_bindir}/kateenc -%{_bindir}/KateDJ +#%{_bindir}/KateDJ %{_bindir}/katalyzer %{_mandir}/man1/kate*.1* %{_mandir}/man1/KateDJ.1* %{_mandir}/man1/katalyzer.1* -%files -n python-kdj -%defattr(-,root,root) -%dir %{python_sitelib}/kdj -%{python_sitelib}/kdj/* +#%files -n python-kdj +#%defattr(-,root,root) +#%dir %{python_sitelib}/kdj +#%{python_sitelib}/kdj/* %files doc %defattr(-,root,root) @@ -157,6 +140,9 @@ The %{name}-doc package contains documentation for %{name}. %doc ChangeLog README THANKS %changelog +* Sun Feb 26 2023 Silvan Calarco 0.4.1.20230207git.03b2fae7-1mamba +- update to 0.4.1.20230207git.03b2fae7 + * Sat Dec 12 2020 Silvan Calarco 0.4.1.20201212git-1mamba - update to 0.4.1.20201212git