Compare commits

...

33 Commits

Author SHA1 Message Date
Fedora Release Engineering 449d02177e - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 05:00:16 +00:00
Fedora Release Engineering e63c50692c - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 13:10:59 +00:00
Igor Gnatenko eba03941b3 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:57 +01:00
Fedora Release Engineering a88d50928b - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:50:17 +00:00
Igor Gnatenko 7dab4694de add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:54 +02:00
Filipe Rosset 3345966a0a - update to new upstream release 2.4.14, fixes rhbz #1504463
- spec cleanup and modernization
2018-04-15 14:32:29 -03:00
Fedora Release Engineering 8502236f1a - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 22:27:50 +00:00
Fedora Release Engineering 1aa749f866 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 11:11:13 +00:00
Fedora Release Engineering d05c1f43c1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:42:59 +00:00
Fedora Release Engineering 8ff248fa42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:24:27 +00:00
Filipe Rosset 4c34df93e3 - Rebuilt for new upstream release 2.4.13, fixes rhbz #1385997 2016-12-08 20:39:24 -02:00
Fedora Release Engineering fa0e378c79 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 04:06:29 +00:00
Dennis Gilmore ee6069e459 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:47:25 +00:00
Peter Robinson 7af5e74b0b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 11:39:51 +00:00
Dennis Gilmore 93518eb614 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 13:10:37 -05:00
Eric Smith 59399ea430 #1070208 update to latest upstream. 2014-02-26 19:25:14 -07:00
Dennis Gilmore 7a4f117a3b - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 04:53:21 -05:00
Eric Smith b2de56433e Updated to 2.4.9. 2013-04-29 13:47:17 -06:00
Eric Smith 3c939cdafa Add --install option to autoreconf. 2013-04-29 13:03:30 -06:00
Eric Smith 03572f22ce Add missing BuildRequires for autoconf, automake. 2013-04-29 12:42:06 -06:00
Eric Smith 7054e838ea Add autoreconf in prep section to support aarch64 (Bug #926862). 2013-04-29 12:04:17 -06:00
Dennis Gilmore 7affe481e1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 22:21:06 -06:00
Parag Nemade f281a85da8 Fix gets call for glibc-2.16 changes 2012-08-05 16:04:53 +05:30
Dennis Gilmore 86f311dd92 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 03:20:52 -05:00
Dennis Gilmore c7ed9f8fde - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:37:31 -06:00
Dennis Gilmore 19a2ffbf22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 03:02:13 -06:00
Rakesh Pandit 4e95dfbdb3 Updated to 2.3.21 2010-12-28 10:19:10 +05:30
Fedora Release Engineering a24f5051f1 dist-git conversion 2010-07-29 16:31:07 +00:00
Rakesh Pandit 0a0d3a9e6e Update to 2.3.17 2010-07-05 10:29:22 +00:00
Rakesh Pandit bb0f2133ef Updated to 2.3.16 2010-05-17 11:06:18 +00:00
Rakesh Pandit 1c6360382e Updated to 2.3.15 2010-05-03 10:46:00 +00:00
Rakesh Pandit 721a5af2e2 Updated to 2.3.14 2009-12-04 03:10:35 +00:00
Bill Nottingham e9ef17b88f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:20 +00:00
6 changed files with 111 additions and 43 deletions

View File

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

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
zile-2.3.17.tar.gz
/zile-2.3.21.tar.gz
/zile-2.4.9.tar.gz
/zile-2.4.11.tar.gz
/zile-2.4.13.tar.gz
/zile-2.4.14.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,4 +0,0 @@
zile-2_2_61-2_fc9:HEAD:zile-2.2.61-2.fc9.src.rpm:1218691536
zile-2_3_0-1_fc10:HEAD:zile-2.3.0-1.fc10.src.rpm:1232045193
zile-2_3_6-1_fc11:HEAD:zile-2.3.6-1.fc11.src.rpm:1239565544
zile-2_3_9-1_fc11:HEAD:zile-2.3.9-1.fc11.src.rpm:1247676184

View File

@ -1 +1 @@
51f2fb489b81d80f997644e872445370 zile-2.3.9.tar.gz
SHA512 (zile-2.4.14.tar.gz) = 0dea56fd13a82015ec73de3139a4b2c27ad4c001ed535f1bae557ee49f9d8a188610a08160998d0a36b95fec42b46a019fd43634ef6502ebd27e162164de98cc

120
zile.spec
View File

@ -1,13 +1,12 @@
Summary: Zile Is Lossy Emacs
Name: zile
Version: 2.3.9
Release: 2%{?dist}
Version: 2.4.14
Release: 4%{?dist}
License: GPLv3+
Group: Applications/Editors
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: ncurses-devel help2man
BuildRequires: gcc
BuildRequires: ncurses-devel gc-devel help2man autoconf automake
%description
Zile is a small Emacs clone. Zile is a customizable, self-documenting
@ -15,30 +14,119 @@ 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
%autosetup
iconv -f iso-8859-1 -t utf-8 -o THANKS{.utf8,}
touch -r THANKS{,.utf8}
mv THANKS{.utf8,}
%build
autoreconf --force --install
%configure
make %{?_smp_mflags}
%make_build
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
%make_install
rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
%clean
rm -rf $RPM_BUILD_ROOT
# Remove unversioned doc directory; doc files will be installed into
# versioned doc directory by doc directive in files section.
rm -rf $RPM_BUILD_ROOT/usr/share/doc/zile
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS
%doc AUTHORS ChangeLog NEWS README THANKS FAQ src/dotzile.sample
%license COPYING
%{_bindir}/*
%{_mandir}/man1/*
%{_datadir}/%{name}/
%changelog
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Apr 15 2018 Filipe Rosset <rosset.filipe@gmail.com> - 2.4.14-1
- update to new upstream release 2.4.14, fixes rhbz #1504463
- spec cleanup and modernization
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.13-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.13-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Thu Dec 08 2016 Filipe Rosset <rosset.filipe@gmail.com> - 2.4.13-1
- Rebuilt for new upstream release 2.4.13, fixes rhbz #1385997
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.11-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Feb 26 2014 Eric Smith <eric@brouhaha.com> - 2.4.11-1
- Updated to 2.4.11
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.4.9-1
- Updated to 2.4.9
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-9
- Added --install option to autoreconf.
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-8
- Added missing BuildRequires for autoconf, automake.
* Mon Apr 29 2013 Eric Smith <eric@brouhaha.com> - 2.3.21-7
- Add autoreconf in prep section to support aarch64 (Bug #926862).
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sat Aug 04 2012 Parag Nemade <paragn AT fedoraproject DOT org> - 2.31.21-5
- Fix gets call for glibc-2.16 changes
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Dec 28 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 2.3.21-1
- Updated to 2.3.21
* Mon Jul 05 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 2.3.17-1
- Updated to 2.3.17
* Mon May 17 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 2.3.16-1
- Updated to 2.3.16
* Mon May 03 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 2.3.15-1
- Updated to 2.3.15
* Fri Dec 04 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 2.3.14-1
- Updated to 2.3.14
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
@ -59,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
- Fixed License, Required field & macro inconsistency
- Latest release 2.2.61
* Thu Aug 11 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.2.61-1
* Mon Aug 11 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 2.2.61-1
- Latest release 2.2.59
- fixed license and THANKS file encoding