rpms/perl-Text-Emoticon-MSN/F-10 perl-Text-Emoticon-MSN.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Wed May 13 15:01:12 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25626/F-10

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


--- NEW FILE perl-Text-Emoticon-MSN.spec ---
Name:           perl-Text-Emoticon-MSN
Version:        0.04
Release:        1%{?dist}
Summary:        Emoticon filter of MSN Messenger
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Emoticon-MSN/
Source0:        http://www.cpan.org/authors/id/M/MI/MIYAGAWA/Text-Emoticon-MSN-%{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(Text::Emoticon) >= 0.02
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Text::Emoticon::MSN is a text filter that replaces text emoticons like 
":-)", ";-P", etc. to the icons of MSN Messenger, detailed in
http://messenger.msn.com/Resource/Emoticons.aspx

%prep
%setup -q -n Text-Emoticon-MSN-%{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
* Mon May 11 2009 Iain Arnell 0.04-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 May 2009 04:59:30 -0000	1.1
+++ .cvsignore	13 May 2009 15:00:41 -0000	1.2
@@ -0,0 +1 @@
+Text-Emoticon-MSN-0.04.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Emoticon-MSN/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 May 2009 04:59:30 -0000	1.1
+++ sources	13 May 2009 15:00:41 -0000	1.2
@@ -0,0 +1 @@
+726998dec4de488edbe4710980160c37  Text-Emoticon-MSN-0.04.tar.gz




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