From 07907619d993229caa48c571be3ea60dd95af02b Mon Sep 17 00:00:00 2001 From: Jeff Carlson Date: Sat, 20 Aug 2005 16:36:38 +0000 Subject: [PATCH] auto-import zile-2.2.4-1 on branch devel from zile-2.2.4-1.src.rpm --- .cvsignore | 1 + sources | 1 + zile.spec | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 zile.spec diff --git a/.cvsignore b/.cvsignore index e69de29..6ebcb1b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +zile-2.2.4.tar.gz diff --git a/sources b/sources index e69de29..9cfa621 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4c4212d9c3bc744ef438bfdf61d976e3 zile-2.2.4.tar.gz diff --git a/zile.spec b/zile.spec new file mode 100644 index 0000000..073b2bb --- /dev/null +++ b/zile.spec @@ -0,0 +1,67 @@ +Summary: Zile Is Lossy Emacs +Name: zile +Version: 2.2.4 +Release: 1%{?dist} +License: GPL +Group: Applications/Editors +URL: http://zile.sourceforge.net/ +Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: libtermcap-devel texinfo + +%description +Zile is a small Emacs clone. Zile is a customizable, self-documenting +real-time open-source display editor. Zile was written to be as +similar as possible to Emacs; every Emacs user should feel at home. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install +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 INSTALL NEWS README THANKS + %{_bindir}/* + %{_infodir}/* + %{_mandir}/man1/* + %{_datadir}/zile/ + +%changelog +* Thu Aug 18 2005 Jeff Carlson - 2.2.4-1 +- Bump to latest release. +- Supposed to fix x86_64 crash. + +* Thu Aug 18 2005 Jeff Carlson - 2.2.1-5 +- Caught another BuildRequires. + +* Thu Aug 18 2005 Jeff Carlson - 2.2.1-4 +- Added missed BuildRequires. + +* Fri Aug 12 2005 Jeff Carlson - 2.2.1-3 +- Multiple fixups recommended by spot. + +* Wed Jul 13 2005 Jeff Carlson - 2.2.1-2 +- Don't package "dir" in infodir. + +* Wed Jul 13 2005 Jeff Carlson - 2.2.1-1 +- Initial build. +