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

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Sat Dec 23 21:01:23 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-GPS/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15418/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-GPS.spec 
Log Message:
auto-import perl-GPS-0.15-1 on branch devel from perl-GPS-0.15-1.src.rpm


--- NEW FILE perl-GPS.spec ---
Name:           perl-GPS
Version:        0.15
Release:        1%{?dist}
Summary:        Perl interface to a GPS receiver that implements the Garmin protocol

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/perl-GPS/
Source0:        http://www.cpan.org/authors/id/S/SR/SREZIC/perl-GPS-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Device::SerialPort)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:       perl(Device::SerialPort)

%description
This is a perl interface to a GPS receiver that implements the Garmin
protocol.


%prep
%setup -q -n perl-GPS-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -depth -type d -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*

for file in $RPM_BUILD_ROOT%{_mandir}/man3/*; do
    iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
    mv "${file}_" "$file"
done


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING Changes README TODO
%{perl_vendorlib}/GPS/
%{_mandir}/man3/*.3pm*


%changelog
* Sat Dec 16 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GPS/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Dec 2006 21:00:21 -0000	1.1
+++ .cvsignore	23 Dec 2006 21:00:53 -0000	1.2
@@ -0,0 +1 @@
+perl-GPS-0.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GPS/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Dec 2006 21:00:21 -0000	1.1
+++ sources	23 Dec 2006 21:00:53 -0000	1.2
@@ -0,0 +1 @@
+9569057d491c73cd597057de85472673  perl-GPS-0.15.tar.gz




More information about the fedora-extras-commits mailing list