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

index 92183451a9770bd3bc6831888af3b4f8e354f8d3..ebb034ecd94cef167d6cf0bf79bed55cdf811ed8 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Games
 %define                pnam    WordFind
+%include       /usr/lib/rpm/macros.perl
 Summary:       Games::WordFind - class for generating "word find" type puzzles
 Summary(pl.UTF-8):     Games::WordFind - klasa do generowania układanek słownych
 Name:          perl-Games-WordFind
@@ -15,6 +15,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: 28bfa49532f2a49fd455fbd3b9afeb9e
+URL:           http://search.cpan.org/dist/Games-WordFind/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -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
This page took 0.116958 seconds and 4 git commands to generate.