[packages/perl-Modem-Vgetty] use generic url

glen glen at pld-linux.org
Tue Nov 25 20:57:15 CET 2014


commit 7ac03615a055f7468e0db4b6c0b74b9fe94e89a3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Nov 25 21:57:12 2014 +0200

    use generic url

 perl-Modem-Vgetty.spec | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/perl-Modem-Vgetty.spec b/perl-Modem-Vgetty.spec
index af748b1..106e46e 100644
--- a/perl-Modem-Vgetty.spec
+++ b/perl-Modem-Vgetty.spec
@@ -1,6 +1,6 @@
-%include	/usr/lib/rpm/macros.perl
 %define		pdir	Modem
 %define		pnam	Vgetty
+%include	/usr/lib/rpm/macros.perl
 Summary:	Modem::Vgetty - interface to vgetty(8)
 Summary(pl.UTF-8):	Modem::Vgetty - interfejs do vgetty(8)
 Name:		perl-Modem-Vgetty
@@ -11,6 +11,7 @@ License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	351bb0a027dc6dc9552ead80386e57d3
+URL:		http://search.cpan.org/dist/Modem-Vgetty/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildArch:	noarch
@@ -19,8 +20,8 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Modem::Vgetty is an encapsulation object for writing applications for
 voice modems using the vgetty(8) or vm(8) package. The answering
-machines and sofisticated voice applications can be written using
-this module.
+machines and sofisticated voice applications can be written using this
+module.
 
 %description -l pl.UTF-8
 Modem::Vgetty to obiekt hermetyzujący do pisania aplikacji dla modemów
@@ -43,7 +44,7 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -p examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Modem-Vgetty.git/commitdiff/7ac03615a055f7468e0db4b6c0b74b9fe94e89a3



More information about the pld-cvs-commit mailing list