From c62eb35b248fb09096ae2bbb9652f821934f853c Mon Sep 17 00:00:00 2001 From: luzik Date: Sat, 31 Mar 2007 18:18:23 +0000 Subject: [PATCH] -initial PLD release Changed files: elisa.spec -> 1.1 --- elisa.spec | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 elisa.spec diff --git a/elisa.spec b/elisa.spec new file mode 100644 index 0000000..364d4f4 --- /dev/null +++ b/elisa.spec @@ -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}* -- 2.44.0