1.13-1
- version upgrade - spec cleanup
This commit is contained in:
parent
68e75480d2
commit
02adce320f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
openal-soft-1.12.854.tar.bz2
|
||||
/openal-soft-1.13.tar.bz2
|
||||
|
@ -1,15 +1,12 @@
|
||||
Name: openal-soft
|
||||
Version: 1.12.854
|
||||
Release: 3%{?dist}
|
||||
Version: 1.13
|
||||
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-%{version}.tar.gz
|
||||
Patch1: openal-soft.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: alsa-lib-devel
|
||||
@ -43,21 +40,21 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0 -b .orig
|
||||
|
||||
%build
|
||||
%cmake .
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot}
|
||||
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -78,6 +75,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/openal.pc
|
||||
|
||||
%changelog
|
||||
* Thu Jan 26 2012 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
|
||||
- 1.13-1
|
||||
- version upgrade
|
||||
- spec cleanup
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.854-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user