rpms/Zim/devel Zim.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Tue Nov 21 17:54:01 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	Zim.spec 
Log Message:
auto-import Zim-0.17-2.fc6 on branch devel from Zim-0.17-2.fc6.src.rpm


--- NEW FILE Zim.spec ---
Name:           Zim
Version:        0.17 
Release:        2%{?dist}
Summary:        Desktop wiki & notekeeper

Group:          Applications/Editors
License:        GPL or Artistic
URL:            http://zoidberg.student.utwente.nl/zim/index.shtml
Source0:        ftp://zoidberg.student.utwente.nl/Zim/Zim-%{version}.tar.gz 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
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
BuildRequires:  perl(Module::Build)

# testing
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)

# until perl-File-MimeInfo requires it, BZ#215972
BuildRequires:  shared-mime-info

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


%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. 


%prep
%setup -q

# We're not running on Win32.  Really :)
rm ./lib/Zim/Win32.pm


%build
%{__perl} Build.PL installdirs=vendor
./Build


%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'

%{_fixperms} %{buildroot}/*

desktop-file-install --vendor="fedora" --delete-original    \
    --dir=%{buildroot}%{_datadir}/applications              \
     %{buildroot}%{_datadir}/applications/zim.desktop


%check
./Build test


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc Changes ExamplePlugin.pl
%{perl_vendorlib}/*
%{_mandir}/man[13]/*.[13]*
%{_bindir}/*
%{_datadir}/zim
%{_datadir}/pixmaps/*
%{_datadir}/applications/*


%changelog
* Thu Nov 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.17-2
- add requires on shared-mime-info

* Wed Nov 15 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.17-1
- initial packaging.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/Zim/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Nov 2006 17:53:16 -0000	1.1
+++ .cvsignore	21 Nov 2006 17:53:31 -0000	1.2
@@ -0,0 +1 @@
+Zim-0.17.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/Zim/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Nov 2006 17:53:16 -0000	1.1
+++ sources	21 Nov 2006 17:53:31 -0000	1.2
@@ -0,0 +1 @@
+b665ab613fc777073e14b5eee44f37d9  Zim-0.17.tar.gz




More information about the scm-commits mailing list