SPECS: libspiff.spec (NEW) - initial in pld

arekm arekm at pld-linux.org
Thu Apr 19 11:18:19 CEST 2007


Author: arekm                        Date: Thu Apr 19 09:18:19 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial in pld

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

---- Diffs:

================================================================
Index: SPECS/libspiff.spec
diff -u /dev/null SPECS/libspiff.spec:1.1
--- /dev/null	Thu Apr 19 11:18:19 2007
+++ SPECS/libspiff.spec	Thu Apr 19 11:18:14 2007
@@ -0,0 +1,77 @@
+# $Revision$, $Date$
+Summary:	XSPF playlist reading and writing support
+Name:		libspiff
+Version:	0.6.5
+Release:	1
+License:	BSD
+Group:		Libraries
+Source0:	http://dl.sourceforge.net/libspiff/%{name}-%{version}.tar.gz
+# Source0-md5:	15e3d278e4af956134890108251f72b7
+URL:		http://libspiff.sourceforge.net/
+BuildRequires:	expat-devel
+BuildRequires:	libstdc++-devel
+BuildRequires:	uriparser-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+libSpiff brings XSPF playlist reading and writing support to your C++
+application.
+
+%package devel
+Summary:	Header files and develpment documentation for libspiff
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files and develpment documentation for libspiff.
+
+%package static
+Summary:	Static libspiff library
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libspiff library.
+
+%prep
+%setup -q
+
+%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 AUTHORS ChangeLog NEWS README THANKS
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/spiff
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.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  2007/04/19 09:18:14  arekm
+- initial in pld
+
================================================================


More information about the pld-cvs-commit mailing list