automatic rebuild by autodist [release 1.1.0-3mamba;Thu Jul 11 2013]
This commit is contained in:
parent
cfd5c91eea
commit
88f72721b8
69
libfreealut.spec
Normal file
69
libfreealut.spec
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user