update to 0.4.1.20230207git.03b2fae7 [release 0.4.1.20230207git.03b2fae7-1mamba;Sun Feb 26 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 04:44:04 +01:00
parent 180ce211e2
commit 677019b9ac

View File

@ -1,14 +1,14 @@
%define gittag %(echo %version | cut -d. -f4)
Name: libkate Name: libkate
Version: 0.4.1.20201212git Version: 0.4.1.20230207git.03b2fae7
Release: 1mamba Release: 1mamba
Summary: Libraries to handle the Kate bitstream format Summary: Libraries to handle the Kate bitstream format
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://code.google.com/p/libkate/ URL: https://code.google.com/archive/p/libkate
Source: https://gitlab.com/lubosz/kate.git/master/kate-%{version}.tar.bz2 Source: https://gitlab.com/lubosz/kate.git/master@%{gittag}/kate-%{version}.tar.bz2
#Source: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
License: BSD License: BSD
BuildRequires: bison BuildRequires: bison
BuildRequires: doxygen BuildRequires: doxygen
@ -17,12 +17,10 @@ BuildRequires: flex
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libogg-devel BuildRequires: libogg-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: liboggz-devel BuildRequires: liboggz-devel
BuildRequires: libpython-devel BuildRequires: libpython-devel
BuildRequires: valgrind BuildRequires: valgrind
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
This is libkate, the reference implementation of a codec for the Kate bitstream format. 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 Group: Development/Libraries
Summary: Libraries and headers for %{name} Summary: Libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: libkate-static
Obsoletes: libkate-static < 0.4.1.20200207git
%description devel %description devel
This is libkate, the reference implementation of a codec for the Kate bitstream format. 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 More information can be found at http://wiki.xiph.org/index.php/OggKate
This package contains libraries and header files need for development. 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 %package utils
Summary: Encoder/Decoder utilities for %{name} Summary: Encoder/Decoder utilities for %{name}
Group: Applications/Multimedia Group: Applications/Multimedia
@ -127,28 +114,24 @@ The %{name}-doc package contains documentation for %{name}.
%dir %{_includedir}/kate %dir %{_includedir}/kate
%{_includedir}/kate/*.h %{_includedir}/kate/*.h
%{_libdir}/libkate.so %{_libdir}/libkate.so
%{_libdir}/lib*.a
%{_libdir}/liboggkate.so %{_libdir}/liboggkate.so
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%files static
%defattr(-,root,root)
%{_libdir}/lib*.a
%{_libdir}/lib*.la
%files utils %files utils
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/katedec %{_bindir}/katedec
%{_bindir}/kateenc %{_bindir}/kateenc
%{_bindir}/KateDJ #%{_bindir}/KateDJ
%{_bindir}/katalyzer %{_bindir}/katalyzer
%{_mandir}/man1/kate*.1* %{_mandir}/man1/kate*.1*
%{_mandir}/man1/KateDJ.1* %{_mandir}/man1/KateDJ.1*
%{_mandir}/man1/katalyzer.1* %{_mandir}/man1/katalyzer.1*
%files -n python-kdj #%files -n python-kdj
%defattr(-,root,root) #%defattr(-,root,root)
%dir %{python_sitelib}/kdj #%dir %{python_sitelib}/kdj
%{python_sitelib}/kdj/* #%{python_sitelib}/kdj/*
%files doc %files doc
%defattr(-,root,root) %defattr(-,root,root)
@ -157,6 +140,9 @@ The %{name}-doc package contains documentation for %{name}.
%doc ChangeLog README THANKS %doc ChangeLog README THANKS
%changelog %changelog
* Sun Feb 26 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1.20230207git.03b2fae7-1mamba
- update to 0.4.1.20230207git.03b2fae7
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1.20201212git-1mamba * Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1.20201212git-1mamba
- update to 0.4.1.20201212git - update to 0.4.1.20201212git