libdvdread/libdvdread.spec

changeset 1
4667f24fe848
parent 0
4f133201e207
     1.1 --- a/libdvdread/libdvdread.spec	Fri Mar 11 21:30:26 2011 +0100
     1.2 +++ b/libdvdread/libdvdread.spec	Fri Mar 11 21:36:51 2011 +0100
     1.3 @@ -1,19 +1,15 @@
     1.4  Name:           libdvdread
     1.5 -Version:        4.1.4
     1.6 -Release:        1.4
     1.7  Summary:        A library for reading DVD video discs based on Ogle code
     1.8 -
     1.9 +Vendor:         Europalab Software
    1.10 +Packager:       Michael Schloh von Bennewitz
    1.11 +Distribution:   MeeGo Thirdparty
    1.12 +Version:        4.1.3
    1.13 +Release:        20101201
    1.14  Group:          System Environment/Libraries
    1.15  License:        GPLv2+
    1.16 -#Source:         http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2
    1.17 -# svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread
    1.18 -Source:         %{name}-svn1188.tar.bz2
    1.19 -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1.20 -# fix endianness issues on bigendian platforms
    1.21 -Patch0:         %{name}-endian.patch
    1.22 -# dvdread-config: use pkg-config instead of hard-coded 
    1.23 -# multilib-conflicting values
    1.24 -Patch1:         %{name}-multilib.patch
    1.25 +URL:            http://www.dtek.chalmers.se/groups/dvd/
    1.26 +Source0:        http://www.mplayerhq.hu/MPlayer/releases/dvdnav/%{name}-%{version}.tar.bz2
    1.27 +BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
    1.28  
    1.29  %description
    1.30  libdvdread provides a simple foundation for reading DVD video disks.
    1.31 @@ -21,6 +17,9 @@
    1.32  
    1.33  %package        devel
    1.34  Summary:        Development files for libdvdread
    1.35 +Vendor:         Europalab Software
    1.36 +Packager:       Michael Schloh von Bennewitz
    1.37 +Distribution:   MeeGo Thirdparty
    1.38  Group:          Development/Libraries
    1.39  Requires:       %{name} = %{version}-%{release}
    1.40  Requires:       pkgconfig
    1.41 @@ -28,23 +27,15 @@
    1.42  %description    devel
    1.43  libdvdread provides a simple foundation for reading DVD video disks.
    1.44  It provides the functionality that is required to access many DVDs.
    1.45 -
    1.46  This package contains development files for libdvdread.
    1.47  
    1.48  %prep
    1.49  %setup -q
    1.50 -%patch0 -p1 -b .endian
    1.51 -%patch1 -p1 -b .multilib
    1.52 +mv configure2 configure
    1.53  
    1.54  %build
    1.55 -./configure2 \
    1.56 - --disable-opts \
    1.57 - --disable-static \
    1.58 - --disable-strip \
    1.59 - --extra-cflags="%{optflags}" \
    1.60 - --libdir=%{_libdir} \
    1.61 - --prefix=%{_prefix} \
    1.62 - --shlibdir=%{_libdir} \
    1.63 +%configure \
    1.64 + --disable-static
    1.65  
    1.66  %{__make} %{?_smp_mflags}
    1.67  
    1.68 @@ -73,6 +64,9 @@
    1.69  %{_libdir}/pkgconfig/dvdread.pc
    1.70  
    1.71  %changelog
    1.72 +* Wed Dec 1 2010 Michael Schloh von Bennewitz <michael@schloh.com> - 4.1.3-20101201
    1.73 +- Adjust packaging
    1.74 +
    1.75  * Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 4.1.4-0.3.svn1188
    1.76  - Build for MeeGo 1.1
    1.77  

mercurial