Move test utilities to their own subpackage to avoid multilib conflict.
Fix RHBZ#1034307. - Rename java subpackage to bdj. - Remove obsolete xine-lib bluray input plugin from doc files.
This commit is contained in:
parent
6d34fecf19
commit
b00ee0835b
@ -9,7 +9,7 @@ Version: 0.4.0
|
|||||||
%if %{snapshot}
|
%if %{snapshot}
|
||||||
Release: 0.1.%{tarball_date}git%{git_short}%{?dist}
|
Release: 0.1.%{tarball_date}git%{git_short}%{?dist}
|
||||||
%else
|
%else
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
%endif
|
%endif
|
||||||
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
|
||||||
@ -53,18 +53,27 @@ such as mplayer and vlc.
|
|||||||
|
|
||||||
|
|
||||||
%ifnarch ppc ppc64
|
%ifnarch ppc ppc64
|
||||||
%package java
|
%package bdj
|
||||||
Summary: BDJ support for %{name}
|
Summary: BDJ support for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: java >= 1:1.6.0
|
Requires: java >= 1:1.6.0
|
||||||
Requires: jpackage-utils
|
Requires: jpackage-utils
|
||||||
|
Obsoletes: libbluray-java < 0.4.0-2
|
||||||
|
Provides: libbluray-java = %{version}-%{release}
|
||||||
|
|
||||||
%description java
|
%description bdj
|
||||||
The %{name}-java package contains the jar file needed to add BDJ support to
|
The %{name}-bdj package contains the jar file needed to add BDJ support to
|
||||||
%{name}.
|
%{name}.
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package utils
|
||||||
|
Summary: Test utilities for %{name}
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description utils
|
||||||
|
The %{name}-utils package contains test utilities for %{name}.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -140,17 +149,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING player_wrappers README.txt
|
%doc COPYING README.txt
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_bindir}/*
|
|
||||||
|
|
||||||
|
|
||||||
%ifnarch ppc ppc64
|
%ifnarch ppc ppc64
|
||||||
%files java
|
%files bdj
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libbluray/libbluray.jar
|
%{_libdir}/libbluray/libbluray.jar
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files utils
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_bindir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -164,6 +174,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 26 2013 Xavier Bachelot <xavier@bachelot.org> 0.4.0-2
|
||||||
|
- Move test utilities to their own subpackage to avoid multilib conflict.
|
||||||
|
Fix RHBZ#1034307.
|
||||||
|
- Rename java subpackage to bdj.
|
||||||
|
- Remove obsolete xine-lib bluray input plugin from doc files.
|
||||||
|
|
||||||
* Fri Sep 20 2013 Xavier Bachelot <xavier@bachelot.org> 0.4.0-1
|
* Fri Sep 20 2013 Xavier Bachelot <xavier@bachelot.org> 0.4.0-1
|
||||||
- Update to 0.4.0.
|
- Update to 0.4.0.
|
||||||
- Fix rpath issues with some test utilities.
|
- Fix rpath issues with some test utilities.
|
||||||
|
Loading…
Reference in New Issue
Block a user