From 202831494d4a9cd63b3d11224b31ba63450e4a2c Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Tue, 29 Nov 2005 09:46:41 +0000 Subject: [PATCH] Update to 0.7.6. --- .cvsignore | 2 +- libebml.spec | 35 +++++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4d1f1d8..88d0507 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libebml-0.7.5.tar.bz2 +libebml-0.7.6.tar.bz2 diff --git a/libebml.spec b/libebml.spec index f0cb6ee..7e0b6fe 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,10 +1,10 @@ -Summary: The Extensible Binary Meta Language library +Summary: Extensible Binary Meta Language library Name: libebml -Version: 0.7.5 -Release: 2 +Version: 0.7.6 +Release: 1%{?dist} License: LGPL Group: System Environment/Libraries -URL: http://ebml.sourceforge.net/ +URL: http://www.matroska.org/ Source: http://dl.matroska.org/downloads/libebml/libebml-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) @@ -13,13 +13,19 @@ Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML. + %package devel -Summary: Development files for libebml +Summary: Development files for the Extensible Binary Meta Language library Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -%{summary}. +Extensible Binary Meta Language access library A library for reading +and writing files with the Extensible Binary Meta Language, a binary +pendant to XML. + +This package contains the files required to rebuild applications which +will use the Extensible Binary Meta Language library. %prep @@ -33,8 +39,11 @@ 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 -chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so* + prefix=$RPM_BUILD_ROOT%{_prefix} \ + libdir=$RPM_BUILD_ROOT%{_libdir} \ + install +# Needed for proper stripping of the library (still in 0.7.6) +chmod +x $RPM_BUILD_ROOT%{_libdir}/libebml.so.* %clean @@ -46,18 +55,24 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) +%defattr(-,root,root,0755) %doc ChangeLog LICENSE.LGPL %{_libdir}/libebml.so.* %files devel -%defattr(-,root,root,-) +%defattr(-,root,root,0755) %{_includedir}/ebml/ %{_libdir}/libebml.a %{_libdir}/libebml.so %changelog +* Tue Nov 29 2005 Matthias Saou 0.7.6-1 +- Update to 0.7.6. +- Change URL to the project's one. +- Add a full description for the devel package. +- Some other minor spec file changes. + * Sun Jun 5 2005 Ville Skyttä - 0.7.5-2 - Split development files into a devel subpackage. - Run ldconfig at post (un)install time. diff --git a/sources b/sources index 80dbcbf..5d857ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6db55f4198a77779c983ee6c244fcf6a libebml-0.7.5.tar.bz2 +bb054799dfdf6bfa5dd2cf95416ff021 libebml-0.7.6.tar.bz2