[packages/perl-Fuse] use generic url

glen glen at pld-linux.org
Tue Nov 25 11:45:32 CET 2014


commit 53382ba81426ee641873af50b96b206321168b66
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Nov 25 12:45:29 2014 +0200

    use generic url

 perl-Fuse.spec | 29 ++++++++++-------------------
 1 file changed, 10 insertions(+), 19 deletions(-)
---
diff --git a/perl-Fuse.spec b/perl-Fuse.spec
index 07e2b43..98dc83f 100644
--- a/perl-Fuse.spec
+++ b/perl-Fuse.spec
@@ -1,26 +1,22 @@
 #
 # Conditional build:
 %bcond_with	tests		# do perform "make test"; disabled fusermount restricted
-#
-%include	/usr/lib/rpm/macros.perl
+
 %define	pdir	Fuse
+%include	/usr/lib/rpm/macros.perl
 Summary:	Fuse - write filesystems in Perl using FUSE
-#Summary(pl.UTF-8):	
 Name:		perl-Fuse
 Version:	0.09_3
 Release:	1
 # same as perl (REMOVE THIS LINE IF NOT TRUE)
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
-Source0:	http://www.cpan.org/modules/by-authors/id/D/DP/DPAVLIN/Fuse-0.09_3.tar.gz
+Source0:	http://www.cpan.org/modules/by-authors/id/D/DP/DPAVLIN/Fuse-%{version}.tar.gz
 # Source0-md5:	f14c2e1c58eeefabcb87753289963a3b
-# generic URL, check or change before uncommenting
-#URL:		http://search.cpan.org/dist/Fuse/
+URL:		http://search.cpan.org/dist/Fuse/
 BuildRequires:	libfuse-devel
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
-%if %{with tests}
-%endif
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,19 +26,14 @@ This lets you implement filesystems in perl, through the FUSE
 FUSE expects you to implement callbacks for the various functions.
 
 In the following definitions, "errno" can be 0 (for a success),
--EINVAL, -ENOENT, -EONFIRE, any integer less than 1 really.
-
-You can import standard error constants by saying something like
-"use POSIX qw(EDOTDOT ENOANO);".
-
-Every constant you need (file types, open() flags, error values,
-etc) can be imported either from POSIX or from Fcntl, often both.
-See their respective documentations, for more information.
-
+- -EINVAL, -ENOENT, -EONFIRE, any integer less than 1 really.
 
+You can import standard error constants by saying something like "use
+POSIX qw(EDOTDOT ENOANO);".
 
-# %description -l pl.UTF-8
-# TODO
+Every constant you need (file types, open() flags, error values, etc)
+can be imported either from POSIX or from Fcntl, often both. See their
+respective documentations, for more information.
 
 %prep
 %setup -q -n %{pdir}-%{version}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Fuse.git/commitdiff/53382ba81426ee641873af50b96b206321168b66



More information about the pld-cvs-commit mailing list