SPECS: songbird.spec (NEW) - new

glen glen at pld-linux.org
Tue Jan 2 02:04:24 CET 2007


Author: glen                         Date: Tue Jan  2 01:04:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/songbird.spec
diff -u /dev/null SPECS/songbird.spec:1.1
--- /dev/null	Tue Jan  2 02:04:24 2007
+++ SPECS/songbird.spec	Tue Jan  2 02:04:19 2007
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define		_snap 20070101
+%define		_rel 0.1
+Summary:	Songbird Web Player
+Name:		songbird
+Version:	0.2
+Release:	0.%{_snap}.%{_rel}
+License:	GPL v2
+Group:		X11/Applications/Networking
+Source0:	http://developer.songbirdnest.com/nightly/snapshots/%{name}_snapshot_%{_snap}.tar.gz
+# Source0-md5:	3139f09a8f3719a2fc88d30b4e74d8a3
+Source1:	http://developer.songbirdnest.com/nightly/dependency_snapshots/dependencies_snapshot-linux-i386-%{_snap}.tar.gz
+# NoSource1-md5:	63944bb0de1729ebe09d28f5a34a41f3
+NoSource:	1
+URL:		http://www.songbirdnest.com/
+BuildRequires:	gstreamer-devel >= 0.10
+BuildRequires:	gtk+2-devel >= 1:2.0.0
+BuildRequires:	libstdc++-devel
+BuildRequires:	nspr-devel >= 1:4.6.3
+BuildRequires:	perl-base
+BuildRequires:	unzip
+BuildRequires:	xulrunner-devel
+BuildRequires:	zip
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Songbird Web Player.
+
+%prep
+%setup -q -n %{name}
+%{__tar} -C trunk/dependencies -zxf %{SOURCE1}
+
+%build
+cd trunk
+%{__make} -f songbird.mk
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README*
+
+%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/01/02 01:04:19  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list