Update to 1.4.0

SONAME change involved to be built later
epel8
Nicolas Chauvet 12 years ago
parent 6a9d194e21
commit 8b8c23811b

1
.gitignore vendored

@ -2,3 +2,4 @@ libmatroska-1.0.0.tar.bz2
/libmatroska-1.1.0.tar.bz2 /libmatroska-1.1.0.tar.bz2
/libmatroska-1.2.0.tar.bz2 /libmatroska-1.2.0.tar.bz2
/libmatroska-1.3.0.tar.bz2 /libmatroska-1.3.0.tar.bz2
/libmatroska-1.4.0.tar.bz2

@ -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

@ -1 +1 @@
f4a8c411f09d39c754eb726efd616043 libmatroska-1.3.0.tar.bz2 5b83155019589b04a49f9db923b5bf74 libmatroska-1.4.0.tar.bz2

Loading…
Cancel
Save