SPECS: sofa.spec (NEW) - added

aredridel aredridel at pld-linux.org
Sat Jun 9 19:55:44 CEST 2007


Author: aredridel                    Date: Sat Jun  9 17:55:44 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

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

---- Diffs:

================================================================
Index: SPECS/sofa.spec
diff -u /dev/null SPECS/sofa.spec:1.1
--- /dev/null	Sat Jun  9 19:55:44 2007
+++ SPECS/sofa.spec	Sat Jun  9 19:55:39 2007
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+Summary:	GNOME Media Center
+Name:		sofa
+Version:	0.2.2
+Release:	1
+License:	GPL v2
+Group:		Applications
+Source0:	http://dl.sourceforge.net/sofa/%{name}-%{version}.tar.gz
+# Source0-md5:	6f6361a356359628f3c103842a0afc05
+Patch0:	%{name}-as-needed.patch
+URL:		http://sofa.sourceforge.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	libtool
+BuildRequires:	clutter-devel
+BuildRequires:	clutter-gst-devel
+BuildRequires:	clutter-gtk-devel
+BuildRequires:	clutter-cairo-devel
+BuildRequires:	gstreamer-plugins-base-devel
+BuildRequires:	gstreamer-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This project is for all kinds of users who use GNU/Linux at the heart
+of a home theater. Sofa is a media center which allows easy access to
+multimedia functionalities of a computer from a remote control in a
+unique software unlike current multimedia applications.
+
+The software integrates with Gnome to get user's settings and content.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+#%%{__intltoolize}
+#%%{__gettextize}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+#%%{__autoheader}
+%{__automake}
+#cp -f /usr/share/automake/config.sub .
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS CREDITS ChangeLog NEWS README THANKS TODO
+
+%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/06/09 17:55:39  aredridel
+- added
+
================================================================


More information about the pld-cvs-commit mailing list