libdvdread/libdvdread.spec

Fri, 11 Mar 2011 21:30:26 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 11 Mar 2011 21:30:26 +0100
changeset 0
4f133201e207
child 1
4667f24fe848
permissions
-rw-r--r--

Import package vendor original specs for necessary manipulations.

     1 Name:           libdvdread
     2 Version:        4.1.4
     3 Release:        1.4
     4 Summary:        A library for reading DVD video discs based on Ogle code
     6 Group:          System Environment/Libraries
     7 License:        GPLv2+
     8 #Source:         http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2
     9 # svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread
    10 Source:         %{name}-svn1188.tar.bz2
    11 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    12 # fix endianness issues on bigendian platforms
    13 Patch0:         %{name}-endian.patch
    14 # dvdread-config: use pkg-config instead of hard-coded 
    15 # multilib-conflicting values
    16 Patch1:         %{name}-multilib.patch
    18 %description
    19 libdvdread provides a simple foundation for reading DVD video disks.
    20 It provides the functionality that is required to access many DVDs.
    22 %package        devel
    23 Summary:        Development files for libdvdread
    24 Group:          Development/Libraries
    25 Requires:       %{name} = %{version}-%{release}
    26 Requires:       pkgconfig
    28 %description    devel
    29 libdvdread provides a simple foundation for reading DVD video disks.
    30 It provides the functionality that is required to access many DVDs.
    32 This package contains development files for libdvdread.
    34 %prep
    35 %setup -q
    36 %patch0 -p1 -b .endian
    37 %patch1 -p1 -b .multilib
    39 %build
    40 ./configure2 \
    41  --disable-opts \
    42  --disable-static \
    43  --disable-strip \
    44  --extra-cflags="%{optflags}" \
    45  --libdir=%{_libdir} \
    46  --prefix=%{_prefix} \
    47  --shlibdir=%{_libdir} \
    49 %{__make} %{?_smp_mflags}
    51 %install
    52 %{__rm} -rf %{buildroot}
    53 %{__make} install DESTDIR=%{buildroot}
    55 %clean
    56 rm -rf %{buildroot}
    58 %post -p /sbin/ldconfig
    60 %postun -p /sbin/ldconfig
    62 %files
    63 %defattr(-,root,root,-)
    64 %doc AUTHORS COPYING ChangeLog README
    65 %{_libdir}/libdvdread.so.*
    67 %files devel
    68 %defattr(-,root,root,-)
    69 %doc DEVELOPMENT-POLICY.txt TODO
    70 %{_bindir}/dvdread-config
    71 %{_includedir}/dvdread
    72 %{_libdir}/libdvdread.so
    73 %{_libdir}/pkgconfig/dvdread.pc
    75 %changelog
    76 * Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 4.1.4-0.3.svn1188
    77 - Build for MeeGo 1.1
    79 * Sat Dec 12 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.2.svn1188
    80 - updated to SVN r1188 (rhbz#540155)
    82 * Sun Sep 27 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.1.svn1183
    83 - updated to SVN r1183
    84 - simplified multilib patch
    85 - fixed endianness issues (rhbz#442508)
    86 - added some docs
    88 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-4
    89 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
    91 * Sat Jun 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.3-3
    92 - fix multilib conflict (#477687)
    94 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2
    95 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
    97 * Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
    98 - update to 4.1.3 final
   100 * Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
   101 - update to 4.1.3rc1
   102 - fix include path
   104 * Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
   105 - resurrect package from new upstream
   107 * Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
   108 - fix missing <inttypes.h> include (bug 428910)
   110 * Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
   111 - rebuild for BuildID
   112 - update license tag
   114 * Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
   115 - Rebuild.
   117 * Fri Oct  6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
   118 - Updated to 0.9.7
   120 * Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-2
   121 - Rebuild.
   123 * Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-1
   124 - 0.9.6.
   125 - Specfile cleanup.
   127 * Thu Mar 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-4
   128 - Fix linking with libdl on x86_64.
   129 - Don't ship static libs.
   130 - Build with dependency tracking disabled.
   131 - Convert specfile and docs to UTF-8.
   132 - Improve package descriptions.
   134 * Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
   135 - We BuildConflicting libdvdcss-devel at build time
   137 * Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2 
   138 - Drop Epoch completely
   140 * Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
   141 - switch to new release field
   142 - drop Epoch
   144 * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
   145 - add dist
   147 * Thu Apr  3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
   148 - Initial Fedora RPM release.
   150 * Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
   151 - Rebuilt for Red Hat Linux 9.
   152 - Exclude .la file.
   154 * Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
   155 - Update to 0.9.4.
   157 * Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   158 - Updated to the latest cvs release.
   159 - Rebuilt for Red Hat Linux 8.0.
   160 - Updated URLs.
   162 * Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   163 - Update to 0.9.3.
   165 * Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   166 - Fixed the libdvdcss.so.0/1/2 problem again.
   168 * Thu May  2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   169 - Back to using libdvdcss 1.1.1, now it's all merged and fine.
   170 - Rebuilt against Red Hat Linux 7.3.
   171 - Added the %{?_smp_mflags} expansion.
   173 * Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   174 - Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
   175   than 1.0.x. Doh!
   177 * Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
   178 - Rebuilt against libdvdcss 1.0.0 (added a patch).
   180 * Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
   181 - Spec file cleanup and fixes.
   183 * Thu Oct 11 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   184 - Updated to version 0.9.2
   186 * Tue Sep 25 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   187 - Added small patch to fix the ldopen of libdvdcss
   189 * Tue Sep 18 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   190 - Updated to version 0.9.1
   192 * Fri Sep 14 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   193 - Split into normal and devel package
   195 * Thu Sep 6 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   196 - Updated to version 0.9.0
   198 * Tue Jul 03 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   199 - initial version

mercurial