automatic version update by autodist [release 1.3.1-1mamba;Wed Jan 21 2015]

This commit is contained in:
Automatic Build System 2024-01-06 04:09:54 +01:00
parent 2d20de2f29
commit d7c8e77a0c

View File

@ -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 <autodist@mambasoft.it> 1.3.1-1mamba
- automatic version update by autodist
* Wed Mar 20 2013 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
- automatic version update by autodist