68 lines
1.8 KiB
RPMSpec
68 lines
1.8 KiB
RPMSpec
|
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
|