SPECS: perl-IO-Interface.spec (NEW) - initial spec
agaran
agaran at pld-linux.org
Sat Apr 8 18:51:02 CEST 2006
Author: agaran Date: Sat Apr 8 16:51:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial spec
---- Files affected:
SPECS:
perl-IO-Interface.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-IO-Interface.spec
diff -u /dev/null SPECS/perl-IO-Interface.spec:1.1
--- /dev/null Sat Apr 8 18:51:02 2006
+++ SPECS/perl-IO-Interface.spec Sat Apr 8 18:50:57 2006
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without autodeps # don't BR packages needed only for resolving deps
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir IO
+%define pnam Interface
+Summary: perl(IO::Interface) perl extension to access interface information
+Name: perl-IO-Interface
+Version: 0.98
+Release: 0.1
+License: GPL v2/Artistic (same as perl)
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 91d5029a32302aa02414c9c8e3353cec
+URL: http://search.cpan.org/dist/IO-Interface
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+#%%if %%{with autodeps} || %%{with tests}
+#%%endif
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+#%%define _noautoreq 'perl(anything_fake_or_conditional)'
+
+%description
+IO::Interface adds methods to IO::Socket objects that allows them to
+be used to retrieve and change information about the network
+interfaces on your system. In addition to the object-oriented access
+methods, you can use a function-oriented style.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+
+%{__make} \
+ OPTIMIZE="%{rpmcflags}"
+
+%{?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}/IO/Interface.pm
+%dir %{perl_vendorarch}/auto/IO/Interface
+%attr(755,root,root) %{perl_vendorarch}/auto/IO/Interface/*so
+%{perl_vendorarch}/auto/IO/Interface/*bs
+%{_mandir}/man3/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/04/08 16:50:57 agaran
+- initial spec
+
================================================================
More information about the pld-cvs-commit
mailing list