forked from pool/libbluray
- Fix soname version to 1
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=5
This commit is contained in:
parent
ec161629ae
commit
a6a38454e8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 3 19:12:17 UTC 2011 - idoenmez@suse.de
|
||||||
|
|
||||||
|
- Fix soname version to 1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 2 00:51:27 UTC 2011 - dimstar@opensuse.org
|
Fri Dec 2 00:51:27 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -34,10 +34,10 @@ This library is written for the purpose of playing Blu-ray movies. It is
|
|||||||
intended for software that want to support Blu-ray playback (such as VLC and
|
intended for software that want to support Blu-ray playback (such as VLC and
|
||||||
MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
||||||
|
|
||||||
%package -n libbluray0
|
%package -n libbluray1
|
||||||
Summary: Library to access Blu-Ray disk
|
Summary: Library to access Blu-Ray disk
|
||||||
|
|
||||||
%description -n libbluray0
|
%description -n libbluray1
|
||||||
This library is written for the purpose of playing Blu-ray movies. It is
|
This library is written for the purpose of playing Blu-ray movies. It is
|
||||||
intended for software that want to support Blu-ray playback (such as VLC and
|
intended for software that want to support Blu-ray playback (such as VLC and
|
||||||
MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
||||||
@ -45,7 +45,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Library to access Blu-Ray disks - Development files
|
Summary: Library to access Blu-Ray disks - Development files
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libbluray0 = %{version}
|
Requires: libbluray1 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This library is written for the purpose of playing Blu-ray movies. It is
|
This library is written for the purpose of playing Blu-ray movies. It is
|
||||||
@ -63,11 +63,11 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n libbluray0 -p /sbin/ldconfig
|
%post -n libbluray1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libbluray0 -p /sbin/ldconfig
|
%postun -n libbluray1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libbluray0
|
%files -n libbluray1
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_libdir}/libbluray.so.*
|
%{_libdir}/libbluray.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user