SPECS: qemulator.spec - %dir in %{_datadir} - proper pythong R

czarny czarny at pld-linux.org
Mon Mar 12 20:50:58 CET 2007


Author: czarny                       Date: Mon Mar 12 19:50:58 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %dir in %{_datadir}
- proper pythong R

---- Files affected:
SPECS:
   qemulator.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/qemulator.spec
diff -u SPECS/qemulator.spec:1.1 SPECS/qemulator.spec:1.2
--- SPECS/qemulator.spec:1.1	Mon Mar 12 20:42:27 2007
+++ SPECS/qemulator.spec	Mon Mar 12 20:50:53 2007
@@ -10,9 +10,9 @@
 Source0:	http://qemulator.createweb.de/plugins/downloads/dodownload.php?file=%{_realname}-%{version}.tar.gz
 # Source0-md5:	a9ea901b8e1a9c5d5087220bd8b4f3ed
 URL:		http://qemulator.createweb.de/
-Requires:	libglade >= 2.5.0
-Requires:	python >= 2.4.0
-Requires:	python-pygtk >= 2.8.0
+Requires:	libglade2 >= 2.5.0
+Requires:	python-pygtk-gtk >= 2.8.0
+Requires:	python-pygtk-glade >= 2.8.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -85,6 +85,7 @@
 %doc README usr/local/share/%{name}/icons/README-icons
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
+%attr(755,root,root) %{_libdir}/%{name}/qemulator.py
 %{_libdir}/%{name}/*
 %{_desktopdir}/%{name}.desktop
 %{_iconsdir}/hicolor/*/*/%{name}.png
@@ -95,7 +96,8 @@
 %{_pixmapsdir}/%{name}.svg
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.png
-%dir %{_datadir}/%{name}/icons/*.png
+%dir %{_datadir}/%{name}/icons/
+%{_datadir}/%{name}/icons/*.png
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -103,6 +105,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/03/12 19:50:53  czarny
+- %dir in %{_datadir}
+- proper pythong R
+
 Revision 1.1  2007/03/12 19:42:27  czarny
 - init PLD
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/qemulator.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list