77 lines
2.1 KiB
RPMSpec
77 lines
2.1 KiB
RPMSpec
Name: libaal
|
|
Version: 1.0.7
|
|
Release: 1mamba
|
|
Summary: A library that provides application abstraction mechanism
|
|
Group: System/Libraries
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://sourceforge.net/projects/reiser4
|
|
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
|
|
## 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 needed for development.
|
|
|
|
%debug_package
|
|
|
|
%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}/libaal-1.0.so.*
|
|
%{_libdir}/libaal-minimal.so.*
|
|
%doc AUTHORS COPYING CREDITS
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/aal
|
|
%{_includedir}/aal/*.h
|
|
%{_libdir}/libaal.a
|
|
%{_libdir}/libaal.la
|
|
%{_libdir}/libaal.so
|
|
%{_libdir}/libaal-minimal.a
|
|
%{_libdir}/libaal-minimal.la
|
|
%{_libdir}/libaal-minimal.so
|
|
%{_datadir}/aclocal/libaal.m4
|
|
%doc BUGS ChangeLog README THANKS TODO
|
|
|
|
%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
|
|
- automatic rebuild by autodist
|
|
|
|
* Wed May 20 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-1mamba
|
|
- package created by autospec
|