legacy package [release 0.9.2-2mamba;Tue Aug 21 2018]
This commit is contained in:
parent
d47daebf72
commit
bc4c3c2b9f
@ -1,2 +1,4 @@
|
||||
# libbluray1
|
||||
|
||||
libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer.
|
||||
|
||||
|
118
libbluray1.spec
Normal file
118
libbluray1.spec
Normal file
@ -0,0 +1,118 @@
|
||||
Name: libbluray1
|
||||
Version: 0.9.2
|
||||
Release: 2mamba
|
||||
Summary: An open-source library designed for Blu-Ray Discs playback for media players
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.videolan.org/developers/libbluray.html
|
||||
Source: ftp://ftp.videolan.org/pub/videolan/libbluray/%{version}/libbluray-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libxml2-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
libbluray is an open-source library designed for Blu-Ray Discs playback for media players, like VLC or MPlayer.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%package -n java-libbluray
|
||||
Group: System/Libraries
|
||||
Summary: Java binding library for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n java-libbluray
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n libbluray-%{version}
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
# --enable-doxygen-html
|
||||
# --enable-bdjava
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libbluray.so.*
|
||||
%doc COPYING
|
||||
|
||||
%files -n java-libbluray
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/java/libbluray-j2se-%{version}.jar
|
||||
%doc COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/bd_info
|
||||
%{_includedir}/libbluray
|
||||
%{_libdir}/libbluray.la
|
||||
%{_libdir}/libbluray.so
|
||||
%{_libdir}/pkgconfig/libbluray.pc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.2-2mamba
|
||||
- legacy package
|
||||
|
||||
* Sun Dec 06 2015 Automatic Build System <autodist@mambasoft.it> 0.9.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 05 2015 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 04 2015 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 22 2015 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 10 2015 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 29 2015 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 22 2014 Automatic Build System <autodist@mambasoft.it> 0.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 21 2014 Automatic Build System <autodist@mambasoft.it> 0.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 22 2013 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 02 2013 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 0.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 02 2012 Automatic Build System <autodist@mambasoft.it> 0.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 18 2011 Davide Madrisan <davide.madrisan@gmail.com> 0.2.1-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user