libdvdread/libdvdread.spec

Fri, 11 Mar 2011 21:36:51 +0100

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

Adjust specification build configurations to port packages to MeeGo.

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

mercurial