SPECS: libopenspc.spec (NEW) - new

qboosh qboosh at pld-linux.org
Mon Dec 25 15:15:54 CET 2006


Author: qboosh                       Date: Mon Dec 25 14:15:54 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libopenspc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libopenspc.spec
diff -u /dev/null SPECS/libopenspc.spec:1.1
--- /dev/null	Mon Dec 25 15:15:54 2006
+++ SPECS/libopenspc.spec	Mon Dec 25 15:15:49 2006
@@ -0,0 +1,93 @@
+# $Revision$, $Date$
+Summary:	OpenSPC - SPC file player
+Summary(pl):	OpenSPC - odtwarzacz plików SPC
+Name:		libopenspc
+Version:	0.3.99
+%define	snap	20050926
+Release:	0.%{snap}.1
+# 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:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+OpenSPC - SPC file player.
+
+%description -l pl
+OpenSPC - odtwarzacz plików SPC.
+
+%package devel
+Summary:	Header files for OpenSPC library
+Summary(pl):	Pliki nagłówkowe biblioteki OpenSPC
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	zlib-devel
+
+%description devel
+Header files for OpenSPC library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki OpenSPC.
+
+%package static
+Summary:	Static OpenSPC library
+Summary(pl):	Statyczna biblioteka OpenSPC
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static OpenSPC library.
+
+%description static -l pl
+Statyczna biblioteka OpenSPC.
+
+%prep
+%setup -q
+
+mv -f libopenspc/SNEeSe/LICENSE LICENSE.SNEeSe
+mv -f libopenspc/SNEeSe/README README.SNEeSe
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README LICENSE.SNEeSe README.SNEeSe
+%attr(755,root,root) %{_bindir}/ospcplay
+%attr(755,root,root) %{_libdir}/libopenspc.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libopenspc.so
+%{_libdir}/libopenspc.la
+%{_includedir}/openspc.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libopenspc.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/25 14:15:49  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list