rpms/gjots2/devel gjots2.spec,1.7,1.8

Michael Schwendt mschwendt at fedoraproject.org
Thu Aug 28 22:22:59 UTC 2008


Author: mschwendt

Update of /cvs/pkgs/rpms/gjots2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13647

Modified Files:
	gjots2.spec 
Log Message:
Current release of this pkg installed into /gjots2!

* Fri Aug 29 2008 Michael Schwendt <mschwendt at fedoraproject.org> 2.3.4-10
- fix python_sitelib install
- BR python and readd pyc/pyo files



Index: gjots2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gjots2/devel/gjots2.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gjots2.spec	21 Jul 2008 17:31:23 -0000	1.7
+++ gjots2.spec	28 Aug 2008 22:22:28 -0000	1.8
@@ -21,7 +21,7 @@
 Summary: A note jotter - Organise your ideas, notes, facts in a hierarchy
 Name: gjots2
 Version: 2.3.4
-Release: 9%{?dist}
+Release: 10%{?dist}
 URL: http://bhepple.freeshell.org/gjots
 Source: http://bhepple.freeshell.org/gjots/%{name}-%{version}.tgz
 Source1: gjots.png
@@ -30,7 +30,7 @@
 Group: Applications/Productivity
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-BuildRequires: desktop-file-utils
+BuildRequires: python desktop-file-utils
 
 Requires: python >= 2.3, pygtk2 >= 2.4.0, gnome-python2 >= 2.0.2
 Requires: libglade2 >= 2.4, gnome-python2-gconf >= 2.6.0
@@ -48,6 +48,8 @@
 structure them appropriately.
 
 %prep
+%{!?python_sitelib: echo "We need python_sitelib!"; exit -1}
+
 %setup -q
 %patch0 -p1 -b .lib
 
@@ -114,8 +116,8 @@
 %doc AUTHORS INSTALL README COPYING ChangeLog gjots2.gjots gjots2.en_US.gjots gjots2.fr.gjots gjots2.nb.gjots gjots2.no.gjots gjots2.ru.gjots
 %dir %{python_sitelib}/%{name}
 %{python_sitelib}/%{name}/*.py
-#%{python_sitelib}/%{name}/*.pyc
-#%{python_sitelib}/%{name}/*.pyo
+%{python_sitelib}/%{name}/*.pyc
+%{python_sitelib}/%{name}/*.pyo
 %{_bindir}/gjots2
 %{_bindir}/gjots2html*
 %{_bindir}/gjots2docbook
@@ -128,6 +130,10 @@
 %{_mandir}/man1/docbook2gjots*
 
 %changelog
+* Fri Aug 29 2008 Michael Schwendt <mschwendt at fedoraproject.org> 2.3.4-10
+- fix python_sitelib install
+- BR python and readd pyc/pyo files
+
 * Mon Jul 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.3.4-9
 - fix license tag
 




More information about the fedora-extras-commits mailing list