20110107 snapshot
BR: libxml2-devel, graphviz
This commit is contained in:
parent
83dc083b5b
commit
23597ff4d9
@ -1,12 +1,12 @@
|
|||||||
%global tarball_date 20101028
|
%global tarball_date 20110107
|
||||||
%global git_hash c32862b77dea4eac592f41368157889d77710b22
|
%global git_hash 0e5902ff9a6f1e122a81cad2ee8707d00a39b58b
|
||||||
%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.1
|
Version: 0.2
|
||||||
Release: 0.3.%{tarball_date}git%{git_short}%{?dist}
|
Release: 0.1.%{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+
|
||||||
@ -14,7 +14,7 @@ URL: http://www.videolan.org/developers/libbluray.html
|
|||||||
# No release yet. Use the commands below to generate a tarball.
|
# No release yet. Use the commands below to generate a tarball.
|
||||||
# git clone git://git.videolan.org/libbluray.git
|
# git clone git://git.videolan.org/libbluray.git
|
||||||
# cd libbluray
|
# cd libbluray
|
||||||
# git archive --format=tar %{git_hash} --prefix=libbluray/ | bzip2 > libbluray-$( date +%Y%m%d )git%{git_short}.tar.bz2
|
# git archive --format=tar %{git_hash} --prefix=libbluray/ | bzip2 > ../libbluray-$( date +%Y%m%d )git%{git_short}.tar.bz2
|
||||||
Source0: %{name}-%{tarball_date}git%{git_short}.tar.bz2
|
Source0: %{name}-%{tarball_date}git%{git_short}.tar.bz2
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
@ -24,8 +24,10 @@ BuildRequires: libtool
|
|||||||
BuildRequires: java-1.6.0-devel
|
BuildRequires: java-1.6.0-devel
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: texlive-latex
|
BuildRequires: texlive-latex
|
||||||
|
BuildRequires: graphviz
|
||||||
|
|
||||||
Requires: java-1.6.0
|
Requires: java-1.6.0
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
@ -132,6 +134,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 07 2011 Xavier Bachelot <xavier@bachelot.org> 0.2-0.1.20110107git0e5902ff9a6f1
|
||||||
|
- Update to latest snapshot.
|
||||||
|
- Add BR: libxml2-devel for metadata parser.
|
||||||
|
- Add BR: graphviz for doc generation.
|
||||||
|
|
||||||
* Thu Oct 28 2010 Xavier Bachelot <xavier@bachelot.org> 0.1-0.3.20101028gitc32862b77dea4
|
* Thu Oct 28 2010 Xavier Bachelot <xavier@bachelot.org> 0.1-0.3.20101028gitc32862b77dea4
|
||||||
- Update to latest snapshot.
|
- Update to latest snapshot.
|
||||||
- Install BDJ jar.
|
- Install BDJ jar.
|
||||||
|
Loading…
Reference in New Issue
Block a user