Author: koorek                       Date: Thu Aug 17 16:59:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added R python-gnome-desktop-gtksourceview for culebra editor
- moved icon to %{_pixmapsdir}
- added desktop filo
- builds ok, but have some runtime issues :(

---- Files affected:
SPECS:
   pida.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/pida.spec
diff -u SPECS/pida.spec:1.3 SPECS/pida.spec:1.4
--- SPECS/pida.spec:1.3 Thu Aug 17 17:03:51 2006
+++ SPECS/pida.spec     Thu Aug 17 18:58:57 2006
@@ -3,15 +3,17 @@
 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)
 
@@ -46,6 +48,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
 python setup.py install \
        --install-data=%{_datadir}/%{name} \
@@ -53,6 +56,9 @@
         --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
 
@@ -62,6 +68,8 @@
 %attr(755,root,root) %{_bindir}/*
 %{py_sitescriptdir}/*
 %{_datadir}/%{name}
+%{_pixmapsdir}/*.png
+%{_desktopdir}/*.desktop
 
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -69,6 +77,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/08/17 16:58:57  koorek
+- added R python-gnome-desktop-gtksourceview for culebra editor
+- moved icon to %{_pixmapsdir}
+- added desktop filo
+- builds ok, but have some runtime issues :(
+
 Revision 1.3  2006/08/17 15:03:51  koorek
 - added BR: python-setuptools and python-devel
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pida.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to