rebuilt with debug package and build requirements block [release 1.4.3-2mamba;Tue Jan 04 2022]
This commit is contained in:
parent
d8f8ea826f
commit
71df6d1db5
@ -1,15 +1,18 @@
|
|||||||
Name: libdvdcss
|
Name: libdvdcss
|
||||||
Version: 1.4.3
|
Version: 1.4.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Library for accessing DVDs like block devices with transparent decryption
|
Summary: Library for accessing DVDs like block devices with transparent decryption
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@qilinux.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.videolan.org/libdvdcss/
|
URL: http://www.videolan.org/developers/libdvdcss.html
|
||||||
Source: http://download.videolan.org/pub/libdvdcss/%{version}/libdvdcss-%{version}.tar.bz2
|
Source: http://download.videolan.org/pub/libdvdcss/%{version}/libdvdcss-%{version}.tar.bz2
|
||||||
Patch0: %{name}-1.2.9-doxygen.patch
|
Patch0: %{name}-1.2.9-doxygen.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption.
|
libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption.
|
||||||
@ -25,10 +28,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package includes the header files and static libraries necessary for developing programs which will manipulate DVDs files using the %{name} library.
|
The %{name}-devel package includes the header files and static libraries necessary for developing programs which will manipulate DVDs files using the %{name} library.
|
||||||
|
|
||||||
If you are going to develop programs which will manipulate DVDs, you should install %{name}-devel.
|
If you are going to develop programs which will manipulate DVDs, you should install %{name}-devel.
|
||||||
You'll also need to have the %{name} package installed.
|
You'll also need to have the %{name} package installed.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p0
|
#%patch0 -p0
|
||||||
@ -44,6 +48,9 @@ You'll also need to have the %{name} package installed.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libdvdcss.so.*
|
%{_libdir}/libdvdcss.so.*
|
||||||
@ -60,10 +67,10 @@ You'll also need to have the %{name} package installed.
|
|||||||
%{_libdir}/pkgconfig/libdvdcss.pc
|
%{_libdir}/pkgconfig/libdvdcss.pc
|
||||||
%doc ChangeLog NEWS
|
%doc ChangeLog NEWS
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.3-2mamba
|
||||||
|
- rebuilt with debug package and build requirements block
|
||||||
|
|
||||||
* Wed Apr 21 2021 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
* Wed Apr 21 2021 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -100,5 +107,5 @@ You'll also need to have the %{name} package installed.
|
|||||||
* Fri Apr 09 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.8-2qilnx
|
* Fri Apr 09 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.8-2qilnx
|
||||||
- modified packages groups
|
- modified packages groups
|
||||||
|
|
||||||
* Sun Oct 04 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.8-1qilnx
|
* Sat Oct 04 2003 Davide Madrisan <davide.madrisan@qilinux.it> 1.2.8-1qilnx
|
||||||
- first build
|
- first build
|
||||||
|
Loading…
Reference in New Issue
Block a user