obsolete libxine1, add a -tools subpackage, add debug package [release 1.2.10-2mamba;Wed Jan 01 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 06:12:16 +01:00
parent 72ab941d0f
commit 784453840d

View File

@ -2,8 +2,8 @@
%define with_arts 0 %define with_arts 0
Name: libxine Name: libxine
Version: 1.2.6 Version: 1.2.10
Release: 1mamba Release: 2mamba
Epoch: 2 Epoch: 2
Summary: A free multimedia player. It plays back CDs, DVDs, and VCDs Summary: A free multimedia player. It plays back CDs, DVDs, and VCDs
Group: System/Libraries Group: System/Libraries
@ -83,6 +83,8 @@ BuildRequires: ImageMagick
BuildRequires: libdca-devel BuildRequires: libdca-devel
Requires: ImageMagick Requires: ImageMagick
Provides: %{pkgname} = %{epoch}:%{version}-%{release} Provides: %{pkgname} = %{epoch}:%{version}-%{release}
Requires: %{name}-tools = %{epoch}:%{version}-%{release}
Obsoletes: libxine1
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
# FIXME (missing Build Requirements): # FIXME (missing Build Requirements):
@ -102,7 +104,9 @@ xine itself is a shared library with an easy to use, yet powerful API which is u
Summary: Devel files for xine libraries Summary: Devel files for xine libraries
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: %{name}-tools = %{epoch}:%{version}-%{release}
Provides: %{pkgname}-devel = %{epoch}:%{version}-%{release} Provides: %{pkgname}-devel = %{epoch}:%{version}-%{release}
Obsoletes: libxine1-devel
%description devel %description devel
xine is a free (GPL-licensed) high-performance, portable and reusable multimedia playback engine. xine is a free (GPL-licensed) high-performance, portable and reusable multimedia playback engine.
@ -110,6 +114,19 @@ xine itself is a shared library with an easy to use, yet powerful API which is u
This is the devel package for the xine-lib library. This is the devel package for the xine-lib library.
%package tools
Summary: Tools provided with xine libraries
Group: Applications/Multimedia
Requires: %{name} = %{epoch}:%{version}-%{release}
%description tools
xine is a free (GPL-licensed) high-performance, portable and reusable multimedia playback engine.
xine itself is a shared library with an easy to use, yet powerful API which is used by many applications for smooth video playback and video processing purposes.
This is the devel package for the xine-lib library.
%debug_package
%prep %prep
%setup -q -n %{pkgname}-%{version} %setup -q -n %{pkgname}-%{version}
#%patch2 -p1 #%patch2 -p1
@ -169,34 +186,42 @@ mv %{buildroot}%{_datadir}/doc/xine-lib \
%files -f libxine2.lang %files -f libxine2.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/xine-list-*
%dir %{_datadir}/xine-lib
%{_datadir}/xine-lib/*
%{_libdir}/*.so.* %{_libdir}/*.so.*
%dir %{_libdir}/xine %dir %{_libdir}/xine
%{_libdir}/xine/plugins/ %{_libdir}/xine/plugins/
%dir %{_libdir}/win32 %dir %{_libdir}/win32
%{_libdir}/win32/README_w32codecs %{_libdir}/win32/README_w32codecs
%{_mandir}/man1/xine-list-*
%{_mandir}/man5/xine.*
%exclude %{_datadir}/doc/libxine-%{version}/
%doc AUTHORS COPYING %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/xine-config %{_bindir}/xine-config
%{_datadir}/aclocal/xine.m4 %{_datadir}/aclocal/xine.m4
%{_libdir}/pkgconfig/libxine.pc
%{_libdir}/*.la
%{_libdir}/*.so
%dir %{_includedir}/xine %dir %{_includedir}/xine
%{_includedir}/xine/*.h %{_includedir}/xine/*.h
%{_includedir}/xine.h %{_includedir}/xine.h
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/libxine.pc
%{_datadir}/doc/libxine-%{version}/ %{_datadir}/doc/libxine-%{version}/
%{_mandir}/man1/xine-config.* %{_mandir}/man1/xine-config.*
%{_mandir}/man5/xine.*
%doc ChangeLog CREDITS TODO %doc ChangeLog CREDITS TODO
%files tools
%defattr(-,root,root)
%{_bindir}/xine-list-*
%{_mandir}/man1/xine-list-*
%dir %{_datadir}/xine-lib
%{_datadir}/xine-lib/*
%changelog %changelog
* Wed Jan 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.10-2mamba
- obsolete libxine1, add a -tools subpackage, add debug package
* Tue Dec 31 2019 Automatic Build System <autodist@mambasoft.it> 1.2.10-1mamba
- automatic version update by autodist
* Tue Jul 08 2014 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba * Tue Jul 08 2014 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
- automatic version update by autodist - automatic version update by autodist