[libbluray] 2010/10/28 snapshot + install jar

Xavier Bachelot xavierb at fedoraproject.org
Tue Nov 9 09:02:33 UTC 2010


commit 83dc083b5b71b125db02f2da3737a0499ab844d7
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Tue Nov 9 10:01:52 2010 +0100

    2010/10/28 snapshot + install jar

 libbluray.spec |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/libbluray.spec b/libbluray.spec
index 300d3f7..e3ba39c 100644
--- a/libbluray.spec
+++ b/libbluray.spec
@@ -1,12 +1,12 @@
-%global tarball_date 20101021
-%global git_hash 144a204c0268708606386f8dafa746c7054aeed6
+%global tarball_date 20101028
+%global git_hash c32862b77dea4eac592f41368157889d77710b22
 %global git_short %(echo '%{git_hash}' | cut -c -13)
 
 %global static_build 0
 
 Name:           libbluray
 Version:        0.1
-Release:        0.2.%{tarball_date}git%{git_short}%{?dist}
+Release:        0.3.%{tarball_date}git%{git_short}%{?dist}
 Summary:        Library to access Blu-Ray disks for video playback 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -88,11 +88,13 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
+install -Dp -m 644 src/.libs/libbluray.jar  $RPM_BUILD_ROOT%{_javadir}/libbluray.jar
+
 # Install test utilities
 %if %{static_build}
 for i in mpls_dump clpi_dump index_dump mobj_dump sound_dump 
 do install -Dp -m 0755 src/examples/$i $RPM_BUILD_ROOT%{_bindir}/$i; done;
-for i in bdsplice libbluray_test list_titles hdmv_test bdj_test
+for i in bdsplice libbluray_test list_titles hdmv_test bdj_test bd_info
 do install -Dp -m 0755 src/examples/.libs/$i $RPM_BUILD_ROOT%{_bindir}/$i; done;
 %endif
 
@@ -110,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING doc/README player_wrappers README.txt TODO.txt
 %{_libdir}/*.so.*
+%{_javadir}/libbluray.jar
 
 
 %files devel
@@ -129,6 +132,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 28 2010 Xavier Bachelot <xavier at bachelot.org> 0.1-0.3.20101028gitc32862b77dea4
+- Update to latest snapshot.
+- Install BDJ jar.
+
 * Thu Oct 21 2010 Xavier Bachelot <xavier at bachelot.org> 0.1-0.2.20101021git144a204c02687
 - Fix release tag.
 - Update to latest snapshot.


More information about the scm-commits mailing list