|
|
@ -1,13 +1,12 @@
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Summary: Open audio/video container format library
|
|
|
|
Name: libmatroska
|
|
|
|
Name: libmatroska
|
|
|
|
Version: 1.3.0
|
|
|
|
Version: 1.4.0
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.matroska.org/
|
|
|
|
URL: http://www.matroska.org/
|
|
|
|
Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
|
|
|
BuildRequires: libebml-devel >= 1.3.0
|
|
|
|
BuildRequires: libebml-devel >= 1.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -20,7 +19,7 @@ is usually found as .mkv files (matroska video) and .mka files
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
Summary: Matroska container format library development files
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: libebml-devel >= 1.2.1
|
|
|
|
Requires: libebml-devel >= 1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
|
Matroska is an extensible open standard Audio/Video container. It
|
|
|
@ -41,7 +40,6 @@ CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
make -C make/linux \
|
|
|
|
make -C make/linux \
|
|
|
|
prefix=$RPM_BUILD_ROOT%{_prefix} \
|
|
|
|
prefix=$RPM_BUILD_ROOT%{_prefix} \
|
|
|
|
libdir=$RPM_BUILD_ROOT%{_libdir} \
|
|
|
|
libdir=$RPM_BUILD_ROOT%{_libdir} \
|
|
|
@ -51,27 +49,25 @@ rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a
|
|
|
|
chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
|
|
|
|
chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%doc ChangeLog LICENSE.LGPL
|
|
|
|
%doc ChangeLog LICENSE.LGPL
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
%{_includedir}/matroska/
|
|
|
|
%{_includedir}/matroska/
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Mar 20 2013 Nicolas Chauvet <kwizart@gmail.com> - 1.4.0-1
|
|
|
|
|
|
|
|
- Update to 1.4.0
|
|
|
|
|
|
|
|
- Spec file clean-up
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|