Compare commits

...

4 Commits
master ... f11

Author SHA1 Message Date
Fedora Release Engineering 82391ac939 dist-git conversion 2010-07-29 16:31:10 +00:00
Bill Nottingham d3808b9a4e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:53 +00:00
Rakesh Pandit 7c678cb1a6 Updated to 2.3.9 and removed missing info file issue. 2009-08-04 09:51:22 +00:00
Jesse Keating f7474d1f00 Initialize branch F-11 for zile 2009-04-15 05:21:10 +00:00
6 changed files with 7 additions and 38 deletions

View File

@ -1 +0,0 @@
zile-2.3.6.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
zile-2.3.9.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: zile
# $Id$
NAME := zile
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@ -1,3 +0,0 @@
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

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
* Tue Aug 04 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