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

Iain Arnell iarnell at fedoraproject.org
Sun Nov 23 07:23:21 UTC 2008


Author: iarnell

Update of /cvs/pkgs/rpms/perl-HTML-Tiny/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21234/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-Tiny.spec 
Log Message:
initial import


--- NEW FILE perl-HTML-Tiny.spec ---
Name:           perl-HTML-Tiny
Version:        1.03
Release:        1%{?dist}
Summary:        Lightweight, dependency free HTML/XML generation
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/HTML-Tiny/
Source0:        http://www.cpan.org/authors/id/A/AN/ANDYA/HTML-Tiny-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
HTML::Tiny is a simple, dependency free module for generating HTML (and
XML). It concentrates on generating syntactically correct XHTML using a
simple Perl notation.

%prep
%setup -q -n HTML-Tiny-%{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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $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 Nov 18 2008 Iain Arnell <iarnell at gmail.com> 1.03-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Tiny/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Nov 2008 04:06:54 -0000	1.1
+++ .cvsignore	23 Nov 2008 07:22:51 -0000	1.2
@@ -0,0 +1 @@
+HTML-Tiny-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Tiny/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Nov 2008 04:06:54 -0000	1.1
+++ sources	23 Nov 2008 07:22:51 -0000	1.2
@@ -0,0 +1 @@
+ce178f7dabb15930512fdbfe21d4edcb  HTML-Tiny-1.03.tar.gz




More information about the Fedora-perl-devel-list mailing list