[libbluray] 20110126 snapshot -java subpackage for BDJ

Xavier Bachelot xavierb at fedoraproject.org
Wed Jan 26 22:38:59 UTC 2011


commit 4833b850b9f7214954b5c369948f6f595a8ab988
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Wed Jan 26 00:39:08 2011 +0100

    20110126 snapshot
    -java subpackage for BDJ

 .gitignore     |    1 +
 libbluray.spec |   31 ++++++++++++++++++++++++-------
 sources        |    2 +-
 3 files changed, 26 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b83287..f749a8c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /libbluray-20101021git144a204c02687.tar.bz2
 /libbluray-20101028gitc32862b77dea4.tar.bz2
 /libbluray-20110107git0e5902ff9a6f1.tar.bz2
+/libbluray-20110126gitbbf11e43bd82e.tar.bz2
diff --git a/libbluray.spec b/libbluray.spec
index 3fed4fa..c2ef660 100644
--- a/libbluray.spec
+++ b/libbluray.spec
@@ -1,12 +1,12 @@
-%global tarball_date 20110107
-%global git_hash 0e5902ff9a6f1e122a81cad2ee8707d00a39b58b
+%global tarball_date 20110126
+%global git_hash bbf11e43bd82eabce8a4f8aa3ec09bccef18de2e
 %global git_short %(echo '%{git_hash}' | cut -c -13)
 
 %global static_build 0
 
 Name:           libbluray
 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 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -29,9 +29,6 @@ BuildRequires:  doxygen
 BuildRequires:  texlive-latex
 BuildRequires:  graphviz
 
-Requires:       java-1.6.0
-Requires:       jpackage-utils
-
 
 %description
 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.
 
 
+%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
 Summary:        Development files for %{name}
 Group:          Development/Libraries
@@ -114,6 +123,10 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING doc/README player_wrappers README.txt TODO.txt
 %{_libdir}/*.so.*
+
+
+%files java
+%defattr(-,root,root,-)
 %{_javadir}/libbluray.jar
 
 
@@ -134,8 +147,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 26 2011 Xavier Bachelot <xavier at 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 at bachelot.org> 0.2-0.1.20110107git0e5902ff9a6f1
-- Update to latest snapshot.                                                                                                                                                                                                                
+- Update to latest snapshot.
 - Add BR: libxml2-devel for metadata parser.
 - Add BR: graphviz for doc generation.
 
diff --git a/sources b/sources
index 34c062c..5df6a04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7d4f3010df6d4b738a5bcb2c3d815a2  libbluray-20110107git0e5902ff9a6f1.tar.bz2
+3ecdde48e3e8c8de2b7458b1279eb716  libbluray-20110126gitbbf11e43bd82e.tar.bz2


More information about the scm-commits mailing list