automatic version update by autodist [release 0.8.0-1mamba;Sun May 10 2015]
This commit is contained in:
parent
787ecd52d5
commit
a795351c1c
@ -1,5 +1,5 @@
|
||||
Name: libbluray
|
||||
Version: 0.7.0
|
||||
Version: 0.8.0
|
||||
Release: 1mamba
|
||||
Summary: An open-source library designed for Blu-Ray Discs playback for media players
|
||||
Group: System/Libraries
|
||||
@ -26,6 +26,14 @@ 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
|
||||
|
||||
@ -52,6 +60,11 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_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)
|
||||
%{_includedir}/%{name}
|
||||
@ -60,6 +73,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/pkgconfig/libbluray.pc
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user