]> git.pld-linux.org Git - packages/elisa.git/commitdiff
-initial PLD release
authorluzik <luzik@pld-linux.org>
Sat, 31 Mar 2007 18:18:23 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elisa.spec -> 1.1

elisa.spec [new file with mode: 0644]

diff --git a/elisa.spec b/elisa.spec
new file mode 100644 (file)
index 0000000..364d4f4
--- /dev/null
@@ -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}*
This page took 0.068349 seconds and 4 git commands to generate.