]> git.pld-linux.org Git - packages/perl-OLE-Storage_Lite.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 20:00:44 +0000 (22:00 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 20:00:44 +0000 (22:00 +0200)
perl-OLE-Storage_Lite.spec

index 210346b503472fc38605b194fe7df97bd9d981b2..166f22c604557944362ddc0b5bdf42b49e840215 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    OLE
 %define                pnam    Storage_Lite
+%include       /usr/lib/rpm/macros.perl
 Summary:       OLE::Storage_Lite Perl module - simple class for OLE document interface
 Summary(pl.UTF-8):     Moduł Perla OLE::Storage_Lite - prosta klasa obsługująca interfejs dokumentów OLE
 Name:          perl-OLE-Storage_Lite
@@ -15,20 +15,21 @@ 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: 1a713f5342c7d90e54ab0d9659650296
+URL:           http://search.cpan.org/dist/OLE-Storage_Lite/
+BuildRequires: perl-IO-stringy
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-BuildRequires: perl-IO-stringy
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This module allows you to read and write an OLE-Structured file.
-The module will work on the majority of Windows, UNIX and Macintosh
+This module allows you to read and write an OLE-Structured file. The
+module will work on the majority of Windows, UNIX and Macintosh
 platforms.
 
 %description -l pl.UTF-8
-Moduł ten umożliwia odczyt i zapis plików w standardzie OLE.
-Jest niezależny od platformy systemowej i powinien działać na systemach
+Moduł ten umożliwia odczyt i zapis plików w standardzie OLE. Jest
+niezależny od platformy systemowej i powinien działać na systemach
 Windows, UNIX i Macintosh.
 
 %prep
@@ -47,7 +48,7 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
-install sample/{README,*.pl,*xls} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -p sample/{README,*.pl,*xls} $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.131207 seconds and 4 git commands to generate.