rpms/which/devel which.spec,1.16,1.17

Than Ngo (than) fedora-extras-commits at redhat.com
Tue Nov 20 13:43:35 UTC 2007


Author: than

Update of /cvs/extras/rpms/which/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22741

Modified Files:
	which.spec 
Log Message:
cleanup specfile



Index: which.spec
===================================================================
RCS file: /cvs/extras/rpms/which/devel/which.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- which.spec	13 Nov 2007 14:33:15 -0000	1.16
+++ which.spec	20 Nov 2007 13:43:02 -0000	1.17
@@ -1,8 +1,8 @@
 Summary: Displays where a particular program in your path is located
 Name: which
 Version: 2.18
-Release: 1%{?dist}
-License: GPL
+Release: 2%{?dist}
+License: GPLv2
 Group: Applications/System
 Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz
 Source1: which-2.sh
@@ -34,8 +34,8 @@
 
 make install DESTDIR=$RPM_BUILD_ROOT
 
-mkdir -p $RPM_BUILD_ROOT/etc/profile.d
-install -p -m 644 %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT/etc/profile.d/
+mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
+install -p -m 644 %{SOURCE1} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d/
 
 %post
 /sbin/install-info --quiet --info-dir=%{_infodir} %{_infodir}/which.info.gz
@@ -51,12 +51,15 @@
 %files
 %defattr(-,root,root)
 %doc COPYING EXAMPLES README AUTHORS NEWS
-/etc/profile.d/which-2.*
+%{_sysconfdir}/profile.d/which-2.*
 %{_bindir}/*
 %{_infodir}/which.info.gz
 %{_mandir}/*/*
 
 %changelog
+* Tue Nov 20 2007 Than Ngo <than at redhat.com> 2.18-2
+- cleanup specfile
+
 * Tue Nov 13 2007 Than Ngo <than at redhat.com> 2.18-1
 - 2.18
 




More information about the fedora-extras-commits mailing list