rpms/perl-Kwiki/devel perl-Kwiki.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Mar 10 19:46:34 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Kwiki/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4453/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Kwiki.spec 
Log Message:
auto-import perl-Kwiki-0.38-2 on branch devel from perl-Kwiki-0.38-2.src.rpm


--- NEW FILE perl-Kwiki.spec ---
Name:           perl-Kwiki
Version:        0.38
Release:        2%{?dist}
Summary:        Kwiki Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Kwiki/
Source0:        http://www.cpan.org/modules/by-module/Kwiki/Kwiki-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Spoon) >= 0.22
Requires:       perl(Spoon) >= 0.22
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A Wiki is a website that allows its users to add pages, and edit any
existing pages. It is one of the most popular forms of web collaboration.
If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors
which is possibly the oldest wiki, and has lots of information about how
wikis work.

Kwiki is a Perl wiki implementation based on the Spoon application
architecture and using the Spiffy object orientation model. The major goals
of Kwiki are that it be easy to install, maintain and extend.

All the features of a Kwiki wiki come from plugin modules. The base
installation comes with the bare minimum plugins to make a working Kwiki.
To make a really nice Kwiki installation you need to install additional
plugins. Which plugins you pick is entirely up to you. Another goal of
Kwiki is that every installation will be unique. When there are hundreds of
plugins available, this will hopefully be the case.

%prep
%setup -q -n Kwiki-%{version}

cat <<EOF > $RPM_SOURCE_DIR/%{name}-req
#!/bin/sh
%{__perl_requires} $* | sed -e '/^perl(mixin)$/d'
EOF
%define __perl_requires %{_sourcedir}/%{name}-req
chmod +x %{__perl_requires}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README kwiki COPYING Artistic
%{perl_vendorlib}/*
%{_bindir}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Mon Feb 27 2006 Steven Pritchard <steve at kspei.com> 0.32-2
- Drop explicit BR: perl.
- Filter perl(mixin) dependency.

* Wed Dec 28 2005 Steven Pritchard <steve at kspei.com> 0.38-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Kwiki/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Mar 2006 19:45:56 -0000	1.1
+++ .cvsignore	10 Mar 2006 19:46:34 -0000	1.2
@@ -0,0 +1 @@
+Kwiki-0.38.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Kwiki/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Mar 2006 19:45:56 -0000	1.1
+++ sources	10 Mar 2006 19:46:34 -0000	1.2
@@ -0,0 +1 @@
+85508ce6bdadba28a0512d27c9e83841  Kwiki-0.38.tar.gz




More information about the fedora-extras-commits mailing list