Author: iarnell

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

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 <[EMAIL PROTECTED]> 1.03-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Tiny/F-10/.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:49 -0000      1.2
@@ -0,0 +1 @@
+HTML-Tiny-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Tiny/F-10/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:50 -0000      1.2
@@ -0,0 +1 @@
+ce178f7dabb15930512fdbfe21d4edcb  HTML-Tiny-1.03.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to