Changes of Revision 3
[-] | Changed | perl-Geo-IP.spec |
x 1
2 Source: http://search.cpan.org//CPAN/authors/id/T/TJ/TJMATHER/Geo-IP-%{version}.tar.gz 3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 4 5 -BuildArch: noarch 6 BuildRequires: perl, perl(ExtUtils::MakeMaker) libGeoIP-devel 7 8 %description 9
10 %defattr(-, root, root, 0755) 11 %doc Changes README 12 %doc %{_mandir}/man3/Geo::IP* 13 -%{perl_vendorlib}/Geo/IP/Record* 14 -%{perl_vendorlib}/Geo/IP.pm 15 -%{perl_vendorlib}/Geo/Mirror.pm 16 -%dir %{perl_vendorlib}/Geo/IP/ 17 +%doc %{_mandir}/man3/Geo::Mirror* 18 +%{perl_vendorarch}/Geo/IP/Record* 19 +%{perl_vendorarch}/Geo/IP.pm 20 +%{perl_vendorarch}/Geo/Mirror.pm 21 +%{perl_vendorarch}/auto/Geo/IP/IP* 22 +%dir %{perl_vendorarch}/Geo/IP/ 23 24 %changelog 25 * Sun Nov 23 2008 Carsten Schoene <cs@linux-administrator.com> - 1.35-1 26 |