update to 0.4.1.20201212git [release 0.4.1.20201212git-1mamba;Sat Dec 12 2020]
This commit is contained in:
parent
d4061056b8
commit
180ce211e2
@ -3,8 +3,6 @@
|
||||
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
|
||||
|
||||
|
55
libkate.spec
55
libkate.spec
@ -1,13 +1,14 @@
|
||||
Name: libkate
|
||||
Version: 0.4.1
|
||||
Version: 0.4.1.20201212git
|
||||
Release: 1mamba
|
||||
Summary: Libraries to handle the Kate bitstream format
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://code.google.com/p/libkate/
|
||||
Source: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
|
||||
Source: https://gitlab.com/lubosz/kate.git/master/kate-%{version}.tar.bz2
|
||||
#Source: http://libkate.googlecode.com/files/libkate-%{version}.tar.gz
|
||||
License: BSD
|
||||
BuildRequires: bison
|
||||
BuildRequires: doxygen
|
||||
@ -27,9 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
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
|
||||
|
||||
%package devel
|
||||
@ -41,11 +40,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
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 libraries and header files need for development.
|
||||
|
||||
%package static
|
||||
@ -57,11 +53,8 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
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
|
||||
@ -73,11 +66,8 @@ Requires: %{name} = %{version}-%{release}
|
||||
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
|
||||
|
||||
The %{name}-utils package contains the katedec/kateenc binaries for %{name}.
|
||||
|
||||
%package -n python-kdj
|
||||
@ -89,11 +79,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
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 the python kdj library.
|
||||
|
||||
%package doc
|
||||
@ -105,22 +92,17 @@ Requires: %{name} = %{version}-%{release}
|
||||
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
|
||||
|
||||
The %{name}-doc package contains documentation for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n kate-%{version}
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
# re-generate theses files at built step
|
||||
rm tools/kate_parser.c
|
||||
rm tools/kate_parser.h
|
||||
rm tools/kate_lexer.c
|
||||
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -136,14 +118,16 @@ rm tools/kate_lexer.c
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/lib*.so.*
|
||||
%doc AUTHORS COPYING ChangeLog README THANKS
|
||||
%{_libdir}/libkate.so.*
|
||||
%{_libdir}/liboggkate.so.*
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/kate
|
||||
%{_includedir}/kate/*.h
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/libkate.so
|
||||
%{_libdir}/liboggkate.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files static
|
||||
@ -157,20 +141,25 @@ rm tools/kate_lexer.c
|
||||
%{_bindir}/kateenc
|
||||
%{_bindir}/KateDJ
|
||||
%{_bindir}/katalyzer
|
||||
%{_mandir}/man1/kate*.1.gz
|
||||
%{_mandir}/man1/KateDJ.1.gz
|
||||
%{_mandir}/man1/katalyzer.1.gz
|
||||
%{_mandir}/man1/kate*.1*
|
||||
%{_mandir}/man1/KateDJ.1*
|
||||
%{_mandir}/man1/katalyzer.1*
|
||||
|
||||
%files -n python-kdj
|
||||
%defattr(-,root,root)
|
||||
%{python_sitearch}/kdj
|
||||
%dir %{python_sitelib}/kdj
|
||||
%{python_sitelib}/kdj/*
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%dir %{_docdir}/libkate
|
||||
%{_docdir}/libkate/*
|
||||
%doc ChangeLog README THANKS
|
||||
|
||||
%changelog
|
||||
* Sat Dec 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1.20201212git-1mamba
|
||||
- update to 0.4.1.20201212git
|
||||
|
||||
* Thu Jul 05 2012 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user