Commit Graph

176 Commits

Author SHA1 Message Date
David Kaspar [Dee'Kej] fa01e4bfeb specfile: additional round of refactoring (comment sections reordered) 2017-09-18 14:56:55 +02:00
David Kaspar [Dee'Kej] adc0d3754e specfile: files in %files section reordered 2017-09-18 10:57:50 +02:00
David Kaspar [Dee'Kej] 9d322c8946 specfile: mark gawk-devel subpackage as noarch
gawk-devel currently only contains gawkapi.h header file,
  which is not architecture dependent.
2017-09-16 14:59:52 +02:00
David Kaspar [Dee'Kej] bd6cd1a48f specfile: use globbing in %files where possible 2017-09-16 14:50:27 +02:00
David Kaspar [Dee'Kej] 2f3792f560 specfile: small code refactoring
* creation of /usr/share/bin removed (it is created automatically)
  * few separators between phases added
2017-09-15 15:52:35 +02:00
David Kaspar [Dee'Kej] 4c2dabfcab specfile: use 'install' wherever possible
... to have better control over file permissions.
2017-09-15 15:36:59 +02:00
David Kaspar [Dee'Kej] 376dfb2187 gawk-4.1.4-000-info-pages-fixes.patch added
Resolves: #1486924
2017-09-15 13:44:08 +02:00
David Kaspar [Dee'Kej] 55e6766734 specfile: revert adding of 'awk*' symlinks for info pages
The previous fix turned out to be non-functional.
2017-09-15 12:08:53 +02:00
David Kaspar [Dee'Kej] da5a471d3c specfile: some Requires tags removed to stop rmplint's complains 2017-09-11 15:34:13 +02:00
David Kaspar [Dee'Kej] 9ab1734ade specfile: added 'awk*' symlinks for info pages
Resolves: #1486924
2017-08-31 19:38:15 +02:00
David Kaspar [Dee'Kej] aee79b3cef specfile: trailing empty line removed 2017-08-25 11:54:51 +02:00
David Kaspar [Dee'Kej] 7f06d52b45 specfile: reformatting - few empty lines added 2017-08-25 11:54:51 +02:00
Fedora Release Engineering a35665cba2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 20:57:55 +00:00
Fedora Release Engineering d50ce163fa - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 09:07:26 +00:00
Fedora Release Engineering 63f2ac8ac4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 10:15:16 +00:00
Igor Gnatenko 30e1259434 Rebuild for readline 7.x
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
2017-01-12 17:30:27 +01:00
David Kaspar [Dee'Kej] bc69bcc6c0 rebase: updated to latest stable version from upstream (gawk-4.1.4)
Two new 'BuildRequires' have been added (texlive-ac, texlive-cm-super).
  Something has changed between texinfo-6.0 and texinfo-6.1, thus
  causing texinfo-6.1+ fail to find/compile the documentation without
  these fonts...
2016-09-19 14:15:30 +02:00
David Kaspar [Dee'Kej] b5b97bf3d2 specfile: build gawk with readline support
"It's useful since the gawk debugger will use readline if it's
  available." - Aharon Robbins (upstream developer)
2016-09-12 15:02:38 +02:00
David Kaspar [Dee'Kej] 08bec36937 specfile: gawk is now compiled with GNU MPFR library enabled
This allows users to use '-M' option with gawk, to force arbitrary
  precision arithmetic on numbers.

  Resolves: #1362549
2016-09-12 10:22:42 +02:00
David Kaspar [Dee'Kej] 7b5eea9e86 specfile: another refactoring done - 2nd pass
* indentation fixed
  * added addtional symlinks to */awk folders
  * %make_install macro is used now
2016-09-11 13:54:24 +02:00
David Kaspar [Dee'Kej] 99bfcca075 specfile: trailing '%' removed from NVR in gawk-doc subpackage
It's possible that this could pose some problems during installation
  or upgrade of gawk.
2016-09-11 12:44:34 +02:00
David Kaspar [Dee'Kej] 21449cb32c specfile: added missing 'BuildRequires' for git
I've forgot to add the requirement to git after switch to %autosetup.
  Related to commit: 75a36c98a7
2016-09-11 12:19:17 +02:00
David Kaspar [Dee'Kej] 47a4810f25 specfile: gawk-doc subpackage created
It contains documenation in additional formats - PDF, PS, and HTML
2016-09-11 12:05:32 +02:00
David Kaspar [Dee'Kej] cde0cc411e specfile: introduce new subpackage: gawk-devel (to comply with FPG)
For now, it only contains the gawkapi.h header file.
  https://fedoraproject.org/wiki/Packaging:Guidelines#Devel_Packages
2016-09-08 17:42:48 +02:00
David Kaspar [Dee'Kej] 75a36c98a7 specfile: major refactoring - first pass
* Indentation fixed
  * Order of tags restructuring
  * 'URL' & 'Source0' now uses https:// instead of http://
  * 'Requires' on /sbin/install-info changed to info package
  * Added additional notes/comments about the building process
  * Added explicit use of hardened build (-fPIE)
  * Added section for RHEL/CentOS downstream patches only
  * %setup macro replaced with %autosetup
  * %description updated (partially taken from Wikipedia.org)
  * Fixed incorrect use of some RPM macros

  Additional refactoring/changes will follow up.
2016-09-08 17:15:37 +02:00
David Kaspar [Dee'Kej] 2b3157a936 specfile: UsrMove safeguard condition inverted
We now comply with: https://fedoraproject.org/wiki/Packaging:Conflicts
2016-09-07 14:16:31 +02:00
David Kaspar [Dee'Kej] 62b7defc3d specfile: test for %{_licensedir} removed - no longer necessary
The %license macro should always work.
2016-09-07 14:14:32 +02:00
David Kaspar [Dee'Kej] 413eb425b1 specfile: %defattr removed, no longer needed
See: https://fedoraproject.org/wiki/Packaging:Guidelines#File_Permissions
2016-09-07 14:13:24 +02:00
David Kaspar [Dee'Kej] 106b5d4d5f specfile: macro style united to use %{buildroot} only 2016-09-07 14:10:19 +02:00
David Kaspar [Dee'Kej] 92326af065 specfile: 'Group' tag removed
See 'Tags and Sections' for more info:
  https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections
2016-09-07 13:33:50 +02:00
David Kaspar [Dee'Kej] aa1dd1fc9a specfile: 'rm -rf $RPM_BUILD_ROOT' in %install and %clean sections removed
See 'Tags and Sections' for more info:
  https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections
2016-09-07 13:30:42 +02:00
David Kaspar [Dee'Kej] 07d75b9cfc specfile: accented characters removed
The specfile is now ASCII file instead of previous UTF-8 file.
  The name of Martin Bříza has been updated to Martin Briza,
  and the name of Ville Skyttä has been updated to Ville Skytta.
2016-09-07 13:28:05 +02:00
David Kaspar [Dee'Kej] c5cc555c81 specfile: all the licensing issues discovered fixed
See the specfile comments for more info.
2016-09-07 13:25:48 +02:00
David Kaspar [Dee'Kej] 504c03a37c specfile: re-enable building with libsigsegv library
In very old versions of Fedora, it was enabled to build gawk with this
  library. More about this library can be found here:

  https://www.gnu.org/software/libsigsegv/

  However, because of the BZ #524795 it was eventually disabled as a
  kind of workaround. It was then forgotten and was never re-enabled
  again. Even emacs developers noticed that in their's mailing list:

  https://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00238.html

  They used this mistake as an argument, which was incorrect, but mainly
  was not right (nor cool :)). And because vanilla build of gawk, as
  well as Debian-like distributions, uses this feature, it was enabled
  again. AFAIK, there are no security implications that should prevent
  use of this library.
2016-09-07 13:25:42 +02:00
Dennis Gilmore d361e64ef5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 21:03:20 +00:00
Dennis Gilmore 52beacfe4c - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-17 07:02:16 +00:00
Jan Chaloupka 80a168343e Update to upstream 4.1.3
- resolves: #1223594
2015-05-21 10:29:01 +02:00
Jan Chaloupka be532fdc75 Update to upstream 4.1.2
- resolves: #1217027
2015-04-29 15:02:27 +02:00
Till Maas e7e7a71a88 Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
2015-02-21 22:18:00 +01:00
Jan Chaloupka 3a0a188c55 No need for build dependency on byacc/bison, fix make check
- resolves: #1176993
- resolves: #1177001
2015-01-02 15:43:44 +01:00
Peter Robinson 73cc7478af - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-16 13:45:45 +00:00
Tom Callaway c4b5d06972 fix license handling 2014-07-12 11:00:32 -04:00
Dennis Gilmore 2bed361478 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 08:26:57 -05:00
jchaloup 586e5eae48 eval fixed, caused invalid free 2014-05-13 09:59:13 +02:00
Ondřej Vašík e3282563da Fix build failure because of missing destdir in extension Makefile 2014-04-21 11:59:54 +02:00
Ondřej Vašík 94596434f7 Update to upstream 4.1.1 (#1087242) 2014-04-21 11:30:09 +02:00
Ville Skyttä 64dd98ccab Own the %{_libdir}/gawk dir.
- Use xz compressed upstream tarball.
2014-01-25 19:58:58 +02:00
Dennis Gilmore 70de45e22f - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 07:29:50 -05:00
Fridolin Pokorny 7ce019c75a Update to upstream 4.1.0 (#962109)
- Added unpackaged files
2013-05-13 11:15:30 +02:00
Fridolin Pokorny 1b34d917bb Update to upstream 4.1.0 (#962109)
- Removed FUTURES and LIMITATIONS
2013-05-13 10:24:05 +02:00
Dennis Gilmore 3c512ccdf4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 16:20:13 -06:00
Martin Briza c0c4fc14ec Update to 4.0.2 (#890559) 2013-01-04 16:38:08 +01:00
Dennis Gilmore e29e5bdbf9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 22:59:57 -05:00
Martin Bříza 0b2e8c0717 Update to upstream 4.0.1 (#808005)
Corrected Source0 link to .tar.gz extension as not all releases are available as .tar.bz2

Resolves #724817 - gawk-4.0.0 regression in '\' escape handling in gsub()

Resolves #820550 - gawk: getline in BEGIN skips 2 lines
2012-06-07 12:46:00 +02:00
Harald Hoyer 25b1ed0fff add filesystem guard 2012-01-25 21:11:41 +01:00
Harald Hoyer 30eccccd46 install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove

This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.

New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.

Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.

Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 14:10:54 +01:00
Dennis Gilmore 37ec893145 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 20:58:43 -06:00
Vojtech Vitek (V-Teq) 4516e3c933 Remove obsolete patches
Remove gawk-3.1.8-syntax.patch, gawk-3.1.8-double-free-wstptr.patch
2011-10-17 02:07:46 +02:00
Vojtech Vitek (V-Teq) f2bfc58ca7 Update to upstream 4.0.0
Resolves: #717885
2011-07-14 20:47:18 +02:00
Dennis Gilmore d39634cf21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 16:55:49 -06:00
Vojtech Vitek (V-Teq) faca347761 - add byacc to BuildRequires
- follow updated libsigsegv option in configure script
2010-11-02 15:58:11 +01:00
Vojtech Vitek (V-Teq) 98fd9942b1 - fix syntax issues #528623, #528625 2010-11-02 14:55:54 +01:00
Vojtech Vitek (V-Teq) 0ca990fc6b - fix #629196: Double free in free_wstr
- fix license tag, add description
- remove BuildRoot tag
2010-11-02 11:32:25 +01:00
Štěpán Kasal 5370755b34 - new upstream version
- drop upstreamed patches
2010-05-10 07:41:38 +00:00
Jan Zeleny cf0b5e339d fixed precision recognition when using utf-8 encoding (#513234) 2010-04-01 14:04:56 +00:00
Štěpán Kasal 4b7ff3f82e - in posix mode, make ARGV[0] = argv[0] (#525381) 2009-10-08 11:41:58 +00:00
Štěpán Kasal 3e8376caf8 new upstream version, disable libsigsegv 2009-09-09 20:27:51 +00:00
Jesse Keating 7d89cde5e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 23:32:59 +00:00
Jesse Keating f1bf319d58 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 19:39:44 +00:00
Štěpán Kasal 80b061ab89 - remove the versioned binaries even if the version is modified by the
snapshot patch, modify the file list to check this (#476166)
- update the snapshot patch, dropping the upstreamed
    gawk-3.1.5-test-lc_num1.patch
2009-01-30 16:29:24 +00:00
Štěpán Kasal 95e556e6aa grab the current stable tree from savannah 2008-12-11 11:25:53 +00:00
Štěpán Kasal a5ff77eff5 - test-lc_num1.patch submitted upstream, link added 2008-11-26 15:36:08 +00:00
Štěpán Kasal 3d4719f3b6 - new upstream version
- drop patches 2-13, they have been integrated upstream
2008-11-25 17:03:04 +00:00
Tom Callaway e444b0460c fix license tag 2008-07-21 15:04:20 +00:00
Jesse Keating 35557031e3 - Autorebuild for GCC 4.3 2008-02-19 10:05:38 +00:00
Štěpán Kasal ca7a30385c - Add gawk-3.1.5-quote-sticky.patch
- Resolves: #299551
- Add gawk-3.1.5-test-lc_num1.patch, a test for that bug.
- BuldRequire autoconf and automake, for the test patch.
- Add coment explaining why bison is buildrequired.
- Remove BuildRequire: flex.
2007-10-31 16:13:03 +00:00
kzak c3aa10c4eb fix typo in package desc 2007-03-05 08:39:54 +00:00
kzak 0afa8f5deb fix previous stupid commit 2007-03-01 15:37:49 +00:00
kzak 79ed46a81d add -p to %install 2007-03-01 15:31:30 +00:00
kzak cd2a92fbf8 - fix #225777 - clean up spec file according to Fedora Merge Review
suggestions (thanks to Dan Horak and Patrice Dumas)
- Resolves: rhbz#225777
2007-02-12 13:50:45 +00:00
kzak c118600f22 - sync with double-free upstream fixes
- fix #222531: Replace dist by ?dist
- Resolves: rhbz#222531
2007-01-15 11:27:53 +00:00
kzak 653a18c546 improve previous patch 2007-01-12 12:05:05 +00:00
kzak 3d4f4d39ec - fix #222080 double free or corruption
- Resolves: rhbz#222080
2007-01-11 08:30:43 +00:00
kzak 8454635dc5 fix spec file 2006-07-19 21:52:37 +00:00
kzak 964b5b0f0d IPv6 support 2006-07-18 07:21:33 +00:00
Jesse Keating 27331ff5ec bumped for rebuild 2006-07-12 05:53:02 +00:00
kzak def2ec130e fix previous incomplete commit... 2006-07-10 07:47:49 +00:00
kzak 378468e41f numeric conversion bug fix 2006-07-10 07:43:09 +00:00
kzak c4831eb22b fix BuildReq 2006-06-23 16:16:32 +00:00
kzak 9a938f25ff fix syntax error, core dump bug 2006-06-23 15:59:03 +00:00
kzak b96b60afae fix work with /dev/fd/X 2006-06-22 13:53:48 +00:00
kzak 70435401bc improved wchar concat 2006-02-14 08:47:27 +00:00
Jesse Keating 08d741ec70 bump for bug in double-long on ppc(64) 2006-02-11 02:47:55 +00:00
kzak 97e51abe4a fix wide characters concatenation 2006-02-10 22:01:46 +00:00
Jesse Keating 179269a558 bump for new gcc/glibc 2006-02-07 11:43:35 +00:00
kzak 8ae7f06f34 minor paches from upstream 2005-12-22 18:48:39 +00:00
Jesse Keating d6ea928029 gcc update bump 2005-12-09 22:40:31 +00:00
kzak db044d431f -fix FIELDWIDTHS 2005-10-10 09:55:02 +00:00
kzak 8d4cb7ede3 - fix free usage 2005-09-27 17:25:41 +00:00
kzak 9538ce397b *** empty log message *** 2005-09-20 13:35:25 +00:00