rpms/perl-Device-SerialPort/devel perl-Device-SerialPort.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Thu Sep 21 16:16:54 UTC 2006


Author: orion

Update of /cvs/extras/rpms/perl-Device-SerialPort/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12264/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Device-SerialPort.spec 
Log Message:
auto-import perl-Device-SerialPort-1.002-2.fc5 on branch devel from perl-Device-SerialPort-1.002-2.fc5.src.rpm


--- NEW FILE perl-Device-SerialPort.spec ---
Name:           perl-Device-SerialPort
Version:        1.002
Release:        2%{?dist}
Summary:        Linux/POSIX emulation of Win32::SerialPort functions
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Device-SerialPort/
Source0:        http://www.cpan.org/authors/id/C/CO/COOK/Device-SerialPort-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides an object-based user interface essentially identical
to the one provided by the Win32::SerialPort module.

%prep
%setup -q -n Device-SerialPort-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \
                      TESTPORT=/dev/null
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
# Can't do serial port tests in mock/build system
#make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README TODO
%{perl_vendorarch}/auto/*
%{perl_vendorarch}/Device*
%{_bindir}/modemtest
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Sep 20 2006 Orion Poplawski 1.002-2
- Add TESTPORT=/dev/null for mock builds
- License back to GPL or Artistic

* Mon Sep 18 2006 Orion Poplawski 1.002-1
- Initial Fedora Extras version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Device-SerialPort/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Sep 2006 16:16:37 -0000	1.1
+++ .cvsignore	21 Sep 2006 16:16:53 -0000	1.2
@@ -0,0 +1 @@
+Device-SerialPort-1.002.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Device-SerialPort/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Sep 2006 16:16:37 -0000	1.1
+++ sources	21 Sep 2006 16:16:53 -0000	1.2
@@ -0,0 +1 @@
+aeef199bfdd2aece043649a0673146d5  Device-SerialPort-1.002.tar.gz




More information about the fedora-extras-commits mailing list