rpms/perl-Apache-Htpasswd/devel perl-Apache-Htpasswd.spec,1.1,1.2

Xavier Bachelot xavierb at fedoraproject.org
Fri Mar 13 11:39:46 UTC 2009


Author: xavierb

Update of /cvs/pkgs/rpms/perl-Apache-Htpasswd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27552

Modified Files:
	perl-Apache-Htpasswd.spec 
Log Message:
minor fixes


Index: perl-Apache-Htpasswd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Apache-Htpasswd/devel/perl-Apache-Htpasswd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Apache-Htpasswd.spec	13 Mar 2009 09:05:45 -0000	1.1
+++ perl-Apache-Htpasswd.spec	13 Mar 2009 11:39:14 -0000	1.2
@@ -1,12 +1,12 @@
 Name:           perl-Apache-Htpasswd
 Version:        1.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manage Unix crypt-style password file
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Apache-Htpasswd/
-Source0:        http://search.cpan.org/CPAN/authors/id/K/KM/KMELTZ/Apache-Htpasswd-1.8.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/K/KM/KMELTZ/Apache-Htpasswd-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -15,12 +15,13 @@
 BuildRequires:  perl(Digest::SHA1)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+
 %description
 This module comes with a set of methods to use with htaccess password files.
 These files (and htaccess) are used to do Basic Authentication on a web server.
-The passwords file is a flat-file with login name and their associated crypted
-password. You can use this for non-Apache files if you wish, but it was written
-specifically for .htaccess style files.
+The passwords file is a flat-file with login name and their associated
+encrypted password. You can use this for non-Apache files if you wish, but it
+was written specifically for .htaccess style files.
 
 
 %prep
@@ -56,5 +57,9 @@
 
 
 %changelog
+* Fri Mar 13 2009 Xavier Bachelot <xavier at bachelot.org> - 1.8-2
+- Use %%{version} macro in Source0.
+- Spelling fix in Description.
+
 * Tue Feb 12 2008 Xavier Bachelot <xavier at bachelot.org> - 1.8-1
 - Initial build.




More information about the fedora-extras-commits mailing list