]> git.pld-linux.org Git - packages/perl-Device-USB.git/commitdiff
- new
authorsparky <sparky@pld-linux.org>
Mon, 22 Dec 2008 15:18:11 +0000 (15:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Device-USB.spec -> 1.1

perl-Device-USB.spec [new file with mode: 0644]

diff --git a/perl-Device-USB.spec b/perl-Device-USB.spec
new file mode 100644 (file)
index 0000000..af1d633
--- /dev/null
@@ -0,0 +1,62 @@
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Device
+%define        pnam    USB
+Summary:       Device::USB - Use libusb to access USB devices
+Name:          perl-Device-USB
+Version:       0.27
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://search.cpan.org/CPAN/authors/id/G/GW/GWADEJ/Device-USB-%{version}.tar.gz
+# Source0-md5: bc341793a6ec5ffcce4380cbee6e35ba
+URL:           http://search.cpan.org/dist/Device-USB/
+BuildRequires: libusb-devel
+BuildRequires: perl-Inline
+BuildRequires: perl-Inline-C
+BuildRequires: perl-Parse-RecDescent
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module provides a Perl interface to the C library libusb. This
+library supports a relatively full set of functionality to access a
+USB device. In addition to the libusb, functioality, Device::USB
+provides a few convenience features that are intended to produce a
+more Perl-ish interface.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorarch}/Device/*.pm
+%{perl_vendorarch}/Device/USB
+%attr(755,root,root) %{perl_vendorarch}/Device/dump_usb.pl
+%dir %{perl_vendorarch}/auto/Device/USB
+%{perl_vendorarch}/auto/Device/USB/*.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Device/USB/*.so
+%{_mandir}/man3/*
This page took 0.073856 seconds and 4 git commands to generate.