libdvdread/libdvdread.spec

changeset 0
4f133201e207
child 1
4667f24fe848
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libdvdread/libdvdread.spec	Fri Mar 11 21:30:26 2011 +0100
     1.3 @@ -0,0 +1,201 @@
     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 +Group:          System Environment/Libraries
    1.10 +License:        GPLv2+
    1.11 +#Source:         http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2
    1.12 +# svn export svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread
    1.13 +Source:         %{name}-svn1188.tar.bz2
    1.14 +BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    1.15 +# fix endianness issues on bigendian platforms
    1.16 +Patch0:         %{name}-endian.patch
    1.17 +# dvdread-config: use pkg-config instead of hard-coded 
    1.18 +# multilib-conflicting values
    1.19 +Patch1:         %{name}-multilib.patch
    1.20 +
    1.21 +%description
    1.22 +libdvdread provides a simple foundation for reading DVD video disks.
    1.23 +It provides the functionality that is required to access many DVDs.
    1.24 +
    1.25 +%package        devel
    1.26 +Summary:        Development files for libdvdread
    1.27 +Group:          Development/Libraries
    1.28 +Requires:       %{name} = %{version}-%{release}
    1.29 +Requires:       pkgconfig
    1.30 +
    1.31 +%description    devel
    1.32 +libdvdread provides a simple foundation for reading DVD video disks.
    1.33 +It provides the functionality that is required to access many DVDs.
    1.34 +
    1.35 +This package contains development files for libdvdread.
    1.36 +
    1.37 +%prep
    1.38 +%setup -q
    1.39 +%patch0 -p1 -b .endian
    1.40 +%patch1 -p1 -b .multilib
    1.41 +
    1.42 +%build
    1.43 +./configure2 \
    1.44 + --disable-opts \
    1.45 + --disable-static \
    1.46 + --disable-strip \
    1.47 + --extra-cflags="%{optflags}" \
    1.48 + --libdir=%{_libdir} \
    1.49 + --prefix=%{_prefix} \
    1.50 + --shlibdir=%{_libdir} \
    1.51 +
    1.52 +%{__make} %{?_smp_mflags}
    1.53 +
    1.54 +%install
    1.55 +%{__rm} -rf %{buildroot}
    1.56 +%{__make} install DESTDIR=%{buildroot}
    1.57 +
    1.58 +%clean
    1.59 +rm -rf %{buildroot}
    1.60 +
    1.61 +%post -p /sbin/ldconfig
    1.62 +
    1.63 +%postun -p /sbin/ldconfig
    1.64 +
    1.65 +%files
    1.66 +%defattr(-,root,root,-)
    1.67 +%doc AUTHORS COPYING ChangeLog README
    1.68 +%{_libdir}/libdvdread.so.*
    1.69 +
    1.70 +%files devel
    1.71 +%defattr(-,root,root,-)
    1.72 +%doc DEVELOPMENT-POLICY.txt TODO
    1.73 +%{_bindir}/dvdread-config
    1.74 +%{_includedir}/dvdread
    1.75 +%{_libdir}/libdvdread.so
    1.76 +%{_libdir}/pkgconfig/dvdread.pc
    1.77 +
    1.78 +%changelog
    1.79 +* Mon Nov 1 2010 Kozinov Ivan <kozinov@gmail.com> - 4.1.4-0.3.svn1188
    1.80 +- Build for MeeGo 1.1
    1.81 +
    1.82 +* Sat Dec 12 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.2.svn1188
    1.83 +- updated to SVN r1188 (rhbz#540155)
    1.84 +
    1.85 +* Sun Sep 27 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.1.svn1183
    1.86 +- updated to SVN r1183
    1.87 +- simplified multilib patch
    1.88 +- fixed endianness issues (rhbz#442508)
    1.89 +- added some docs
    1.90 +
    1.91 +* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-4
    1.92 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
    1.93 +
    1.94 +* Sat Jun 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.3-3
    1.95 +- fix multilib conflict (#477687)
    1.96 +
    1.97 +* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2
    1.98 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
    1.99 +
   1.100 +* Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
   1.101 +- update to 4.1.3 final
   1.102 +
   1.103 +* Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
   1.104 +- update to 4.1.3rc1
   1.105 +- fix include path
   1.106 +
   1.107 +* Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
   1.108 +- resurrect package from new upstream
   1.109 +
   1.110 +* Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
   1.111 +- fix missing <inttypes.h> include (bug 428910)
   1.112 +
   1.113 +* Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
   1.114 +- rebuild for BuildID
   1.115 +- update license tag
   1.116 +
   1.117 +* Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
   1.118 +- Rebuild.
   1.119 +
   1.120 +* Fri Oct  6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
   1.121 +- Updated to 0.9.7
   1.122 +
   1.123 +* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-2
   1.124 +- Rebuild.
   1.125 +
   1.126 +* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-1
   1.127 +- 0.9.6.
   1.128 +- Specfile cleanup.
   1.129 +
   1.130 +* Thu Mar 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-4
   1.131 +- Fix linking with libdl on x86_64.
   1.132 +- Don't ship static libs.
   1.133 +- Build with dependency tracking disabled.
   1.134 +- Convert specfile and docs to UTF-8.
   1.135 +- Improve package descriptions.
   1.136 +
   1.137 +* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
   1.138 +- We BuildConflicting libdvdcss-devel at build time
   1.139 +
   1.140 +* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2 
   1.141 +- Drop Epoch completely
   1.142 +
   1.143 +* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
   1.144 +- switch to new release field
   1.145 +- drop Epoch
   1.146 +
   1.147 +* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
   1.148 +- add dist
   1.149 +
   1.150 +* Thu Apr  3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
   1.151 +- Initial Fedora RPM release.
   1.152 +
   1.153 +* Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.154 +- Rebuilt for Red Hat Linux 9.
   1.155 +- Exclude .la file.
   1.156 +
   1.157 +* Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.158 +- Update to 0.9.4.
   1.159 +
   1.160 +* Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.161 +- Updated to the latest cvs release.
   1.162 +- Rebuilt for Red Hat Linux 8.0.
   1.163 +- Updated URLs.
   1.164 +
   1.165 +* Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.166 +- Update to 0.9.3.
   1.167 +
   1.168 +* Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.169 +- Fixed the libdvdcss.so.0/1/2 problem again.
   1.170 +
   1.171 +* Thu May  2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.172 +- Back to using libdvdcss 1.1.1, now it's all merged and fine.
   1.173 +- Rebuilt against Red Hat Linux 7.3.
   1.174 +- Added the %{?_smp_mflags} expansion.
   1.175 +
   1.176 +* Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.177 +- Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
   1.178 +  than 1.0.x. Doh!
   1.179 +
   1.180 +* Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.181 +- Rebuilt against libdvdcss 1.0.0 (added a patch).
   1.182 +
   1.183 +* Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
   1.184 +- Spec file cleanup and fixes.
   1.185 +
   1.186 +* Thu Oct 11 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   1.187 +- Updated to version 0.9.2
   1.188 +
   1.189 +* Tue Sep 25 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   1.190 +- Added small patch to fix the ldopen of libdvdcss
   1.191 +
   1.192 +* Tue Sep 18 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   1.193 +- Updated to version 0.9.1
   1.194 +
   1.195 +* Fri Sep 14 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   1.196 +- Split into normal and devel package
   1.197 +
   1.198 +* Thu Sep 6 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   1.199 +- Updated to version 0.9.0
   1.200 +
   1.201 +* Tue Jul 03 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
   1.202 +- initial version
   1.203 +
   1.204 +

mercurial