5a67ee
# -*- coding: utf-8 -*-
5a67ee
5a67ee
Summary: A GNU stream text editor
5a67ee
Name: sed
5a67ee
Version: 4.8
5a67ee
Release: 9%{?dist}
5a67ee
License: GPLv3+
5a67ee
URL: http://sed.sourceforge.net/
5a67ee
Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.xz
5a67ee
Source1: http://sed.sourceforge.net/sedfaq.txt
5a67ee
Patch0: sed-b-flag.patch
5a67ee
Patch1: sed-c-flag.patch
5a67ee
BuildRequires: make
5a67ee
BuildRequires: glibc-devel, libselinux-devel, libacl-devel, automake, autoconf, gcc
5a67ee
BuildRequires: perl-Getopt-Long
5a67ee
BuildRequires: perl(FileHandle)
5a67ee
5a67ee
Provides: /bin/sed
5a67ee
5a67ee
#copylib
5a67ee
Provides: bundled(gnulib)
5a67ee
5a67ee
%description
5a67ee
The sed (Stream EDitor) editor is a stream or batch (non-interactive)
5a67ee
editor.  Sed takes text as input, performs an operation or set of
5a67ee
operations on the text and outputs the modified text.  The operations
5a67ee
that sed performs (substitutions, deletions, insertions, etc.) can be
5a67ee
specified in a script file or from the command line.
5a67ee
5a67ee
%prep
5a67ee
%setup -q
5a67ee
%patch0 -p1
5a67ee
%patch1 -p1
5a67ee
5a67ee
5a67ee
sed -e 's/1729576/EPERM/' \
5a67ee
    -i gnulib-tests/test-{strerror_r,perror2}.c
5a67ee
5a67ee
%build
5a67ee
%configure --without-included-regex
5a67ee
%make_build
5a67ee
install -m 644 -p %{SOURCE1} sedfaq.txt
5a67ee
gzip -9 sedfaq.txt
5a67ee
5a67ee
%check
5a67ee
echo ====================TESTING=========================
5a67ee
make check
5a67ee
echo ====================TESTING END=====================
5a67ee
5a67ee
%install
5a67ee
rm -rf ${RPM_BUILD_ROOT}
5a67ee
%make_install
5a67ee
rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
5a67ee
5a67ee
%find_lang %{name}
5a67ee
5a67ee
%files -f %{name}.lang
5a67ee
%{!?_licensedir:%global license %%doc}
5a67ee
%license COPYING 
5a67ee
%doc BUGS NEWS THANKS README AUTHORS sedfaq.txt.gz
5a67ee
%{_bindir}/sed
5a67ee
%{_infodir}/sed.info*
5a67ee
%{_mandir}/man1/sed.1*
5a67ee
5a67ee
%changelog
5a67ee
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 4.8-9
5a67ee
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
5a67ee
  Related: rhbz#1991688
5a67ee
5a67ee
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 4.8-8
5a67ee
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
5a67ee
5a67ee
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.8-7
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5a67ee
5a67ee
* Mon Aug 17 2020 Jakub Martisko <jamartis@redhat.com> - 4.8-6
5a67ee
- Minor spec cleanup
5a67ee
5a67ee
* Mon Aug 03 2020 Jakub Martisko <jamartis@redhat.com> - 4.8-5
5a67ee
- Use make macros
5a67ee
5a67ee
* Mon Aug 03 2020 Jakub Martisko <jamartis@redhat.com> - 4.8-4
5a67ee
- Replace some hardcoded constants in the gnulib-testsuite
5a67ee
  ... that caused build failures on arm7
5a67ee
5a67ee
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.8-3
5a67ee
- Second attempt - Rebuilt for
5a67ee
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5a67ee
5a67ee
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.8-2
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5a67ee
5a67ee
* Tue Feb 11 2020 Jakub Martisko <jamartis@redhat.com> - 4.8-1
5a67ee
- Rebase to 4.8
5a67ee
- Refresh the downstream patch and split it into two
5a67ee
5a67ee
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-5
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
5a67ee
5a67ee
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-4
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
5a67ee
5a67ee
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-3
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5a67ee
5a67ee
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.5-2
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5a67ee
5a67ee
* Tue Apr 03 2018 Jakub Martisko <jamartis@redhat.com> - 4.5-1
5a67ee
- Rebase to 4.5
5a67ee
- Drop patches from 4.4-4 and 4.4-7
5a67ee
5a67ee
* Thu Mar 08 2018 Jakub Martisko <jamartis@redhat.com> - 4.4-7
5a67ee
- Fix build failure with glibc-2.28
5a67ee
5a67ee
* Thu Mar 08 2018 Jakub Martisko <jamartis@redhat.com> - 4.4-6
5a67ee
- Add gcc to BuildRequires
5a67ee
5a67ee
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-5
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5a67ee
5a67ee
* Thu Jan 11 2018  Jakub Martisko <jamartis@redhat.com> - 4.4-4
5a67ee
- When editing file inplace, the SELinux context should
5a67ee
  be based on the link instead of the target file itself.
5a67ee
  --follow-symlinks option remains unchanged
5a67ee
- Resolves: #1401442
5a67ee
5a67ee
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-3
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5a67ee
5a67ee
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5a67ee
5a67ee
* Thu Feb 09 2017  Jakub Martisko <jamartis@redhat.com> - 4.4-1
5a67ee
- new version 4.4
5a67ee
- removed COPYING.DOC license which is no longer in upstream
5a67ee
- Resolves: #1410093
5a67ee
5a67ee
* Wed Jan 04 2017  Jakub Martisko <jamartis@redhat.com> - 4.3-1
5a67ee
- new version 4.3
5a67ee
- Resolves: #1410093
5a67ee
5a67ee
* Tue Feb 09 2016 Petr Stodulka <pstodulk@redhat.com> - 4.2.2-15
5a67ee
- provides /bin/sed
5a67ee
5a67ee
* Tue Feb 09 2016 Petr Stodulka <pstodulk@redhat.com> - 4.2.2-14
5a67ee
- remove meaningless redefinition of _bindir - it's standard macro now;
5a67ee
  sed will be store in /usr/bin/sed
5a67ee
  Resovles: #1305835
5a67ee
5a67ee
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-13
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5a67ee
5a67ee
* Sat Dec 26 2015 Petr Stodulka <pstodulk@redhat.com> - 4.2.2-12
5a67ee
- use global instead of define in spec file
5a67ee
- added new build dependency on perl-Getopt-Long
5a67ee
5a67ee
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.2-11
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5a67ee
5a67ee
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 4.2.2-10
5a67ee
- Rebuilt for Fedora 23 Change
5a67ee
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
5a67ee
5a67ee
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.2-9
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5a67ee
5a67ee
* Mon Aug  4 2014 Tom Callaway <spot@fedoraproject.org> - 4.2.2-8
5a67ee
- fix license handling
5a67ee
5a67ee
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.2-7
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5a67ee
5a67ee
* Mon Feb 10 2014 Jan Pacner <jpacner@redhat.com> - 4.2.2-6
5a67ee
- Resolves: #1061367 (Dropping -b option breaks cross-platform compat.)
5a67ee
- Related: #948598 (Man page scan results for sed)
5a67ee
- introduce -c argument, add help for -b --binary arguments,
5a67ee
  cleanup arguments & help)
5a67ee
5a67ee
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.2-5
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5a67ee
5a67ee
* Tue May 07 2013 Fridolin Pokorny <fpokorny@redhat.com> - 4.2.2-4
5a67ee
- Added libacl-devel to BuildRequires for ACL support rhbz#959432
5a67ee
5a67ee
* Fri May 03 2013 Fridolin Pokorny <fpokorny@redhat.com> - 4.2.2-3
5a67ee
- Fixed option handling rhbz#948598
5a67ee
5a67ee
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.2-2
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5a67ee
5a67ee
* Fri Jan 04 2013 Martin Briza <mbriza@redhat.com> - 4.2.2-1
5a67ee
- New release
5a67ee
- Dropping included patches: sed-4.2.1-data-loss.patch sed-4.2.1-fix-0x26-on-RHS.patch sed-4.2.1-makecheck.patch
5a67ee
- Dropping unused patch sed-4.2.1-dummyparam.diff
5a67ee
- Regenerated sed-4.2.{1,2}-copy.patch
5a67ee
- Minor change to patching (creating backup files)
5a67ee
5a67ee
* Tue Jul 10 2012 Martin Briza <mbriza@redhat.com> - 4.2.1-10
5a67ee
- Fixed the readded -c option
5a67ee
  Resolves: #832855
5a67ee
5a67ee
* Wed Jun 13 2012 Martin Briza <mbriza@redhat.com> - 4.2.1-9
5a67ee
- Backported commit from upstream to fix treating "x26" as "&" character
5a67ee
- Added virtual provide for gnulib according to http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
5a67ee
  Resolves: #812067 #821776
5a67ee
5a67ee
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-8
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5a67ee
5a67ee
* Tue Jul 12 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 4.2.1-7
5a67ee
- avoid silent data loss when an input line is 2^31 bytes or longer
5a67ee
  Resolves: #720438
5a67ee
5a67ee
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-6
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5a67ee
5a67ee
* Wed Mar 17 2010 Jan Görig <jgorig@redhat.com> 4.2.1-5
5a67ee
- fixed make check on non UTF-8 locale - upstream patch rhbz#550731
5a67ee
- readded -c option (thanks Paolo Bonzini) rhbz#566455
5a67ee
- removed previous -c dummy patch
5a67ee
- changed license to GPLv3+
5a67ee
5a67ee
* Fri Oct 16 2009 Jiri Moskovcak <jmoskovc@redhat.com> 4.2.1-4
5a67ee
- added libselinux-devel to buildrequires rhbz#514182
5a67ee
- fixed problem with --excludedocs rhbz#515913
5a67ee
5a67ee
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 4.2.1-3
5a67ee
- Use bzipped upstream tarball.
5a67ee
5a67ee
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-2
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5a67ee
5a67ee
* Mon Jun 29 2009  Jiri Moskovcak <jmoskovc@redhat.com> - 4.2.1-1
5a67ee
- new version
5a67ee
- obsoletes previous patches
5a67ee
- added patch to maintain backwards compatibility for scripts using -c/--copy
5a67ee
- Resolves: #502934
5a67ee
5a67ee
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.5-12
5a67ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5a67ee
5a67ee
* Thu Nov 13 2008 Jiri Moskovcak <jmoskovc@redhat.com> 4.1.5-11
5a67ee
- improved follow.patch (thanks to Arkadiusz Miskiewicz for initial patch)
5a67ee
- Resolves: #470912
5a67ee
5a67ee
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.5-10
5a67ee
- Autorebuild for GCC 4.3
5a67ee
5a67ee
* Thu Oct  4 2007 Petr Machata <pmachata@redhat.com> - 4.1.5-9
5a67ee
- Fix licensing tag.
5a67ee
- Clean up per merge review comments.
5a67ee
- Resolves: #226404
5a67ee
5a67ee
* Wed Feb  7 2007 Petr Machata <pmachata@redhat.com> - 4.1.5-8
5a67ee
- tidy up the specfile per rpmlint comments
5a67ee
- use utf-8 and fix national characters in contributor's names
5a67ee
5a67ee
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 4.1.5-7
5a67ee
- Ville Skyttä: patch for non-failing %%post, %%preun
5a67ee
- Resolves: #223716
5a67ee
5a67ee
* Fri Dec  8 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-6
5a67ee
- Split confused patches "copy+symlink" and "relsymlink" into discrete
5a67ee
  "copy" and "symlink".
5a67ee
5a67ee
* Mon Sep  4 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-5
5a67ee
- Fix handling of relative symlinks (#205122)
5a67ee
5a67ee
* Thu Aug  3 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-4
5a67ee
- remove superfluous multibyte processing in str_append for UTF-8
5a67ee
  encoding (thanks Paolo Bonzini, #177246)
5a67ee
5a67ee
* Mon Jul 17 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-3
5a67ee
- use dist tag
5a67ee
5a67ee
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.1.5-2.2.1
5a67ee
- rebuild
5a67ee
5a67ee
* Thu Jun 29 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-2.2
5a67ee
- typo in patch name
5a67ee
5a67ee
* Thu Jun 29 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-2.1
5a67ee
- rebuild
5a67ee
5a67ee
* Thu Jun 29 2006 Petr Machata <pmachata@redhat.com> - 4.1.5-2
5a67ee
- #185374:
5a67ee
  - Follow symlinks before rename (avoid symlink overwrite)
5a67ee
  - Add -c flag for copy instead of rename (avoid ownership change)
5a67ee
5a67ee
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.1.5-1.2
5a67ee
- bump again for double-long bug on ppc(64)
5a67ee
5a67ee
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.1.5-1.1
5a67ee
- rebuilt for new gcc4.1 snapshot and glibc changes
5a67ee
5a67ee
* Mon Feb 06 2006 Florian La Roche <laroche@redhat.com>
5a67ee
- 4.1.5
5a67ee
5a67ee
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
5a67ee
- rebuilt
5a67ee
5a67ee
* Thu Mar 17 2005 Jakub Jelinek <jakub@redhat.com> 4.1.4-1
5a67ee
- update to 4.1.4
5a67ee
5a67ee
* Sat Mar  5 2005 Jakub Jelinek <jakub@redhat.com> 4.1.2-5
5a67ee
- rebuilt with GCC 4
5a67ee
5a67ee
* Fri Oct  8 2004 Jakub Jelinek <jakub@redhat.com> 4.1.2-4
5a67ee
- fix up make check to run sed --version with LC_ALL=C
5a67ee
  in the environment (#129014)
5a67ee
5a67ee
* Sat Oct  2 2004 Jakub Jelinek <jakub@redhat.com> 4.1.2-3
5a67ee
- add sedfaq.txt to %%{_docdir} (#16202)
5a67ee
5a67ee
* Mon Aug 23 2004 Florian La Roche <Florian.LaRoche@redhat.de>
5a67ee
- update to 4.1.2
5a67ee
5a67ee
* Thu Jul  8 2004 Jakub Jelinek <jakub@redhat.com> 4.1.1-1
5a67ee
- update to 4.1.1
5a67ee
5a67ee
* Mon Jun 21 2004 Jakub Jelinek <jakub@redhat.com> 4.1-1
5a67ee
- update to 4.1
5a67ee
5a67ee
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
5a67ee
- rebuilt
5a67ee
5a67ee
* Tue May 25 2004 Jakub Jelinek <jakub@redhat.com> 4.0.9-1
5a67ee
- update to 4.0.9
5a67ee
- BuildRequire recent glibc and glibc-devel (#123043)
5a67ee
5a67ee
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
5a67ee
- rebuilt
5a67ee
5a67ee
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 4.0.8-3
5a67ee
- if not -n, print current buffer after N command on the last line
5a67ee
  unless POSIXLY_CORRECT (#112952)
5a67ee
- adjust XFAIL_TESTS for the improved glibc regex implementation
5a67ee
  (#112642)
5a67ee
5a67ee
* Fri Nov 14 2003 Jakub Jelinek <jakub@redhat.com> 4.0.8-2
5a67ee
- enable --without-included-regex again
5a67ee
- use fastmap for regex searching
5a67ee
5a67ee
* Sat Oct 25 2003 Florian La Roche <Florian.LaRoche@redhat.de>
5a67ee
- update to 4.0.8
5a67ee
- simplify specfile
5a67ee
- disable --without-included-regex to pass the testsuite
5a67ee
5a67ee
* Thu Jun 26 2003 Jakub Jelinek <jakub@redhat.com> 4.0.7-3
5a67ee
- rebuilt
5a67ee
5a67ee
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
5a67ee
- rebuilt
5a67ee
5a67ee
* Sat Apr 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
5a67ee
- update to 4.0.7
5a67ee
- use "--without-included-regex"
5a67ee
- do not gzip info pages in spec file, "TODO" is not present anymore
5a67ee
5a67ee
* Thu Jan 23 2003 Jakub Jelinek <jakub@redhat.com> 4.0.5-1
5a67ee
- update to 4.0.5
5a67ee
5a67ee
* Tue Oct 22 2002 Jakub Jelinek <jakub@redhat.com>
5a67ee
- rebuilt to fix x86-64 miscompilation
5a67ee
- run make check in %%build
5a67ee
5a67ee
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
5a67ee
- automated rebuild
5a67ee
5a67ee
* Thu May 23 2002 Tim Powers <timp@redhat.com>
5a67ee
- automated rebuild
5a67ee
5a67ee
* Fri Apr  5 2002 Jakub Jelinek <jakub@redhat.com>
5a67ee
- Remove stale URLs from documentation (#62519)
5a67ee
5a67ee
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
5a67ee
- Bump release + rebuild.
5a67ee
5a67ee
* Mon Dec 18 2000 Yukihiro Nakai <ynakai@redhat.com>
5a67ee
- Update to 2000.11.28 patch
5a67ee
- Rebuild for 7.1 tree
5a67ee
5a67ee
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
5a67ee
- automatic rebuild
5a67ee
5a67ee
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
5a67ee
- FHS packaging.
5a67ee
5a67ee
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
5a67ee
- compress man pages.
5a67ee
5a67ee
* Tue Jan 18 2000 Jakub Jelinek <jakub@redhat.com>
5a67ee
- rebuild with glibc 2.1.3 to fix an mmap64 bug in sys/mman.h
5a67ee
5a67ee
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
5a67ee
- auto rebuild in the new build environment (release 4)
5a67ee
5a67ee
* Tue Aug 18 1998 Jeff Johnson <jbj@redhat.com>
5a67ee
- update to 3.02
5a67ee
5a67ee
* Sun Jul 26 1998 Jeff Johnson <jbj@redhat.com>
5a67ee
- update to 3.01
5a67ee
5a67ee
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
5a67ee
- translations modified for de, fr, tr
5a67ee
5a67ee
* Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
5a67ee
- removed references to the -g option from the man page that we add
5a67ee
5a67ee
* Fri Oct 17 1997 Donnie Barnes <djb@redhat.com>
5a67ee
- spec file cleanups
5a67ee
- added BuildRoot
5a67ee
5a67ee
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
5a67ee
- built against glibc