]> git.pld-linux.org Git - packages/pida.git/commitdiff
- added R python-gnome-desktop-gtksourceview for culebra editor
authorRobert Kurowski <koorek@pld-linux.org>
Thu, 17 Aug 2006 16:58:57 +0000 (16:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- moved icon to %{_pixmapsdir}
- added desktop filo
- builds ok, but have some runtime issues :(

Changed files:
    pida.spec -> 1.4

pida.spec

index c9dbd4556083a90511a7180286c441f5b996d993..5b0182fe5c6bfa8dd7a29580349d093b0441f6bc 100644 (file)
--- a/pida.spec
+++ b/pida.spec
@@ -2,15 +2,17 @@ Summary:      A framework for integrated development
 Summary(pl):   Szkielet do programowania zintegrowanego
 Name:          pida
 Version:       0.3.1
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Development/Tools
 Source0:       http://download.berlios.de/pida/%{name}-%{version}.tar.gz
 # Source0-md5: dca8a7d8b92ee7619992b26aa9dd6186
+Source1:       %{name}.desktop
 URL:           http://pida.vm.bytemark.co.uk/projects/pida
 BuildRequires: python-devel
 BuildRequires: python-setuptools
 BuildRequires: rpm-pythonprov
+Requires:      python-gnome-desktop-gtksourceview
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -45,6 +47,7 @@ python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 python setup.py install \
        --install-data=%{_datadir}/%{name} \
@@ -52,6 +55,9 @@ python setup.py install \
         --root=$RPM_BUILD_ROOT \
         --optimize=2
 
+mv $RPM_BUILD_ROOT%{_datadir}/%{name}/pida-icon.png $RPM_BUILD_ROOT%{_pixmapsdir}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -61,3 +67,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/*
 %{_datadir}/%{name}
+%{_pixmapsdir}/*.png
+%{_desktopdir}/*.desktop
This page took 0.061077 seconds and 4 git commands to generate.