rpms/gjots2/devel .cvsignore, 1.3, 1.4 gjots2.spec, 1.8, 1.9 sources, 1.3, 1.4

Radek Vokál rvokal at fedoraproject.org
Mon Sep 1 08:43:36 UTC 2008


Author: rvokal

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

Modified Files:
	.cvsignore gjots2.spec sources 
Log Message:
Fix requires + update to latest upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gjots2/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	2 May 2006 13:16:18 -0000	1.3
+++ .cvsignore	1 Sep 2008 08:43:05 -0000	1.4
@@ -1,2 +1 @@
-gjots2-2.3.4.tgz
-gjots.png
+gjots2-2.3.7.tgz


Index: gjots2.spec
===================================================================
RCS file: /cvs/extras/rpms/gjots2/devel/gjots2.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gjots2.spec	28 Aug 2008 22:22:28 -0000	1.8
+++ gjots2.spec	1 Sep 2008 08:43:05 -0000	1.9
@@ -20,11 +20,10 @@
 
 Summary: A note jotter - Organise your ideas, notes, facts in a hierarchy
 Name: gjots2
-Version: 2.3.4
-Release: 10%{?dist}
+Version: 2.3.7
+Release: 1%{?dist}
 URL: http://bhepple.freeshell.org/gjots
 Source: http://bhepple.freeshell.org/gjots/%{name}-%{version}.tgz
-Source1: gjots.png
 Patch0: gjots2-2.3.4-sitelib.patch
 License: GPLv2+
 Group: Applications/Productivity
@@ -32,7 +31,7 @@
 BuildArch: noarch
 BuildRequires: python desktop-file-utils
 
-Requires: python >= 2.3, pygtk2 >= 2.4.0, gnome-python2 >= 2.0.2
+Requires: python >= 2.3, pygtk2 >= 2.4.0, gnome-python2-gnome
 Requires: libglade2 >= 2.4, gnome-python2-gconf >= 2.6.0
 
 %description
@@ -61,7 +60,7 @@
 %install
 
 # typically:
-#	buildroot=/var/tmp/root-gjots2-2.3.4
+#	buildroot=/var/tmp/root-gjots2-2.3.7
 #	_datadir=/usr/share
 #	_bindir=/usr/bin
 #	_libdir=/usr/lib
@@ -78,13 +77,14 @@
 						%{buildroot}%{_datadir}/locale/fr/LC_MESSAGES \
 						%{buildroot}%{_datadir}/locale/no/LC_MESSAGES \
 						%{buildroot}%{_datadir}/locale/nb/LC_MESSAGES \
-						%{buildroot}%{_datadir}/locale/ru/LC_MESSAGES
+						%{buildroot}%{_datadir}/locale/ru/LC_MESSAGES \
+						%{buildroot}%{_datadir}/locale/cs/LC_MESSAGES
 
-%{__install} -m0755 bin/gjots2 bin/gjots2docbook bin/gjots2html bin/docbook2gjots %{buildroot}%{_bindir}/
-%{__install} -m0644 lib/*.py %{buildroot}%{python_sitelib}/%{name}/
-%{__install} -m0644 gjots.glade2 %{buildroot}%{_datadir}/%{name}
-%{__install} -m0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}
-%{__install} -m0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
+%{__install} -m0755 bin/gjots2 bin/gjots2docbook bin/gjots2html bin/gjots2emacs bin/gjots2html.py bin/docbook2gjots bin/gjots2lpr %{buildroot}%{_bindir}/
+%{__install} -m0755 lib/*.py %{buildroot}%{python_sitelib}/%{name}/
+%{__install} -m0644 gjots.glade3 %{buildroot}%{_datadir}/%{name}
+%{__install} -m0644 gjots.png %{buildroot}%{_datadir}/%{name}
+%{__install} -m0644 gjots.png %{buildroot}%{_datadir}/pixmaps/
 %{__install} -m0644 gjots2-hide-all.png %{buildroot}%{_datadir}/%{name}
 %{__install} -m0644 gjots2-merge-items.png %{buildroot}%{_datadir}/%{name}
 %{__install} -m0644 gjots2-new-child.png %{buildroot}%{_datadir}/%{name}
@@ -105,6 +105,7 @@
 %{__install} -m0644 po/no/LC_MESSAGES/gjots2.mo %{buildroot}%{_datadir}/locale/no/LC_MESSAGES
 %{__install} -m0644 po/nb/LC_MESSAGES/gjots2.mo %{buildroot}%{_datadir}/locale/nb/LC_MESSAGES
 %{__install} -m0644 po/ru/LC_MESSAGES/gjots2.mo %{buildroot}%{_datadir}/locale/ru/LC_MESSAGES
+%{__install} -m0644 po/cs/LC_MESSAGES/gjots2.mo %{buildroot}%{_datadir}/locale/cs/LC_MESSAGES
 %find_lang %{name}
 
 %clean
@@ -122,6 +123,9 @@
 %{_bindir}/gjots2html*
 %{_bindir}/gjots2docbook
 %{_bindir}/docbook2gjots
+%{_bindir}/gjots2emacs
+%{_bindir}/gjots2lpr
+      
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
 %{_datadir}/pixmaps/gjots.png
@@ -130,6 +134,10 @@
 %{_mandir}/man1/docbook2gjots*
 
 %changelog
+* Mon Sep  1 2008 Radek Vokál <rvokal at redhat.com> 2.3.7-1
+- fix requires
+- update to 2.3.7
+
 * 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: sources
===================================================================
RCS file: /cvs/extras/rpms/gjots2/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 May 2006 13:16:18 -0000	1.3
+++ sources	1 Sep 2008 08:43:05 -0000	1.4
@@ -1,2 +1 @@
-ae05d1ea976de08dd9fc80faa04c558f  gjots2-2.3.4.tgz
-4ae5dfb2ae559470c06739f7e310e233  gjots.png
+08009c78a1680ff1e2aa52f1881ed892  gjots2-2.3.7.tgz




More information about the fedora-extras-commits mailing list