michael@0: Name: libdvdnav michael@0: Summary: A library for reading DVD video discs based on Ogle code michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@1: Version: 4.1.3 michael@1: Release: 20101201 michael@0: Group: System Environment/Libraries michael@0: License: GPLv2+ michael@1: URL: http://dvd.sourceforge.net/ michael@1: Source0: http://www.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2 michael@1: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root michael@1: BuildRequires: libdvdread-devel michael@0: michael@0: %description michael@1: libdvdnav is a library for developers of multimedia applications. It michael@1: allows easy use of sophisticated DVD navigation features such as DVD michael@1: menus, multiangle playback and even interactive DVD games. michael@0: michael@0: %package devel michael@0: Summary: Development files for libdvdnav michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: Development/Libraries michael@0: Requires: %{name} = %{version}-%{release} michael@0: Requires: pkgconfig michael@0: michael@0: %description devel michael@1: libdvdnav is a library for developers of multimedia applications. It michael@1: allows easy use of sophisticated DVD navigation features such as DVD michael@1: menus, multiangle playback and even interactive DVD games. This package michael@1: contains development files for libdvdnav. michael@0: michael@0: %prep michael@0: %setup -q michael@1: mv configure2 configure michael@0: michael@0: %build michael@1: %configure --disable-static michael@0: michael@0: %{__make} %{?_smp_mflags} michael@0: michael@0: %install michael@0: %{__rm} -rf %{buildroot} michael@0: %{__make} install DESTDIR=%{buildroot} michael@0: michael@0: %clean michael@1: rm -rf %{buildroot} michael@0: michael@0: %post -p /sbin/ldconfig michael@0: michael@0: %postun -p /sbin/ldconfig michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@1: %doc AUTHORS COPYING ChangeLog README michael@0: %{_libdir}/libdvdnav.so.* michael@0: %{_libdir}/libdvdnavmini.so.* michael@0: michael@0: %files devel michael@0: %defattr(-,root,root,-) michael@1: %doc DEVELOPMENT-POLICY.txt TODO michael@0: %{_bindir}/dvdnav-config michael@1: %{_includedir}/dvdnav michael@0: %{_libdir}/libdvdnav.so michael@0: %{_libdir}/libdvdnavmini.so michael@0: %{_libdir}/pkgconfig/dvdnav.pc michael@0: %{_libdir}/pkgconfig/dvdnavmini.pc michael@0: michael@0: %changelog michael@1: * Wed Dec 1 2010 Michael Schloh von Bennewitz - 4.1.3-20101201 michael@1: - Package for MeeGo 1.1