[packages/libopenspc] regen libtool; package ghost SONAME symlink

glen glen at pld-linux.org
Fri Mar 20 20:46:42 CET 2015


commit 62b90bd31b254eaf1daa77d33bd57ec8903c15e7
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Mar 20 21:46:37 2015 +0200

    regen libtool; package ghost SONAME symlink

 libopenspc.spec | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/libopenspc.spec b/libopenspc.spec
index 54f8cee..d9a0dd0 100644
--- a/libopenspc.spec
+++ b/libopenspc.spec
@@ -1,15 +1,19 @@
 %define	snap	20050926
+%define	rel 3
 Summary:	OpenSPC - SPC file player
 Summary(pl.UTF-8):	OpenSPC - odtwarzacz plików SPC
 Name:		libopenspc
 Version:	0.3.99
-Release:	0.%{snap}.2
+Release:	0.%{snap}.%{rel}
 # SNEeSe in on other, GPL-compatible license, but interface part implies LGPL
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://home.comcast.net/~brad.martin1/OpenSPC_snap-%{snap}.tar.bz2
 # Source0-md5:	a7b4e60e3780bb06608c1bd73f1bf1b4
 URL:		http://home.comcast.net/~brad.martin1/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
 BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -53,6 +57,11 @@ mv -f libopenspc/SNEeSe/LICENSE LICENSE.SNEeSe
 mv -f libopenspc/SNEeSe/README README.SNEeSe
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -73,6 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc ChangeLog README LICENSE.SNEeSe README.SNEeSe
 %attr(755,root,root) %{_bindir}/ospcplay
 %attr(755,root,root) %{_libdir}/libopenspc.so.*.*.*
+%ghost %{_libdir}/libopenspc.so.0
 
 %files devel
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libopenspc.git/commitdiff/62b90bd31b254eaf1daa77d33bd57ec8903c15e7



More information about the pld-cvs-commit mailing list