source: projects/specs/trunk/p/perl-Net-MAC-Vendor/perl-Net-MAC-Vendor-vl.spec @ 9343

Revision 9343, 1.5 KB checked in by inagaki, 9 years ago (diff)

2015-02-08 Ryoichi INAGAKI <ryo1@…>

  • automoc4, cagibi, gtkglext: rebuilt
  • libgphoto2, perl-{Clagg-Gomor, Data-Phrasebook-Loader-YAML, Net-MAC-Vendor}: updated


Line 
1Name:           perl-Net-MAC-Vendor
2Summary:        Lookup the vendor for a MAC address
3Version:        1.23
4Release:        1%{?_dist_release}
5License:        Artistic or GPL
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Net-MAC-Vendor/
8
9Source:         http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Net-MAC-Vendor-%{version}.tar.gz
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11
12BuildArch:      noarch
13BuildRequires:  perl
14BuildRequires:  perl(ExtUtils::MakeMaker)
15Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19
20%description
21Lookup the vendor for a MAC address.
22
23%prep
24%setup -q -n Net-MAC-Vendor-%{version}
25
26%build
27%{__perl} Makefile.PL INSTALLDIRS="vendor"
28%{__make} %{?_smp_mflags}
29
30%install
31%{__rm} -rf %{buildroot}
32%{__make} pure_install DESTDIR=%{buildroot}
33
34### Clean up buildroot
35find %{buildroot} -name .packlist -exec %{__rm} {} \;
36
37### Clean up docs
38find examples/ -type f -exec %{__chmod} a-x {} \;
39
40%clean
41%{__rm} -rf %{buildroot}
42
43%files
44%defattr(-, root, root, 0755)
45%doc Changes LICENSE MANIFEST META.yml README examples/
46%doc %{_mandir}/man3/Net::MAC::Vendor.3*
47%dir %{perl_vendorlib}/Net/MAC/
48%{perl_vendorlib}/Net/MAC/Vendor.pm
49
50%changelog
51* Sun Feb  8 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.23-1
52- updated to 1.23
53- built with perl 5.16.3
54
55* Mon Mar 05 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.18-1
56- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.