rpms/perl-GSSAPI/devel perl-GSSAPI.spec,1.6,1.7

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Thu Jan 3 17:02:16 UTC 2008


Author: steve

Update of /cvs/pkgs/rpms/perl-GSSAPI/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30196

Modified Files:
	perl-GSSAPI.spec 
Log Message:
Use sysconfdir macro instead of hard-coding /etc.


Index: perl-GSSAPI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GSSAPI/devel/perl-GSSAPI.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perl-GSSAPI.spec	9 Dec 2007 00:59:36 -0000	1.6
+++ perl-GSSAPI.spec	3 Jan 2008 17:01:32 -0000	1.7
@@ -6,7 +6,7 @@
 
 Name:           perl-GSSAPI
 Version:        0.24
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl extension providing access to the GSSAPIv2 library
 
 Group:          Development/Libraries
@@ -32,7 +32,7 @@
 
 
 %build
-. /etc/profile.d/krb5-devel.sh
+. %{_sysconfdir}/profile.d/krb5-devel.sh
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
@@ -64,6 +64,9 @@
 
 
 %changelog
+* Thu Jan 03 2008 Steven Pritchard <steve at kspei.com> 0.24-3
+- Use sysconfdir macro instead of hard-coding /etc.
+
 * Sat Dec 08 2007 Steven Pritchard <steve at kspei.com> 0.24-2
 - Update License tag.
 - Use fixperms macro instead of our own chmod incantation.




More information about the fedora-extras-commits mailing list