diff --git a/README.md b/README.md index 8c11612..6f9fe5a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libfreealut +The OpenAL Utility Toolkit (ALUT). + diff --git a/libfreealut.spec b/libfreealut.spec new file mode 100644 index 0000000..a824952 --- /dev/null +++ b/libfreealut.spec @@ -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 +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 1.1.0-3mamba +- automatic rebuild by autodist + +* Thu Apr 16 2009 Silvan Calarco 1.1.0-2mamba +- specfile updated and rebuilt against openal 1.7.411 + +* Tue Jan 30 2007 Silvan Calarco 1.1.0-1qilnx +- package created by autospec