rpms/zile/devel zile.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jeff Carlson (jcarlson) fedora-extras-commits at redhat.com
Sat Aug 20 16:36:40 UTC 2005


Author: jcarlson

Update of /cvs/extras/rpms/zile/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1832/devel

Modified Files:
	.cvsignore sources 
Added Files:
	zile.spec 
Log Message:
auto-import zile-2.2.4-1 on branch devel from zile-2.2.4-1.src.rpm


--- NEW FILE zile.spec ---
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 at ultimateevil.org> - 2.2.4-1
- Bump to latest release.
- Supposed to fix x86_64 crash.

* Thu Aug 18 2005 Jeff Carlson <jeff at ultimateevil.org> - 2.2.1-5
- Caught another BuildRequires.

* Thu Aug 18 2005 Jeff Carlson <jeff at ultimateevil.org> - 2.2.1-4
- Added missed BuildRequires.

* Fri Aug 12 2005 Jeff Carlson <jeff at ultimateevil.org> - 2.2.1-3
- Multiple fixups recommended by spot.

* Wed Jul 13 2005 Jeff Carlson <jeff at ultimateevil.org> - 2.2.1-2
- Don't package "dir" in infodir.

* Wed Jul 13 2005 Jeff Carlson <jeff at ultimateevil.org> - 2.2.1-1
- Initial build.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/zile/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Aug 2005 16:36:10 -0000	1.1
+++ .cvsignore	20 Aug 2005 16:36:38 -0000	1.2
@@ -0,0 +1 @@
+zile-2.2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/zile/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Aug 2005 16:36:10 -0000	1.1
+++ sources	20 Aug 2005 16:36:38 -0000	1.2
@@ -0,0 +1 @@
+4c4212d9c3bc744ef438bfdf61d976e3  zile-2.2.4.tar.gz




More information about the scm-commits mailing list