rpms/perl-Text-Smart/F-8 perl-Text-Smart.spec, NONE, 1.1 sources, 1.1, 1.2

Alan Pevec (apevec) fedora-extras-commits at redhat.com
Thu May 15 08:11:21 UTC 2008


Author: apevec

Update of /cvs/pkgs/rpms/perl-Text-Smart/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31019

Modified Files:
	sources 
Added Files:
	perl-Text-Smart.spec 
Log Message:
Initial import.



--- NEW FILE perl-Text-Smart.spec ---
Name:           perl-Text-Smart
Version:        1.0.2
Release:        1%{?dist}
Summary:        Processor for 'smart text' markup
License:        GPLv2
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Smart/
Source0:        http://www.cpan.org/modules/by-module/Text/Text-Smart-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides an interface for converting smarttext markup into an
arbitrary text based markup language, such as HTML, Latex, or Troff.

%prep
%setup -q -n Text-Smart-%{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 AUTHORS CHANGES LICENSE README Text-Smart.spec
%{perl_vendorlib}/*
%{_bindir}/text-smart
%{_mandir}/man1/*
%{_mandir}/man3/*


%changelog
* Fri May 09 2008 Alan Pevec <apevec at redhat.com> 1.0.2-1
- Specfile autogenerated by cpanspec 1.74.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Smart/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 May 2008 15:48:05 -0000	1.1
+++ sources	15 May 2008 08:10:41 -0000	1.2
@@ -0,0 +1 @@
+30af420abfe0be0b2a8de98cdb8c0d02  Text-Smart-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list