SPECS: perl-Sys-Hostname-FQDN.spec - fixed files: .bs needed in so...
glen
glen at pld-linux.org
Wed Feb 8 19:19:22 CET 2006
Author: glen Date: Wed Feb 8 18:19:22 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed files: .bs needed in some cases, autosplit? no such file
---- Files affected:
SPECS:
perl-Sys-Hostname-FQDN.spec (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SPECS/perl-Sys-Hostname-FQDN.spec
diff -u SPECS/perl-Sys-Hostname-FQDN.spec:1.8 SPECS/perl-Sys-Hostname-FQDN.spec:1.9
--- SPECS/perl-Sys-Hostname-FQDN.spec:1.8 Mon Nov 15 19:44:10 2004
+++ SPECS/perl-Sys-Hostname-FQDN.spec Wed Feb 8 19:19:17 2006
@@ -10,7 +10,7 @@
Summary(pl): Sys::Hostname::FQDN - uzyskiwanie pełnej nazwy hosta
Name: perl-Sys-Hostname-FQDN
Version: 0.07
-Release: 0.1
+Release: 0.2
License: GPL v2+
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -53,9 +53,11 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/auto/Sys/Hostname/FQDN/.packlist
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -64,11 +66,9 @@
%doc Changes README
%dir %{perl_vendorarch}/Sys/Hostname
%{perl_vendorarch}/Sys/Hostname/FQDN.pm
-# do we really need these ?
-#%dir %{perl_vendorarch}/auto/Sys/Hostname
-#%dir %{perl_vendorarch}/auto/Sys/Hostname/FQDN
-#%{perl_vendorarch}/auto/Sys/Hostname/FQDN/autosplit.ix
-#%{perl_vendorarch}/auto/Sys/Hostname/FQDN/FQDN.bs
+%dir %{perl_vendorarch}/auto/Sys/Hostname
+%dir %{perl_vendorarch}/auto/Sys/Hostname/FQDN
+%{perl_vendorarch}/auto/Sys/Hostname/FQDN/FQDN.bs
%attr(755,root,root) %{perl_vendorarch}/auto/Sys/Hostname/FQDN/FQDN.so
%{_mandir}/man3/*
@@ -78,6 +78,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/02/08 18:19:17 glen
+- fixed files: .bs needed in some cases, autosplit? no such file
+
Revision 1.8 2004/11/15 18:44:10 paladine
- updated to 0.07
@@ -101,4 +104,3 @@
Revision 1.1 2003/06/18 21:54:27 qboosh
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Sys-Hostname-FQDN.spec?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list