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
|
Name: libebml
|
||||||
Version: 1.3.0
|
Version: 1.3.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Extensible Binary Meta Language library
|
Summary: Extensible Binary Meta Language library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -26,11 +26,8 @@ Group: Development/Libraries
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This library is used for I/O operations in 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.
|
||||||
(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 package contains the files required to rebuild applications which will
|
|
||||||
use the Extensible Binary Meta Language.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -38,14 +35,14 @@ use the Extensible Binary Meta Language.
|
|||||||
chmod -x ChangeLog
|
chmod -x ChangeLog
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# no autotools...
|
%configure \
|
||||||
%make -C make/linux
|
--includedir=%{_includedir}/ebml
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeoldinstall -C make/linux \
|
%makeinstall
|
||||||
includedir=%{buildroot}%{_includedir}/ebml
|
|
||||||
|
|
||||||
chmod +x %{buildroot}%{_libdir}/*.so.*
|
chmod +x %{buildroot}%{_libdir}/*.so.*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -56,17 +53,23 @@ chmod +x %{buildroot}%{_libdir}/*.so.*
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libebml.so.*
|
||||||
%doc ChangeLog LICENSE.LGPL
|
%doc LICENSE.LGPL
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%dir %{_includedir}/ebml/
|
%dir %{_includedir}/ebml/
|
||||||
%{_includedir}/ebml/*
|
%{_includedir}/ebml/*
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libebml.a
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libebml.so
|
||||||
|
%{_libdir}/libebml.la
|
||||||
|
%{_libdir}/pkgconfig/libebml.pc
|
||||||
|
%doc ChangeLog
|
||||||
|
|
||||||
%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
|
* Wed Mar 20 2013 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user