[packages/perl-VRML] use generic url
glen
glen at pld-linux.org
Sun Nov 30 15:38:08 CET 2014
commit ee35f6d43c988d1662e9526e86de14a1aa906fd2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Nov 30 16:38:04 2014 +0200
use generic url
perl-VRML.spec | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/perl-VRML.spec b/perl-VRML.spec
index 6d5a9d2..980830d 100644
--- a/perl-VRML.spec
+++ b/perl-VRML.spec
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-VRML.git/commitdiff/ee35f6d43c988d1662e9526e86de14a1aa906fd2
More information about the pld-cvs-commit
mailing list