20110126 snapshot
-java subpackage for BDJ
This commit is contained in:
parent
1cfbd4ea72
commit
4833b850b9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/libbluray-20101021git144a204c02687.tar.bz2
|
/libbluray-20101021git144a204c02687.tar.bz2
|
||||||
/libbluray-20101028gitc32862b77dea4.tar.bz2
|
/libbluray-20101028gitc32862b77dea4.tar.bz2
|
||||||
/libbluray-20110107git0e5902ff9a6f1.tar.bz2
|
/libbluray-20110107git0e5902ff9a6f1.tar.bz2
|
||||||
|
/libbluray-20110126gitbbf11e43bd82e.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%global tarball_date 20110107
|
%global tarball_date 20110126
|
||||||
%global git_hash 0e5902ff9a6f1e122a81cad2ee8707d00a39b58b
|
%global git_hash bbf11e43bd82eabce8a4f8aa3ec09bccef18de2e
|
||||||
%global git_short %(echo '%{git_hash}' | cut -c -13)
|
%global git_short %(echo '%{git_hash}' | cut -c -13)
|
||||||
|
|
||||||
%global static_build 0
|
%global static_build 0
|
||||||
|
|
||||||
Name: libbluray
|
Name: libbluray
|
||||||
Version: 0.2
|
Version: 0.2
|
||||||
Release: 0.1.%{tarball_date}git%{git_short}%{?dist}
|
Release: 0.2.%{tarball_date}git%{git_short}%{?dist}
|
||||||
Summary: Library to access Blu-Ray disks for video playback
|
Summary: Library to access Blu-Ray disks for video playback
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -29,9 +29,6 @@ BuildRequires: doxygen
|
|||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
|
|
||||||
Requires: java-1.6.0
|
|
||||||
Requires: jpackage-utils
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package is aiming to provide a full portable free open source bluray
|
This package is aiming to provide a full portable free open source bluray
|
||||||
@ -41,6 +38,18 @@ current titles, and will be easily portable and embeddable in standard players
|
|||||||
such as mplayer and vlc.
|
such as mplayer and vlc.
|
||||||
|
|
||||||
|
|
||||||
|
%package java
|
||||||
|
Summary: BDJ support for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: java-1.6.0
|
||||||
|
Requires: jpackage-utils
|
||||||
|
|
||||||
|
%description java
|
||||||
|
The %{name}-java package contains the jar file needed to add BDJ support to
|
||||||
|
%{name}.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -114,6 +123,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING doc/README player_wrappers README.txt TODO.txt
|
%doc COPYING doc/README player_wrappers README.txt TODO.txt
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
|
||||||
|
%files java
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%{_javadir}/libbluray.jar
|
%{_javadir}/libbluray.jar
|
||||||
|
|
||||||
|
|
||||||
@ -134,8 +147,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 26 2011 Xavier Bachelot <xavier@bachelot.org> 0.2-0.2.20110126gitbbf11e43bd82e
|
||||||
|
- Update to latest snapshot.
|
||||||
|
- Split the BDJ support to a -java subpackage.
|
||||||
|
|
||||||
* Fri Jan 07 2011 Xavier Bachelot <xavier@bachelot.org> 0.2-0.1.20110107git0e5902ff9a6f1
|
* Fri Jan 07 2011 Xavier Bachelot <xavier@bachelot.org> 0.2-0.1.20110107git0e5902ff9a6f1
|
||||||
- Update to latest snapshot.
|
- Update to latest snapshot.
|
||||||
- Add BR: libxml2-devel for metadata parser.
|
- Add BR: libxml2-devel for metadata parser.
|
||||||
- Add BR: graphviz for doc generation.
|
- Add BR: graphviz for doc generation.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user