From d7c8e77a0c8fe93e35ae1270114c97b87c79c315 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:09:54 +0100 Subject: [PATCH] automatic version update by autodist [release 1.3.1-1mamba;Wed Jan 21 2015] --- libebml.spec | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/libebml.spec b/libebml.spec index 1a8e0f3..bfd9b00 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,5 +1,5 @@ Name: libebml -Version: 1.3.0 +Version: 1.3.1 Release: 1mamba Summary: Extensible Binary Meta Language library Group: System/Libraries @@ -26,11 +26,8 @@ Group: Development/Libraries Requires: %{name} = %{version} %description devel -This library is used for I/O operations in the Extensible Binary Meta Language -(EBML), which is a kind of binary version of XML. - -This package contains the files required to rebuild applications which will -use the Extensible Binary Meta Language. +This library is used for I/O operations in the Extensible Binary Meta Language (EBML), which is a kind of binary version of XML. +This package contains the files required to rebuild applications which will use the Extensible Binary Meta Language. %prep %setup -q @@ -38,14 +35,14 @@ use the Extensible Binary Meta Language. chmod -x ChangeLog %build -# no autotools... -%make -C make/linux +%configure \ + --includedir=%{_includedir}/ebml + +%make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeoldinstall -C make/linux \ - includedir=%{buildroot}%{_includedir}/ebml - +%makeinstall chmod +x %{buildroot}%{_libdir}/*.so.* %clean @@ -56,17 +53,23 @@ chmod +x %{buildroot}%{_libdir}/*.so.* %files %defattr(-, root, root) -%{_libdir}/*.so.* -%doc ChangeLog LICENSE.LGPL +%{_libdir}/libebml.so.* +%doc LICENSE.LGPL %files devel %defattr(-, root, root) %dir %{_includedir}/ebml/ %{_includedir}/ebml/* -%{_libdir}/*.a -%{_libdir}/*.so +%{_libdir}/libebml.a +%{_libdir}/libebml.so +%{_libdir}/libebml.la +%{_libdir}/pkgconfig/libebml.pc +%doc ChangeLog %changelog +* Wed Jan 21 2015 Automatic Build System 1.3.1-1mamba +- automatic version update by autodist + * Wed Mar 20 2013 Automatic Build System 1.3.0-1mamba - automatic version update by autodist