automatic version update by autodist [release 1.3.1-1mamba;Wed Jan 21 2015]
This commit is contained in:
parent
2d20de2f29
commit
d7c8e77a0c
33
libebml.spec
33
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user