Updated to 2.3.9

This commit is contained in:
Rakesh Pandit 2009-07-15 16:41:57 +00:00
parent 7ae4c12e67
commit d4ea1136f4
4 changed files with 8 additions and 14 deletions

View File

@ -1 +1 @@
zile-2.3.6.tar.gz
zile-2.3.9.tar.gz

View File

@ -1,3 +1,4 @@
zile-2_2_61-2_fc9:HEAD:zile-2.2.61-2.fc9.src.rpm:1218691536
zile-2_3_0-1_fc10:HEAD:zile-2.3.0-1.fc10.src.rpm:1232045193
zile-2_3_6-1_fc11:HEAD:zile-2.3.6-1.fc11.src.rpm:1239565544
zile-2_3_9-1_fc11:HEAD:zile-2.3.9-1.fc11.src.rpm:1247676184

View File

@ -1 +1 @@
5ca5a8810f857940ed0786ac20959651 zile-2.3.6.tar.gz
51f2fb489b81d80f997644e872445370 zile-2.3.9.tar.gz

View File

@ -1,15 +1,13 @@
Summary: Zile Is Lossy Emacs
Name: zile
Version: 2.3.6
Version: 2.3.9
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Editors
URL: http://www.gnu.org/software/%{name}/
Source0: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: texinfo ncurses-devel help2man
Requires(post): info
Requires(preun): info
BuildRequires: ncurses-devel help2man
%description
Zile is a small Emacs clone. Zile is a customizable, self-documenting
@ -33,14 +31,6 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%clean
rm -rf $RPM_BUILD_ROOT
%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
%preun
if [ $1 == 0 ] ; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
@ -49,6 +39,9 @@ fi
%{_datadir}/%{name}/
%changelog
* Wed Jul 15 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 2.3.9-1
- Updated to 2.3.9
* Mon Apr 13 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 2.3.6-1
- Updated to 2.3.6 (Check changelog for details)
- Added help2man in BuildRequires and adjusted %%files