Summary: Open audio/video container format library Name: libmatroska Version: 1.4.1 Release: 2%{?_dist_release} License: LGPLv2 Group: System Environment/Libraries URL: http://www.matroska.org/ Source0: http://dl.matroska.org/downloads/libmatroska/libmatroska-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libebml-devel >= 1.2.0 %description Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio). %package devel Summary: Matroska container format library development files Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: libebml-devel >= 1.2.0 %description devel Matroska is an extensible open standard Audio/Video container. It aims to become THE standard of multimedia container formats. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio). This package contains the files required to rebuild applications which will use the Matroska container format. %prep %setup -q %build CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make -C make/linux \ prefix=$RPM_BUILD_ROOT%{_prefix} \ libdir=$RPM_BUILD_ROOT%{_libdir} \ install # Needed for proper stripping of the library (still in 1.1.0) chmod +x $RPM_BUILD_ROOT%{_libdir}/libmatroska.so.* %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,0755) %doc ChangeLog LICENSE.LGPL %{_libdir}/libmatroska.so.* %files devel %defattr(-,root,root,0755) %{_includedir}/matroska/ %{_libdir}/libmatroska.a %{_libdir}/libmatroska.so %changelog * Sun Jul 10 2016 Yoji TOYODA 1.4.1-2 - rebuild with gcc-5.4.0 * Sun Aug 24 2014 Yoji TOYODA 1.4.1-1 - update to 1.4.1 * Mon May 30 2011 Ryoichi INAGAKI 1.1.0-1 - new upstream release - built with current VineSeed * Mon Sep 29 2008 Shu KONNO 0.8.1-1vl5 - applied new versioning policy * Sun Jun 10 2007 Ryoichi INAGAKI 0.8.1-0vl1 - new upstream release - rebuilt with new toolchain * Tue Aug 8 2006 Ryoichi INAGAKI 0.8.0-3vl1 - initial build for Vine Linux * Sun Jul 23 2006 Hans de Goede 0.8.0-3 - Taking over as maintainer since Anvil has other priorities - Long long due rebuild with new gcc for FC-5, it seems this may have already been done, since the last rebuild was of March 16 and the Rebuild Request bug of March 19? Rebuilding anyway to be sure (bug 185875) * Thu Mar 16 2006 Dams - 0.8.0-2.fc5 - Rebuild * Tue Nov 29 2005 Matthias Saou 0.8.0-1 - Update to 0.8.0. - Add a full description for the devel package. - Some other minor spec file changes. * Sun Jun 5 2005 Ville Skyttä - 0.7.7-2 - Split development files into a devel subpackage. - Run ldconfig at post (un)install time. - Fix shared library file modes. - Improve description. * Wed May 25 2005 Jeremy Katz - 0.7.7-1 - update to 0.7.7 (fixes x86_64 build) - include shared libs * Sun May 22 2005 Jeremy Katz - 0.7.5-3 - rebuild on all arches * Sun Feb 27 2005 Ville Skyttä - 0.7.5-2 - 0.7.5. * Wed Nov 10 2004 Matthias Saou 0.7.4-2 - Update to 0.7.4. - Bump release to provide Extras upgrade path. - Fix spaces/tabs uglyness. * Sun Aug 29 2004 Ville Skyttä - 0:0.7.3-0.fdr.1 - Update to 0.7.3. - Honor $RPM_OPT_FLAGS. * Mon Jul 12 2004 Ville Skyttä - 0:0.7.0-0.fdr.1 - Update to 0.7.0. - Improved 64-bit arch build fix. * Wed May 19 2004 Justin M. Forbes <64bit_fedora@comcast.net> 0:0.6.3-0.fdr.4 - Change linux makefile to use lib64 ifarch x86_64 for sane build * Sat Apr 3 2004 Dams 0:0.6.3-0.fdr.3 - Typo in description * Sun Feb 29 2004 Dams 0:0.6.3-0.fdr.2 - Added license files as doc - Requires libebml-devel (headers needed) * Sat Feb 28 2004 Dams - Initial build.