Blame SPECS/libdvdread.spec

251295
Name:           libdvdread
251295
Version:        4.2.0
251295
Release:        4%{?dist}
251295
Summary:        A library for reading DVD video discs based on Ogle code
251295
251295
Group:          System Environment/Libraries
251295
License:        GPLv2+
251295
Source0:        http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
251295
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
251295
# dvdread-config: use pkg-config instead of hard-coded 
251295
# multilib-conflicting values
251295
Patch1:         %{name}-multilib.patch
251295
251295
%description
251295
libdvdread provides a simple foundation for reading DVD video disks.
251295
It provides the functionality that is required to access many DVDs.
251295
251295
%package        devel
251295
Summary:        Development files for libdvdread
251295
Group:          Development/Libraries
251295
Requires:       %{name} = %{version}-%{release}
251295
Requires:       pkgconfig
251295
251295
%description    devel
251295
libdvdread provides a simple foundation for reading DVD video disks.
251295
It provides the functionality that is required to access many DVDs.
251295
251295
This package contains development files for libdvdread.
251295
251295
%prep
251295
%setup -q
251295
%patch1 -p1 -b .multilib
251295
251295
%build
251295
./configure2 \
251295
 --disable-opts \
251295
 --disable-static \
251295
 --disable-strip \
251295
 --extra-cflags="%{optflags} -fno-strict-aliasing" \
251295
 --libdir=%{_libdir} \
251295
 --prefix=%{_prefix} \
251295
 --shlibdir=%{_libdir} \
251295
251295
%{__make} %{?_smp_mflags}
251295
251295
%install
251295
%{__make} install DESTDIR=%{buildroot}
251295
251295
%post -p /sbin/ldconfig
251295
251295
%postun -p /sbin/ldconfig
251295
251295
%files
251295
%defattr(-,root,root,-)
251295
%doc AUTHORS COPYING ChangeLog README
251295
%{_libdir}/libdvdread.so.*
251295
251295
%files devel
251295
%defattr(-,root,root,-)
251295
%doc DEVELOPMENT-POLICY.txt TODO
251295
%{_bindir}/dvdread-config
251295
%{_includedir}/dvdread
251295
%{_libdir}/libdvdread.so
251295
%{_libdir}/pkgconfig/dvdread.pc
251295
251295
%changelog
251295
* Tue Dec 04 2012 Frantisek Kluknavsky <fkluknav@redhat.com> - 4.2.0-4
251295
- added -fno-strict-aliasing to cflags
251295
- minor spec file cleanup
251295
251295
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-3
251295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
251295
251295
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-2
251295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
251295
251295
* Sun Oct 09 2011 Dominik Mierzejewski <rpm@greysector.net> 4.2.0-1
251295
- updated to 4.2.0 release
251295
251295
* Mon Apr 11 2011 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.4.svn1226
251295
- updated to SVN r1226
251295
- dropped obsolete endianness check patch
251295
251295
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.4-0.3.svn1188
251295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
251295
251295
* Sat Dec 12 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.2.svn1188
251295
- updated to SVN r1188 (rhbz#540155)
251295
251295
* Sun Sep 27 2009 Dominik Mierzejewski <rpm@greysector.net> 4.1.4-0.1.svn1183
251295
- updated to SVN r1183
251295
- simplified multilib patch
251295
- fixed endianness issues (rhbz#442508)
251295
- added some docs
251295
251295
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-4
251295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
251295
251295
* Sat Jun 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 4.1.3-3
251295
- fix multilib conflict (#477687)
251295
251295
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.3-2
251295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
251295
251295
* Tue Sep 09 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-1
251295
- update to 4.1.3 final
251295
251295
* Sun Aug 31 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.3.rc1
251295
- update to 4.1.3rc1
251295
- fix include path
251295
251295
* Thu Jul 17 2008 Dominik Mierzejewski <rpm@greysector.net> 4.1.3-0.2
251295
- resurrect package from new upstream
251295
251295
* Sun Jan 27 2008 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-4
251295
- fix missing <inttypes.h> include (bug 428910)
251295
251295
* Wed Aug 29 2007 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-3
251295
- rebuild for BuildID
251295
- update license tag
251295
251295
* Wed Nov 26 2006 Dominik Mierzejewski <rpm@greysector.net> 0.9.7-2
251295
- Rebuild.
251295
251295
* Fri Oct  6 2006 Dams <anvil[AT]livna.org> - 0.9.7-1
251295
- Updated to 0.9.7
251295
251295
* Wed Sep 20 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-2
251295
- Rebuild.
251295
251295
* Sun Jul 23 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-1
251295
- 0.9.6.
251295
- Specfile cleanup.
251295
251295
* Thu Mar 16 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-4
251295
- Fix linking with libdl on x86_64.
251295
- Don't ship static libs.
251295
- Build with dependency tracking disabled.
251295
- Convert specfile and docs to UTF-8.
251295
- Improve package descriptions.
251295
251295
* Thu Mar 16 2006 Dams <anvil[AT]livna.org> - 0.9.4-3
251295
- We BuildConflicting libdvdcss-devel at build time
251295
251295
* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.9.4-2 
251295
- Drop Epoch completely
251295
251295
* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
251295
- switch to new release field
251295
- drop Epoch
251295
251295
* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
251295
- add dist
251295
251295
* Thu Apr  3 2003 Marius Johndal <mariuslj at ifi.uio.no> 0:0.9.4-0.fdr.1
251295
- Initial Fedora RPM release.
251295
251295
* Mon Mar 31 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Rebuilt for Red Hat Linux 9.
251295
- Exclude .la file.
251295
251295
* Sun Feb 16 2003 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Update to 0.9.4.
251295
251295
* Thu Sep 26 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Updated to the latest cvs release.
251295
- Rebuilt for Red Hat Linux 8.0.
251295
- Updated URLs.
251295
251295
* Mon May 27 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Update to 0.9.3.
251295
251295
* Wed May 15 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Fixed the libdvdcss.so.0/1/2 problem again.
251295
251295
* Thu May  2 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Back to using libdvdcss 1.1.1, now it's all merged and fine.
251295
- Rebuilt against Red Hat Linux 7.3.
251295
- Added the %{?_smp_mflags} expansion.
251295
251295
* Sat Jan 12 2002 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Reverted back to using libdvdcss 0.0.3.ogle3 since it works MUCH better
251295
  than 1.0.x. Doh!
251295
251295
* Tue Nov 13 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Rebuilt against libdvdcss 1.0.0 (added a patch).
251295
251295
* Mon Oct 29 2001 Matthias Saou <matthias.saou@est.une.marmotte.net>
251295
- Spec file cleanup and fixes.
251295
251295
* Thu Oct 11 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
251295
- Updated to version 0.9.2
251295
251295
* Tue Sep 25 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
251295
- Added small patch to fix the ldopen of libdvdcss
251295
251295
* Tue Sep 18 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
251295
- Updated to version 0.9.1
251295
251295
* Fri Sep 14 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
251295
- Split into normal and devel package
251295
251295
* Thu Sep 6 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
251295
- Updated to version 0.9.0
251295
251295
* Tue Jul 03 2001 Martin Norbäck <d95mback@dtek.chalmers.se>
251295
- initial version
251295
251295