Compare commits

...

4 Commits
master ... f8

Author SHA1 Message Date
Fedora Release Engineering e32fd6c52e dist-git conversion 2010-07-29 16:31:00 +00:00
Bill Nottingham 14adf61520 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:08:53 +00:00
Rakesh Pandit a32485390e updated to 2.2.61, fixed license, macro & other issues. 2008-08-14 05:47:03 +00:00
Jesse Keating 9ad5aa2285 Initialize branch F-8 for zile 2007-10-19 01:32:41 +00:00
5 changed files with 32 additions and 32 deletions

View File

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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
zile-2.2.61.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 +1 @@
a2f65cea04a5b731e4d70b016bf7006c zile-2.2.19.tar.gz
d7a205b4acc263773b37cb7d5daafd65 zile-2.2.61.tar.gz

View File

@ -1,13 +1,15 @@
Summary: Zile Is Lossy Emacs
Name: zile
Version: 2.2.19
Release: 1%{?dist}
License: GPL
Version: 2.2.61
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Editors
URL: http://zile.sourceforge.net/
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
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: libtermcap-devel texinfo ncurses-devel
BuildRequires: texinfo ncurses-devel
Requires(post): info
Requires(preun): info
%description
Zile is a small Emacs clone. Zile is a customizable, self-documenting
@ -16,6 +18,8 @@ similar as possible to Emacs; every Emacs user should feel at home.
%prep
%setup -q
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
mv THANKS{.utf8,}
%build
%configure
@ -23,7 +27,7 @@ make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%clean
@ -39,13 +43,30 @@ fi
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/*
%{_datadir}/zile/
%{_datadir}/%{name}/
%changelog
* Thu Aug 14 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.2.61-2
- Fixed License, Required field & macro inconsistency
- Latest release 2.2.61
* Thu Aug 11 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.2.61-1
- Latest release 2.2.59
- fixed license and THANKS file encoding
* Mon Aug 11 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 2.2.19-4
- Fix license tag.
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2.19-3
- Autorebuild for GCC 4.3
* Wed Dec 12 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.19-2
- Remove libtermcap-devel from BuildRequires (#231199).
* Mon Sep 11 2006 Jeff Carlson <jeff@ultimateevil.org> - 2.2.19-1
- Bump to latest release.