auto-import zile-2.2.4-1 on branch devel from zile-2.2.4-1.src.rpm

This commit is contained in:
Jeff Carlson 2005-08-20 16:36:38 +00:00
parent 4dddbf3da2
commit 07907619d9
3 changed files with 69 additions and 0 deletions

View File

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

View File

@ -0,0 +1 @@
4c4212d9c3bc744ef438bfdf61d976e3 zile-2.2.4.tar.gz

67
zile.spec Normal file
View File

@ -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 <jeff@ultimateevil.org> - 2.2.4-1
- Bump to latest release.
- Supposed to fix x86_64 crash.
* Thu Aug 18 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.1-5
- Caught another BuildRequires.
* Thu Aug 18 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.1-4
- Added missed BuildRequires.
* Fri Aug 12 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.1-3
- Multiple fixups recommended by spot.
* Wed Jul 13 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.1-2
- Don't package "dir" in infodir.
* Wed Jul 13 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.1-1
- Initial build.