rpms/Zim/devel .cvsignore,1.4,1.5 Zim.spec,1.4,1.5 sources,1.4,1.5

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Oct 4 03:33:03 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/Zim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23856

Modified Files:
	.cvsignore Zim.spec sources 
Log Message:
* Wed Oct 03 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.21-1
- update to 0.21
- add contrib/, TRepository.PL to doc
- update license tag: GPL -> GPL+
- add a requires on scrot, for the InsertScreenshot plugin



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Zim/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	22 Mar 2007 15:52:05 -0000	1.4
+++ .cvsignore	4 Oct 2007 03:32:30 -0000	1.5
@@ -1 +1 @@
-Zim-0.19.tar.gz
+Zim-0.21.tar.gz


Index: Zim.spec
===================================================================
RCS file: /cvs/extras/rpms/Zim/devel/Zim.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Zim.spec	22 Mar 2007 15:52:05 -0000	1.4
+++ Zim.spec	4 Oct 2007 03:32:30 -0000	1.5
@@ -1,44 +1,60 @@
 Name:           Zim
-Version:        0.19 
+Version:        0.21
 Release:        1%{?dist}
 Summary:        Desktop wiki & notekeeper
 
 Group:          Applications/Editors
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://www.pardus.nl/projects/zim/ 
-Source0: http://pardus-larus.student.utwente.nl/%7Epardus/downloads/Zim/Zim-%{version}.tar.gz 
+Source0: http://pardus-larus.student.utwente.nl/~pardus/downloads/Zim/Zim-%{version}.tar.gz 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
-BuildRequires:  sed
-BuildRequires:  perl, perl(Module::Build)
-BuildRequires:  perl(Gtk2) >= 1.040, perl(Gtk2::TrayIcon), perl(Gtk2::Spell)
-BuildRequires:  perl(File::MimeInfo) >= 0.12, perl(File::DesktopEntry)
-BuildRequires:  perl(File::BaseDir), desktop-file-utils
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-# testing
-BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+# non-perl
+BuildRequires:  sed, desktop-file-utils
 
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# core
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Simple)
+# cpan
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(File::BaseDir)
+BuildRequires:  perl(File::DesktopEntry)
+BuildRequires:  perl(File::MimeInfo) >= 0.12
+BuildRequires:  perl(Gtk2) >= 1.040
+BuildRequires:  perl(Gtk2::TrayIcon)
+BuildRequires:  perl(Gtk2::Spell)
+# test
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 
+# not picked up automatically
+Requires:       perl(Gtk2::TrayIcon)
+
+# non-perl requires -- for the InsertScreenshot plugin 
+Requires:       scrot
 
 %description
 Zim is a WYSIWYG text editor written in Gtk2-Perl which aims to bring the
 concept of a wiki to your desktop. Every page is saved as a text file with
 wiki markup. Pages can contain links to other pages, and are saved
 automatically. Creating a new page is as easy as linking to a non-existing
-page. Pages are ordered in a hierarchical structure that gives it the look and
-feel of an outliner. This tool is intended to keep track of TODO lists or to
-serve as a personal scratch book. 
+page. Pages are ordered in a hierarchical structure that gives it the look
+and feel of an outliner. This tool is intended to keep track of TODO lists
+or to serve as a personal scratch book. 
 
 
 %prep
 %setup -q
-chmod -x share/zim/dates.list share/zim/plugins/*
+
+#chmod -c -x share/zim/dates.list share/zim/plugins/*
+find . -type f -exec chmod -c -x {} +
 sed -i 's/\r//' share/zim/plugins/Subversion.pl
 
 # We're not running on Win32.  Really :)
-rm ./lib/Zim/Win32.pm
+#rm ./lib/Zim/Win32.pm
+rm -rf ./lib/Zim/OS
 
 
 %build
@@ -69,7 +85,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes ExamplePlugin.pl
+%doc Changes ExamplePlugin.pl contrib/ TRepository.PL 
 %{perl_vendorlib}/*
 %{_mandir}/man[13]/*.[13]*
 %{_bindir}/*
@@ -79,6 +95,16 @@
 
 
 %changelog
+* Wed Oct 03 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.21-1
+- update to 0.21
+- add contrib/, TRepository.PL to doc
+- update license tag: GPL -> GPL+
+- add a requires on scrot, for the InsertScreenshot plugin
+
+* Wed May 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.19-2
+- add a require on Gtk2::TrayIcon; not picked up automatically
+- some BR refactoring given perl splittage
+
 * Thu Mar 22 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.19-1
 - and hot on the heels of 0.18 is 0.19! :)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Zim/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	22 Mar 2007 15:52:05 -0000	1.4
+++ sources	4 Oct 2007 03:32:30 -0000	1.5
@@ -1 +1 @@
-cfe31ce36602e1f6c203d1a3ef00498c  Zim-0.19.tar.gz
+b78c86db05dda9cdc6ad2343b225257f  Zim-0.21.tar.gz




More information about the fedora-extras-commits mailing list