libfreealut/libfreealut.spec

70 lines
1.7 KiB
RPMSpec
Raw Permalink Normal View History

Name: libfreealut
Version: 1.1.0
Release: 3mamba
Summary: The OpenAL Utility Toolkit (ALUT)
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.openal.org
Source: http://www.openal.org/openal_webstf/downloads/freealut-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libopenal-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The OpenAL Utility Toolkit (ALUT).
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
The OpenAL Utility Toolkit (ALUT).
This package contains static libraries and header files need for development.
%prep
%setup -q -n freealut-%{version}
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/libalut.so.*
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_bindir}/freealut-config
%dir %{_includedir}/AL
%{_includedir}/AL/alut.h
%{_libdir}/libalut.a
%{_libdir}/libalut.la
%{_libdir}/libalut.so
%{_libdir}/pkgconfig/*.pc
%doc ChangeLog NEWS README
%changelog
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 1.1.0-3mamba
- automatic rebuild by autodist
* Thu Apr 16 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- specfile updated and rebuilt against openal 1.7.411
* Tue Jan 30 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1qilnx
- package created by autospec