rpms/perl-Sys-Hostname-Long/F-12 perl-Sys-Hostname-Long.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Iain Arnell iarnell at fedoraproject.org
Sat Jan 16 07:34:24 UTC 2010


Author: iarnell

Update of /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7284/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Sys-Hostname-Long.spec 
Log Message:
initial import of perl-Sys-Hostname-Long


--- NEW FILE perl-Sys-Hostname-Long.spec ---
Name:           perl-Sys-Hostname-Long
Version:        1.4
Release:        1%{?dist}
Summary:        Try every conceivable way to get full hostname
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sys-Hostname-Long/
Source0:        http://www.cpan.org/authors/id/S/SC/SCOTT/Sys-Hostname-Long-%{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
How to get the host full name in perl on multiple operating systems (mac,
windows, unix* etc)

%prep
%setup -q -n Sys-Hostname-Long-%{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
* Thu Jan 14 2010 Iain Arnell 1.4-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 Jan 2010 19:57:52 -0000	1.1
+++ .cvsignore	16 Jan 2010 07:34:24 -0000	1.2
@@ -0,0 +1 @@
+Sys-Hostname-Long-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sys-Hostname-Long/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 Jan 2010 19:57:52 -0000	1.1
+++ sources	16 Jan 2010 07:34:24 -0000	1.2
@@ -0,0 +1 @@
+a5b3c23754cbcff10e283d16c42ec3d3  Sys-Hostname-Long-1.4.tar.gz




More information about the perl-devel mailing list