New release
This commit is contained in:
parent
96374c097f
commit
37fb394840
@ -1 +1 @@
|
||||
openal-soft-a9e0e57797c6f4321d5776e1f29bf1e75b11e6a1.tar.gz
|
||||
openal-soft-1.12.854.tar.bz2
|
||||
|
@ -1,12 +1,11 @@
|
||||
--- CMakeLists.txt 2009-06-08 07:26:31.000000000 +0200
|
||||
+++ CMakeLists.txt 2009-08-08 01:11:51.000000000 +0200
|
||||
@@ -391,7 +391,7 @@
|
||||
--- CMakeLists.txt 2010-03-30 07:03:34.000000000 +0200
|
||||
+++ CMakeLists1.txt 2010-04-04 17:11:19.447191337 +0200
|
||||
@@ -423,7 +423,7 @@
|
||||
# Needed for openal.pc.in
|
||||
SET(prefix ${CMAKE_INSTALL_PREFIX})
|
||||
SET(exec_prefix "\${prefix}")
|
||||
-SET(libdir "\${exec_prefix}/${LIB_INSTALL_DIR}")
|
||||
+SET(libdir "\${exec_prefix}/lib${LIB_SUFFIX}")
|
||||
+SET(libdir "${LIB_INSTALL_DIR}")
|
||||
SET(bindir "\${exec_prefix}/bin")
|
||||
SET(includedir "\${prefix}/include")
|
||||
SET(PACKAGE_VERSION "${LIB_VERSION}")
|
||||
|
||||
|
@ -1,16 +1,14 @@
|
||||
%global alphatag 20100225
|
||||
%global revision a9e0e57797c6f4321d5776e1f29bf1e75b11e6a1
|
||||
|
||||
Name: openal-soft
|
||||
Version: 1.11.753
|
||||
Release: 3.%{alphatag}git%{?dist}
|
||||
Version: 1.12.854
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Audio Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://kcat.strangesoft.net/openal.html
|
||||
Source0: http://kcat.strangesoft.net/openal-releases/openal-soft-%{version}.tar.bz2
|
||||
#http://repo.or.cz/w/openal-soft.git?a=snapshot;h=%{revision};sf=tgz
|
||||
Source0: openal-soft-%{revision}.tar.gz
|
||||
#Source0: openal-soft-%{version}.tar.gz
|
||||
Patch1: openal-soft.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -80,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/openal.pc
|
||||
|
||||
%changelog
|
||||
* Thu Apr 01 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.12.854-1
|
||||
- New upstream release
|
||||
|
||||
* Mon Mar 01 2010 Thomas Kowaliczek <linuxdonald@linuxdonald.de> - 1.11.753-3.20100225
|
||||
- Fixed Version Number
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user