SHA256
1
0
forked from pool/libmikmod
OBS User unknown
2009-01-12 01:03:04 +00:00
committed by Git OBS Bridge
parent 12972b4775
commit a2fc4503ba
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 9 13:37:54 CET 2009 - crrodriguez@suse.de
- remove static libraries and "la" files
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de

View File

@@ -25,7 +25,7 @@ License: LGPL v2.1 or later
Group: System/Libraries
Summary: MikMod Sound Library
Version: 3.1.11a
Release: 111
Release: 113
%define _version 3.1.11
# bug437293
%ifarch ppc64
@@ -82,22 +82,21 @@ mtm, xm, and it.
%build
autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
%configure --disable-static --with-pic
%{__make} %{?jobs:-j%jobs}
%install
%makeinstall
cmp $RPM_BUILD_ROOT%{_includedir}/mikmod{,_build}.h &&
ln -f $RPM_BUILD_ROOT%{_includedir}/mikmod{,_build}.h
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%post
%run_ldconfig
%post -p /sbin/ldconfig
%postun
%run_ldconfig
%postun -p /sbin/ldconfig
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/mikmod.info.gz
@@ -117,10 +116,11 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/*
%doc %{_infodir}/mikmod*
%{_libdir}/libmikmod.so
%{_libdir}/libmikmod.*a
%doc %{_mandir}/man1/*-config.*
%changelog
* Fri Jan 09 2009 crrodriguez@suse.de
- remove static libraries and "la" files
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Thu Apr 10 2008 ro@suse.de