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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Mar 11 00:19:49 UTC 2006


Author: steve

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

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


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

%description
This module gives a Kwiki wiki the ability to upload, store and manage file
attachments on any page. Thumbnails will be created for supported file
types if Imager or Image::Magick is installed. For more information, read
the module POD.

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

%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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Mar 07 2006 Steven Pritchard <steve at kspei.com> 0.18-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Kwiki-Attachments/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Mar 2006 00:18:54 -0000	1.1
+++ .cvsignore	11 Mar 2006 00:19:48 -0000	1.2
@@ -0,0 +1 @@
+Kwiki-Attachments-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Kwiki-Attachments/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Mar 2006 00:18:54 -0000	1.1
+++ sources	11 Mar 2006 00:19:48 -0000	1.2
@@ -0,0 +1 @@
+6eccc9c91ad0e1be8c19794fff0d870a  Kwiki-Attachments-0.18.tar.gz




More information about the fedora-extras-commits mailing list