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

index 4f253bed52d109980b393e8c885f85adde0c5685..0d8393b8f8968e394a90a81143d972104637d549 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    DBD
 %define                pnam    XBase
+%include       /usr/lib/rpm/macros.perl
 Summary:       XBase - reading and writing the DBF files from Perl
 Summary(pl.UTF-8):     XBase - czytanie i zapisywanie plików DBF z poziomu Perla
 Name:          perl-DBD-XBase
@@ -15,22 +15,23 @@ 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: ed36f8722f09406d35c8af801fa78c3b
+URL:           http://search.cpan.org/dist/DBD-XBase/
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires: perl-DBI
 %endif
-BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module can read and write XBase database files, known as dbf in
-dBase and FoxPro world. It also reads memo fields from the dbt and
-fpt files, if needed. An alpha code of reading index support for ndx,
-ntx, mdx, idx and cdx is available for testing - see the DBD::Index(3)
-man page. Module XBase provides simple native interface to XBase
-files. For DBI compliant database access, see the DBD::XBase and DBI
-modules and their man pages.
+dBase and FoxPro world. It also reads memo fields from the dbt and fpt
+files, if needed. An alpha code of reading index support for ndx, ntx,
+mdx, idx and cdx is available for testing - see the DBD::Index(3) man
+page. Module XBase provides simple native interface to XBase files.
+For DBI compliant database access, see the DBD::XBase and DBI modules
+and their man pages.
 
 %description -l pl.UTF-8
 Ten moduł może czytać i zapisywać pliki baz danych XBase, znane jako
This page took 0.078035 seconds and 4 git commands to generate.