]> git.pld-linux.org Git - packages/freealut.git/commitdiff
- new Source URL
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2012 14:40:27 +0000 (16:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 27 Sep 2012 14:40:27 +0000 (16:40 +0200)
- more verbose files, track soname

freealut.spec

index be5b3fd08a721a0f663d26be26293620c9d87ed5..33d9447d79503ba92018aab8d77eec908b37c8dd 100644 (file)
@@ -5,7 +5,8 @@ Version:        1.1.0
 Release:       2
 License:       LGPL
 Group:         Libraries
-Source0:       http://www.openal.org/openal_webstf/downloads/%{name}-%{version}.tar.gz
+#Source0Download: http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx?RootFolder=/openal/Downloads/ALUT
+Source0:       http://connect.creativelabs.com/openal/Downloads/ALUT/%{name}-%{version}.tar.gz
 # Source0-md5: e089b28a0267faabdb6c079ee173664a
 URL:           http://www.openal.org/
 BuildRequires: OpenAL-devel >= 0.0.8-1
@@ -77,17 +78,17 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_libdir}/libalut.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libalut.so.?
+%attr(755,root,root) %ghost %{_libdir}/libalut.so.0
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/*
-%attr(755,root,root) %{_bindir}/*-config
+%attr(755,root,root) %{_bindir}/freealut-config
 %attr(755,root,root) %{_libdir}/libalut.so
 %{_libdir}/libalut.la
+%{_includedir}/AL/alut.h
+%{_pkgconfigdir}/freealut.pc
 %{_examplesdir}/%{name}-%{version}
-%{_includedir}/AL/*
-%{_pkgconfigdir}/*
 
 %files static
 %defattr(644,root,root,755)
This page took 0.073545 seconds and 4 git commands to generate.