]> git.pld-linux.org Git - packages/perl-VRML.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:38:04 +0000 (16:38 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:38:04 +0000 (16:38 +0200)
perl-VRML.spec

index 6d5a9d24051e0f7324519d217a7244d5a31d7140..980830d8011607008350589b53ae3df33bc02996 100644 (file)
@@ -1,7 +1,8 @@
 #
 # Conditional build:
 %bcond_with    tests   # perform "make test" (needs working, not busy /dev/audio!)
-#
+
+%define                pdir    VRML
 %include       /usr/lib/rpm/macros.perl
 Summary:       VRML Perl module - specification independent VRML methods (1.0, 2.0, 97)
 Summary(pl.UTF-8):     Moduł Perla VRML - metody VRML niezależne od specyfikacji (1.0, 2.0, 97)
@@ -12,6 +13,7 @@ License:      GPL v2+
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/VRML/VRML-%{version}.tar.gz
 # Source0-md5: 989d97ca95b49a032ea1d932dd0576bc
+URL:           http://search.cpan.org/dist/VRML/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildArch:     noarch
@@ -20,8 +22,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 These modules were conceived for the production of VRML worlds on WWW
 servers via CGI and/or for generating abstract worlds. They are the
-clarity of Perl scripts with VRML code to increase and (hopefully)
-for VRML beginners the entrance in VRML facilitate.
+clarity of Perl scripts with VRML code to increase and (hopefully) for
+VRML beginners the entrance in VRML facilitate.
 
 %description -l pl.UTF-8
 Te moduły były pomyślane do tworzenia światów VRML na serwerach WWW
@@ -45,7 +47,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.092127 seconds and 4 git commands to generate.