]> git.pld-linux.org Git - packages/pida.git/commitdiff
- BR: pkgconfig
authorsparky <sparky@pld-linux.org>
Wed, 20 Jan 2010 19:29:05 +0000 (19:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't list same .egg-info file 3 times

Changed files:
    pida.spec -> 1.26

pida.spec

index 76e6fc275fc9c76ac7208cebee5623eb25e6d566..2f011a310572388e3480910fde0289c632c568e1 100644 (file)
--- a/pida.spec
+++ b/pida.spec
@@ -18,6 +18,7 @@ Source0:      http://pida.googlecode.com/files/%{realname}-%{version}.tar.gz
 # Source0-md5: d24bbdc2c07172062cf55dffe58c85f6
 Source1:       %{name}.desktop
 URL:           http://pida.co.uk/
+BuildRequires: pkgconfig
 BuildRequires: python-devel
 BuildRequires: python-pygtk-devel
 BuildRequires: python-setuptools
@@ -123,13 +124,11 @@ rm -rf $RPM_BUILD_ROOT
 %lang(fr) %{py_sitedir}/pida/services/window/locale/fr_FR
 
 %if "%{py_ver}" > "2.4"
-%{py_sitedir}/*-*.egg-info
-%{py_sitedir}/*-*.egg-info
-%{py_sitedir}/*-py2.*.egg-info
+%{py_sitedir}/PIDA-*-py2.*.egg-info
 %endif
+%attr(755,root,root) %{py_sitedir}/moo_stub.so
 
 %dir %{py_sitedir}/pida
-%attr(755,root,root) %{py_sitedir}/moo_stub.so
 %{py_sitedir}/pida/*.py[co]
 %{py_sitedir}/pida/core
 %{py_sitedir}/pida/editors
This page took 0.10577 seconds and 4 git commands to generate.