diff --git a/which.spec b/which.spec index 238131f..f2a574f 100644 --- a/which.spec +++ b/which.spec @@ -5,8 +5,8 @@ Release: 5%{?dist} License: GPLv2 Group: Applications/System Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.gz -Source1: which-2.sh -Source2: which-2.csh +Source1: which2.sh +Source2: which2.csh Url: http://www.xs4all.nl/~carlo17/which/ Patch: which-2.13-afs.patch Patch1: which-2.14-broken.patch @@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING EXAMPLES README AUTHORS NEWS -%attr(0644,root,root) %{_sysconfdir}/profile.d/which-2.* +%attr(0644,root,root) %{_sysconfdir}/profile.d/which2.* %{_bindir}/* %{_infodir}/which.info.gz %{_mandir}/*/* diff --git a/which-2.csh b/which2.csh old mode 100755 new mode 100644 similarity index 100% rename from which-2.csh rename to which2.csh diff --git a/which-2.sh b/which2.sh old mode 100755 new mode 100644 similarity index 100% rename from which-2.sh rename to which2.sh