|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Summary: Extensible Binary Meta Language library
|
|
|
|
Name: libebml
|
|
|
|
Name: libebml
|
|
|
|
Version: 1.3.0
|
|
|
|
Version: 1.3.1
|
|
|
|
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/
|
|
|
@ -16,7 +16,7 @@ pendant to XML.
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for the Extensible Binary Meta Language library
|
|
|
|
Summary: Development files for the Extensible Binary Meta Language library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
|
Extensible Binary Meta Language access library A library for reading
|
|
|
@ -36,18 +36,13 @@ mv ChangeLog.tmp ChangeLog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
CXXFLAGS="$RPM_OPT_FLAGS" make -C make/linux %{?_smp_mflags}
|
|
|
|
%configure --disable-static
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make -C make/linux \
|
|
|
|
%make_install
|
|
|
|
prefix=$RPM_BUILD_ROOT%{_prefix} \
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
libdir=$RPM_BUILD_ROOT%{_libdir} \
|
|
|
|
|
|
|
|
INSTALL="install -p" \
|
|
|
|
|
|
|
|
install
|
|
|
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/%{name}.a
|
|
|
|
|
|
|
|
# Needed for proper stripping of the library (still in 0.7.6)
|
|
|
|
|
|
|
|
chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
@ -62,9 +57,13 @@ chmod +x $RPM_BUILD_ROOT%{_libdir}/%{name}.so.*
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/ebml/
|
|
|
|
%{_includedir}/ebml/
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 15 2015 Hans de Goede <hdegoede@redhat.com> - 1.3.1-1
|
|
|
|
|
|
|
|
- Update to 1.3.1 (rhbz#1182372)
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
|
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|