SPECS: elisa.spec (NEW) -initial PLD release

luzik luzik at pld-linux.org
Sat Mar 31 20:18:28 CEST 2007


Author: luzik                        Date: Sat Mar 31 18:18:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
-initial PLD release

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

---- Diffs:

================================================================
Index: SPECS/elisa.spec
diff -u /dev/null SPECS/elisa.spec:1.1
--- /dev/null	Sat Mar 31 20:18:28 2007
+++ SPECS/elisa.spec	Sat Mar 31 20:18:23 2007
@@ -0,0 +1,40 @@
+Summary:	Media center
+Summary(pl):	Media center
+Name:		elisa
+Version:	0.1.4.2
+Release:	0.1
+License:	- (enter GPL/GPL v2/LGPL/BSD/BSD-like/other license name here)
+Group:		Applications
+Source0:	http://www.fluendo.com/elisa/downloads/elisa/%{name}-%{version}.tar.gz
+# Source0-md5:	fe9bfb723c8565e62ebf4d2e21588aab
+URL:		http://www.fluendo.com/elisa/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Elisa is a project to create an open source cross platform media center solution
+
+%description -l pl
+Elisa is a project to create an open source cross platform media center solution
+
+%prep
+%setup -q
+
+%build
+CFLAGS="%{rpmcflags}" \
+python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python setup.py install \
+	--root=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name} -name "*.py" -exec rm {} \;
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc
+%attr(755,root,root) %{_bindir}/*
+%{py_sitescriptdir}/%{name}
+%{py_sitescriptdir}/%{name}-%{version}*
================================================================


More information about the pld-cvs-commit mailing list