SPECS: pida.spec - up to 0.5.0 , NFY

wolvverine wolvverine at pld-linux.org
Wed Jul 4 17:00:27 CEST 2007


Author: wolvverine                   Date: Wed Jul  4 15:00:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.5.0 , NFY

---- Files affected:
SPECS:
   pida.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/pida.spec
diff -u SPECS/pida.spec:1.8 SPECS/pida.spec:1.9
--- SPECS/pida.spec:1.8	Thu Apr  5 16:37:21 2007
+++ SPECS/pida.spec	Wed Jul  4 17:00:22 2007
@@ -4,15 +4,17 @@
 # - package only py[co] files
 # - verify if such a big version jump actually works
 #
+%define		realname PIDA
+#
 Summary:	A framework for integrated development
 Summary(pl.UTF-8):	Szkielet do programowania zintegrowanego
 Name:		pida
-Version:	0.4.4
+Version:	0.5.0
 Release:	0.1
 License:	GPL
 Group:		Development/Tools
-Source0:	http://pida.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5:	462542ce70b47d16a019b403b741a411
+Source0:	http://pida.googlecode.com/files/%{realname}-%{version}.tar.gz
+# Source0-md5:	5f177b634eddc42133e59dbe21b16341
 Source1:	%{name}.desktop
 URL:		http://pida.berlios.de/
 BuildRequires:	python-devel
@@ -48,7 +50,7 @@
 - wiele innych unikalnych i pożądanych drobiazgów
 
 %prep
-%setup -q
+%setup -q -n %{realname}-%{version}
 
 %build
 python setup.py build
@@ -59,11 +61,10 @@
 
 python setup.py install \
 	--install-data=%{_datadir}/%{name} \
-	--single-version-externally-managed \
         --root=$RPM_BUILD_ROOT \
         --optimize=2
 
-cp $RPM_BUILD_ROOT%{py_sitescriptdir}/%{name}/data/icons/pida-icon.png $RPM_BUILD_ROOT%{_pixmapsdir}
+cp $RPM_BUILD_ROOT%{py_sitedir}/%{name}/resources/pixmaps/pida-icon.png $RPM_BUILD_ROOT%{_pixmapsdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 
 %clean
@@ -71,9 +72,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CHANGELOG README
+%doc AUTHORS.txt README.txt
 %attr(755,root,root) %{_bindir}/*
-%{py_sitescriptdir}/*
+%{py_sitedir}/*
 %{_pixmapsdir}/*.png
 %{_desktopdir}/*.desktop
 
@@ -83,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/07/04 15:00:22  wolvverine
+- up to 0.5.0 , NFY
+
 Revision 1.8  2007/04/05 14:37:21  czarny
 - up to 0.4.4
 - R: python-kiwi
================================================================

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



More information about the pld-cvs-commit mailing list