From: luzik Date: Sat, 31 Mar 2007 18:18:23 +0000 (+0000) Subject: -initial PLD release X-Git-Tag: auto/th/elisa-0_5_6-1~16 X-Git-Url: http://git.pld-linux.org/?p=packages%2Felisa.git;a=commitdiff_plain;h=c62eb35b248fb09096ae2bbb9652f821934f853c -initial PLD release Changed files: elisa.spec -> 1.1 --- c62eb35b248fb09096ae2bbb9652f821934f853c 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}*