rpms/perl-Net-IRC/FC-6 perl-Net-IRC.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Fri Oct 5 02:07:28 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/perl-Net-IRC/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22110/FC-6

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Net-IRC.spec 
Log Message:
Initial check-in


--- NEW FILE perl-Net-IRC.spec ---
Name:           perl-Net-IRC
Version:        0.75
Release:        2%{?dist}
Summary:        Perl interface to the Internet Relay Chat protocol

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/Net-IRC
Source0:        http://www.cpan.org/modules/by-module/Net/Net-IRC-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl implementation of the IRC protocol (RFC 1459).


%prep
%setup -qn Net-IRC-%{version}
chmod -x irctest


%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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README TODO irctest t
%{perl_vendorlib}/*
%{_mandir}/man3/*.3*


%changelog
* Mon Oct 01 2007 Christopher Stone <chris.stone at gmail.com> 0.75-2
- Add irctest and t/ to %%doc

* Sun Sep 30 2007 Christopher Stone <chris.stone at gmail.com> 0.75-1
- Initial Release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-IRC/FC-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Oct 2007 02:42:21 -0000	1.1
+++ .cvsignore	5 Oct 2007 02:06:56 -0000	1.2
@@ -0,0 +1 @@
+Net-IRC-0.75.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Net-IRC/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Oct 2007 02:42:21 -0000	1.1
+++ sources	5 Oct 2007 02:06:56 -0000	1.2
@@ -0,0 +1 @@
+57587a48ddece7a995c6b138003ee798  Net-IRC-0.75.tar.gz




More information about the fedora-extras-commits mailing list