automatic rebuild by autodist [release 1.0.5-2mamba;Sat Jul 13 2013]

This commit is contained in:
Automatic Build System 2024-01-06 03:44:04 +01:00
parent 9ed3d9bb94
commit 33a1912437
2 changed files with 69 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libaal
This is a library that provides application abstraction mechanism. It includes device abstraction, libc independence code, etc.

67
libaal.spec Normal file
View File

@ -0,0 +1,67 @@
Name: libaal
Version: 1.0.5
Release: 2mamba
Summary: A library that provides application abstraction mechanism
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kernel.org
Source: http://www.kernel.org/pub/linux/utils/fs/reiser4/libaal/libaal-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
This is a library that provides application abstraction mechanism. It includes device abstraction, libc independence code, etc.
%package devel
Group: Development/Libraries
Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
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 need for development.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO
%files devel
%defattr(-,root,root)
%dir %{_includedir}/aal
%{_includedir}/aal/*.h
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_datadir}/aclocal/libaal.m4
%changelog
* Sat Jul 13 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-2mamba
- automatic rebuild by autodist
* Wed May 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
- package created by autospec