[pida] 0.6.2.

Jon Ciesla limb at fedoraproject.org
Tue Oct 11 16:52:54 UTC 2011


commit 87a1b21d8c34812faee094d1dfb38b6db864ca9a
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Tue Oct 11 11:52:26 2011 -0500

    0.6.2.

 .gitignore |    1 +
 pida.spec  |   34 +++++++++++++++++++++-------------
 sources    |    2 +-
 3 files changed, 23 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7317d5b..21ce303 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PIDA-0.5.1.tar.gz
+/pida-0.6.2.tar.gz
diff --git a/pida.spec b/pida.spec
index e2acf99..2042776 100644
--- a/pida.spec
+++ b/pida.spec
@@ -5,16 +5,16 @@
 
 Summary:	A Python IDE written in Python and GTK
 Name:		pida
-Version:	0.5.1
-Release:	13%{?dist}
-License:	MIT
+Version:	0.6.2
+Release:	1%{?dist}
+License:	GPLv2+
 Group:		Development/Tools
 URL:		http://pida.co.uk/
-Source0:	http://pida.co.uk/files/releases/PIDA-%{version}.tar.gz
+Source0:	http://pypi.python.org/packages/source/p/pida/pida-%{version}.tar.gz
 Source1:	%{name}.desktop
 Source2:	%{name}.1
 
-Patch0:		%{name}-%{version}-remove-emacs.patch
+#Patch0:		%%{name}-0.5.1-remove-emacs.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -31,6 +31,7 @@ BuildRequires:	desktop-file-utils
 BuildRequires:	dos2unix
 BuildRequires:	gtk2-devel
 BuildRequires:	pygtk2-devel
+BuildRequires:	python-setuptools
 
 %description
 PIDA is an IDE. PIDA is different from other IDEs in that it will use the
@@ -39,11 +40,11 @@ PIDA is written in Python with the PyGTK toolkit, and although is designed to
 be used to program in any language, PIDA has fancy Python IDE features.
 
 %prep
-%setup -q -n PIDA-%{version}
-%patch0 -p1
+%setup -q
+#%%patch0 -p1
 
 # Suppress rpmlint error.
-dos2unix ./docs/html/handbook.html
+#dos2unix ./docs/html/handbook.html
 
 %build
 %{__python} setup.py build
@@ -73,8 +74,10 @@ install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_mandir}/man1
 
 # Files containing shebangs need to have the executable bits.
 chmod 755 $RPM_BUILD_ROOT%{python_sitearch}/%{name}/utils/feedparser.py
-chmod 755 $RPM_BUILD_ROOT%{python_sitearch}/%{name}/utils/rpdb2.py
-chmod 755 $RPM_BUILD_ROOT%{python_sitearch}/%{name}/utils/launchpadder/lpreport.py
+#chmod 755 $RPM_BUILD_ROOT%%{python_sitearch}/%%{name}/utils/rpdb2.py
+#chmod 755 $RPM_BUILD_ROOT%%{python_sitearch}/%%{name}/utils/launchpadder/lpreport.py
+
+rm $RPM_BUILD_ROOT/usr/share/doc/pida/contrib/gtkrc/dark.gtkrc-2.0
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -101,19 +104,24 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGELOG COPYING docs
+%doc AUTHORS COPYING docs
 %{_bindir}/%{name}
 %{_bindir}/%{name}-remote
+%{_bindir}/%{name}-build
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/48x48/apps/%{name}-icon.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}-icon.svg
 %{_mandir}/man1/%{name}.1.gz
-%{python_sitearch}/moo_stub.so
+#%%{python_sitearch}/moo_stub.so
 
 %{python_sitearch}/%{name}/
-%{python_sitearch}/PIDA-*.egg-info
+%{python_sitearch}/pida-*.egg-info/
 
 %changelog
+* Tue Oct 11 2011 Jon Ciesla <limb at jcomserv.net> - 0.6.2-1
+- Update to 0.6.2.
+- License change, patch upstreamed.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 1423f1e..1895e2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d24bbdc2c07172062cf55dffe58c85f6  PIDA-0.5.1.tar.gz
+6ee61497996abd54f8a9dacd39b90c8c  pida-0.6.2.tar.gz


More information about the scm-commits mailing list