update to 1.0.7 [release 1.0.7-1mamba;Sun Jan 17 2021]
This commit is contained in:
parent
33a1912437
commit
e55cb8069c
31
libaal.spec
31
libaal.spec
@ -1,13 +1,14 @@
|
|||||||
Name: libaal
|
Name: libaal
|
||||||
Version: 1.0.5
|
Version: 1.0.7
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A library that provides application abstraction mechanism
|
Summary: A library that provides application abstraction mechanism
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kernel.org
|
URL: http://sourceforge.net/projects/reiser4
|
||||||
Source: http://www.kernel.org/pub/linux/utils/fs/reiser4/libaal/libaal-%{version}.tar.bz2
|
Source: http://sourceforge.net/projects/reiser4/files/reiser4-utils/libaal/libaal-%{version}.tar.gz
|
||||||
|
#Source: http://www.kernel.org/pub/linux/utils/fs/reiser4/libaal/libaal-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -24,11 +25,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This is a library that provides application abstraction mechanism. It includes device abstraction, libc independence code, etc.
|
This is a library that provides application abstraction mechanism. It includes device abstraction, libc independence code, etc.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -47,19 +48,27 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libaal-1.0.so.*
|
||||||
%doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO
|
%{_libdir}/libaal-minimal.so.*
|
||||||
|
%doc AUTHORS COPYING CREDITS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/aal
|
%dir %{_includedir}/aal
|
||||||
%{_includedir}/aal/*.h
|
%{_includedir}/aal/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libaal.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libaal.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libaal.so
|
||||||
|
%{_libdir}/libaal-minimal.a
|
||||||
|
%{_libdir}/libaal-minimal.la
|
||||||
|
%{_libdir}/libaal-minimal.so
|
||||||
%{_datadir}/aclocal/libaal.m4
|
%{_datadir}/aclocal/libaal.m4
|
||||||
|
%doc BUGS ChangeLog README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.7-1mamba
|
||||||
|
- update to 1.0.7
|
||||||
|
|
||||||
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-2mamba
|
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user