]> git.pld-linux.org Git - packages/perl-CGI-Lite.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 08:27:12 +0000 (10:27 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 08:27:12 +0000 (10:27 +0200)
perl-CGI-Lite.spec

index d4b3565bb80a81a82cd91bdf502c2592267d0134..67e601e570b6ec691a770aceea50e8751c512696 100644 (file)
@@ -1,6 +1,6 @@
-%include       /usr/lib/rpm/macros.perl
 %define                pdir    CGI
 %define                pnam    Lite
+%include       /usr/lib/rpm/macros.perl
 Summary:       CGI::Lite - process and decode WWW forms and cookies
 Summary(pl.UTF-8):     CGI::Lite - przetwarzanie i dekodowanie forumularzy WWW i cookies
 Name:          perl-CGI-Lite
@@ -10,15 +10,17 @@ License:    GPL
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: fa91873a24a9c8ac78a204e49a7f367f
-BuildRequires: rpm-perlprov >= 4.1-13
+URL:           http://search.cpan.org/dist/CGI-Lite/
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-You can use this module to decode form and query information, including
-file uploads, as well as cookies in a very simple manner; you need not
-concern yourself with the actual details behind the decoding process.
+You can use this module to decode form and query information,
+including file uploads, as well as cookies in a very simple manner;
+you need not concern yourself with the actual details behind the
+decoding process.
 
 %description -l pl.UTF-8
 Moduł ten służy modułu do dekodowania informacji z formularzy i
@@ -41,7 +43,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
This page took 0.087723 seconds and 4 git commands to generate.