zile/zile.spec

83 lines
2.1 KiB
RPMSpec
Raw Normal View History

Summary: Zile Is Lossy Emacs
Name: zile
2006-09-12 03:34:00 +00:00
Version: 2.2.19
Release: 2%{?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: texinfo ncurses-devel
%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
2006-04-27 11:59:33 +00:00
%{_bindir}/*
%{_infodir}/*
%{_mandir}/man1/*
%{_datadir}/zile/
%changelog
* Wed Dec 12 2007 Miroslav Lichvar <mlichvar@redhat.com> - 2.2.19-2
- Remove libtermcap-devel from BuildRequires (#231199).
2006-09-12 03:34:00 +00:00
* Mon Sep 11 2006 Jeff Carlson <jeff@ultimateevil.org> - 2.2.19-1
- Bump to latest release.
2006-04-28 19:58:17 +00:00
* Fri Apr 28 2006 Jeff Carlson <jeff@ultimateevil.org> - 2.2.13-2
- Bump to rebuild
2006-04-27 11:59:33 +00:00
* Thu Apr 27 2006 Jeff Carlson <jeff@ultimateevil.org> - 2.2.13-1
- Bump to latest release.
2005-08-24 16:26:39 +00:00
* Wed Aug 24 2005 Jeff Carlson <jeff@ultimateevil.org> - 2.2.4-2
- Another BuildRequires.
* 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.