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

Iain Arnell iarnell at fedoraproject.org
Mon May 11 03:12:19 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Text-Emoticon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21580/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Emoticon.spec 
Log Message:
initial import


--- NEW FILE perl-Text-Emoticon.spec ---
Name:           perl-Text-Emoticon
Version:        0.04
Release:        1%{?dist}
Summary:        Factory class for Yahoo! and MSN emoticons
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Emoticon/
Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More) >= 0.32
BuildRequires:  perl(UNIVERSAL::require)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set.
It's made to become handy to be used in other applications like
Kwiki/MT plugins.

%prep
%setup -q -n Text-Emoticon-%{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
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun May 10 2009 Iain Arnell 0.04-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	10 May 2009 19:26:15 -0000	1.1
+++ .cvsignore	11 May 2009 03:11:48 -0000	1.2
@@ -0,0 +1 @@
+Text-Emoticon-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	10 May 2009 19:26:15 -0000	1.1
+++ sources	11 May 2009 03:11:49 -0000	1.2
@@ -0,0 +1 @@
+a9aef67754feabb94c75a0756909aae1  Text-Emoticon-0.04.tar.gz




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