Blame SPECS/tree-pkg.spec

257807
Summary: File system tree viewer
257807
Name: tree-pkg
257807
Version: 1.8.0
257807
Release: 10%{?dist}
257807
257807
# The entire source code is GPLv2+ except strverscmp.c which is LGPLv2+
257807
License: GPLv2+ and LGPLv2+
257807
257807
URL: http://mama.indstate.edu/users/ice/tree/
257807
Source: ftp://mama.indstate.edu/linux/tree/tree-%{version}.tgz
257807
257807
BuildRequires: gcc
257807
BuildRequires: make
257807
257807
# prevent rpmlint from reporting incorrect-fsf-address
257807
# Sent upstream via email 20210920
257807
Patch0: tree-license-fsf-addr.patch
257807
257807
# Preserve timestamp on man page.
257807
# Sent upstream via email 20210920
257807
Patch2: tree-preserve-timestamps.patch
257807
257807
# Document --du and --prune options in help output (bug #948991).
257807
# Sent upstream via email 20210920
257807
Patch4: tree-args.patch
257807
257807
# Use correct default for dircolors "ec" field (bug #812934).
257807
# Sent upstream via email 20210920
257807
Patch6: tree-dircolors-ec.patch
257807
257807
# Keep file size field length constant regardless of whether SI units
257807
# are used (bug #997937).
257807
# Sent upstream via email 20210920
257807
Patch7: tree-size-field-len.patch
257807
257807
# fix programming mistakes detected by static analysis
257807
# Sent upstream via email 20181106
257807
Patch8: tree-static-analysis.patch
257807
257807
%description
257807
The source RPM package of tree, which has to be named differently due to
257807
limitations of Pagure and Gitlab.
257807
257807
%package -n tree
257807
Summary: File system tree viewer
257807
257807
%description -n tree
257807
The tree utility recursively displays the contents of directories in a
257807
tree-like format.  Tree is basically a UNIX port of the DOS tree
257807
utility.
257807
257807
%prep
257807
%autosetup -p1 -n tree-%{version}
257807
257807
# do not escape UTF-8 chars in file names by default in UTF-8 locale (#1480778)
257807
sed -e 's/LINUX/__linux__/' -i tree.c
257807
257807
%build
257807
%set_build_flags
257807
%make_build CFLAGS="$RPM_OPT_FLAGS $(getconf LFS_CFLAGS)"
257807
257807
%install
257807
mkdir -p $RPM_BUILD_ROOT%{_bindir}
257807
257807
%make_install BINDIR=$RPM_BUILD_ROOT%{_bindir} \
257807
	      MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
257807
257807
chmod -x $RPM_BUILD_ROOT%{_mandir}/man1/tree.1
257807
257807
%files -n tree
257807
%{_bindir}/tree
257807
%{_mandir}/man1/tree.1*
257807
%license LICENSE
257807
%doc README
257807
257807
%changelog
257807
* Fri Sep 17 2021 Kamil Dudka <kdudka@redhat.com> - 1.8.0-10
257807
- reflect review comments from Fedora Review (#2001467)
257807
257807
* Fri Sep 03 2021 Kamil Dudka <kdudka@redhat.com> - 1.8.0-8
257807
- source package renamed to tree-pkg to make it work with Pagure and Gitlab
257807
257807
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-7
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
257807
257807
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-6
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
257807
257807
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-5
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
257807
257807
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
257807
257807
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
257807
257807
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
257807
257807
* Thu Dec 13 2018 Kamil Dudka <kdudka@redhat.com> - 1.8.0-1
257807
- update to the latest upstream release
257807
257807
* Wed Nov 07 2018 Kamil Dudka <kdudka@redhat.com> - 1.7.0-16
257807
- fix programming mistakes detected by static analysis
257807
257807
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-15
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
257807
257807
* Fri Feb 23 2018 Florian Weimer <fweimer@redhat.com> - 1.7.0-14
257807
- Use LDFLAGS from redhat-rpm-config
257807
257807
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 1.7.0-13
257807
- add explicit BR for the gcc compiler
257807
257807
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-12
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
257807
257807
* Mon Aug 14 2017 Kamil Dudka <kdudka@redhat.com> - 1.7.0-11
257807
- do not escape UTF-8 chars in file names by default in UTF-8 locale (#1480778)
257807
- modernize spec file (Group, BuildRoot, autosetup, clean, defattr)
257807
257807
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-10
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
257807
257807
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-9
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
257807
257807
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-8
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
257807
257807
* Thu Sep 01 2016 Kamil Dudka <kdudka@redhat.com> - 1.7.0-7
257807
- drop a non-upstream patch that disabled color output by default (#1284657)
257807
257807
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-6
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
257807
257807
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-5
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
257807
257807
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.7.0-4
257807
- Rebuilt for Fedora 23 Change
257807
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
257807
257807
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-3
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
257807
257807
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
257807
257807
* Fri Apr 25 2014 Tim Waugh <twaugh@redhat.com> - 1.7.0-1
257807
- 1.7.0 (bug #1090962).
257807
257807
* Fri Aug 16 2013 Tim Waugh <twaugh@redhat.com> - 1.6.0-11
257807
- Keep file size field length constant regardless of whether SI units
257807
  are used (bug #997937).
257807
257807
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-10
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
257807
257807
* Tue Jul  9 2013 Tim Waugh <twaugh@redhat.com> - 1.6.0-9
257807
- Use correct default for dircolors "ec" field (bug #812934).
257807
257807
* Thu Jul  4 2013 Tim Waugh <twaugh@redhat.com> - 1.6.0-8
257807
- Handle large UID/GID values (bug #980945).
257807
257807
* Thu Apr 11 2013 Tim Waugh <twaugh@redhat.com> - 1.6.0-7
257807
- Document --du and --prune options in help output (bug #948991).
257807
257807
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-6
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
257807
257807
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-5
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
257807
257807
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-4
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
257807
257807
* Mon Dec  5 2011 Tim Waugh <twaugh@redhat.com> 1.6.0-3
257807
- Put LFS_CFLAGS in CFLAGS not CPPFLAGS so they actually get used
257807
  (bug #769655).
257807
257807
* Mon Jul  4 2011 Tim Waugh <twaugh@redhat.com> 1.6.0-2
257807
- Don't strip the binary too early (bug #718456).
257807
257807
* Mon Jun 27 2011 Tim Waugh <twaugh@redhat.com> 1.6.0-1
257807
- 1.6.0 (bug #716879).
257807
257807
* Fri May 20 2011 Tim Waugh <twaugh@redhat.com> 1.5.3-4
257807
- Fixed memory leak spotted by coverity (bug #704570).
257807
257807
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.3-3
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
257807
257807
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> 1.5.3-2
257807
- Added comments to all patches.
257807
257807
* Fri Nov 27 2009 Tim Waugh <twaugh@redhat.com> 1.5.3-1
257807
- 1.5.3 (bug #517342, bug #541255).
257807
257807
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2.2-4
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
257807
257807
* Wed Jun 10 2009 Tim Waugh <twaugh@redhat.com> 1.5.2.2-3
257807
- Reinstate no-color-by-default patch (bug #504245).
257807
257807
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.2.2-2
257807
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
257807
257807
* Tue Jan 27 2009 Tim Waugh <twaugh@redhat.com> 1.5.2.2-1
257807
- 1.5.2.2.
257807
257807
* Mon Nov 24 2008 Tim Waugh <twaugh@redhat.com> 1.5.2.1-2
257807
- Better summary.
257807
257807
* Tue Sep  2 2008 Tim Waugh <twaugh@redhat.com> 1.5.2.1-1
257807
- Removed patch fuzz.
257807
- 1.5.2.1.
257807
257807
* Mon Jun 16 2008 Tim Waugh <twaugh@redhat.com> 1.5.2-1
257807
- 1.5.2.
257807
- Dropped no-colour patch.
257807
257807
* Thu Jun  5 2008 Tim Waugh <twaugh@redhat.com> 1.5.1.2-1
257807
- 1.5.1.2.
257807
257807
* Fri Apr 25 2008 Tim Waugh <twaugh@redhat.com> 1.5.1.1-1
257807
- 1.5.1.1.
257807
257807
* Mon Feb 11 2008 Tim Waugh <twaugh@redhat.com> 1.5.0-9
257807
- Rebuild for GCC 4.3.
257807
257807
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 1.5.0-8
257807
- More specific license tag.
257807
257807
* Wed Feb  7 2007 Tim Waugh <twaugh@redhat.com> 1.5.0-7
257807
- Current version no longer ships binary, so don't try removing
257807
  it (bug #226503).
257807
257807
* Tue Feb  6 2007 Tim Waugh <twaugh@redhat.com> 1.5.0-6
257807
- Preserve timestamps on install (bug #226503).
257807
- Added SMP flags (bug #226503).
257807
- Removed Prefix: tag (bug #226503).
257807
- Removed bogus mkdir call (bug #226503).
257807
- Ship the LICENSE file (bug #226503).
257807
- Fixed summary (bug #226503).
257807
257807
* Fri Dec 15 2006 Tim Waugh <twaugh@redhat.com> 1.5.0-5
257807
- Fixed '--charset' option (bug #188884).
257807
257807
* Fri Jul 14 2006 Jesse Keating <jkeating@redhat.com> - 1.5.0-4
257807
- rebuild
257807
257807
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.0-3.2.1
257807
- bump again for double-long bug on ppc(64)
257807
257807
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.0-3.2
257807
- rebuilt for new gcc4.1 snapshot and glibc changes
257807
257807
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
257807
- rebuilt
257807
257807
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.5.0-3
257807
- Rebuild for new GCC.
257807
257807
* Sun Dec 05 2004 Florian La Roche <laroche@redhat.com>
257807
- add quotes around CPPFLAGS
257807
257807
* Mon Sep 13 2004 Tim Waugh <twaugh@redhat.com> 1.5.0-1
257807
- 1.5.0 (bug #131854).
257807
- No longer need utf8 or gcc34 patches.
257807
257807
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
257807
- rebuilt
257807
257807
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
257807
- rebuilt
257807
257807
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 1.4b3-2
257807
- Fixed compilation with GCC 3.4.
257807
257807
* Wed Aug 13 2003 Tim Waugh <twaugh@redhat.com> 1.4b3-1
257807
- Upgraded (bug #88525).
257807
257807
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
257807
- rebuilt
257807
257807
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
257807
- rebuilt
257807
257807
* Fri Nov  8 2002 Tim Waugh <twaugh@redhat.com> 1.2-21
257807
- Assume -N except if -q is given (bug #77517).
257807
257807
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
257807
- automated rebuild
257807
257807
* Thu May 23 2002 Tim Powers <timp@redhat.com>
257807
- automated rebuild
257807
257807
* Tue Apr 23 2002 Tim Waugh <twaugh@redhat.com> 1.2-18
257807
- Don't explicitly strip binaries (bug #62569).
257807
- Fix malloc/realloc problems (bug #56858).
257807
257807
* Fri Mar 22 2002 Tim Waugh <twaugh@redhat.com> 1.2-17
257807
- Large file support (bug #61456).
257807
257807
* Wed Feb 27 2002 Tim Waugh <twaugh@redhat.com> 1.2-16
257807
- Rebuild in new environment.
257807
257807
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
257807
- automated rebuild
257807
257807
* Fri Oct  5 2001 Tim Waugh <twaugh@redhat.com> 1.2-14
257807
- Fix size format (bug #54298).
257807
- Don't use colours by default (bug #25389).
257807
257807
* Mon Jul 30 2001 Tim Waugh <twaugh@redhat.com> 1.2-13
257807
- Change Copyright: to License:.
257807
- Don't dump core if LS_COLORS is too big (bug #50016).
257807
257807
* Wed May 30 2001 Tim Waugh <twaugh@redhat.com> 1.2-12
257807
- Sync description with specspo.
257807
257807
* Tue Oct 10 2000 Tim Waugh <twaugh@redhat.com> 1.2-11
257807
- Don't blabber about carrots in the man page (bug #18823)
257807
- Use RPM_OPT_FLAGS while building
257807
257807
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
257807
- automatic rebuild
257807
257807
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
257807
- rebuild, FHS stuff
257807
257807
* Thu Feb  3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
257807
- remove executable bit from man page (Bug #9035)
257807
- deal with rpm compressing man pages
257807
257807
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
257807
- auto rebuild in the new build environment (release 6)
257807
257807
* Thu Dec 17 1998 Michael Maher <mike@redhat.com>
257807
- built package for 6.0
257807
257807
* Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
257807
- build root
257807
257807
* Tue May 05 1998 Prospector System <bugs@redhat.com>
257807
- translations modified for de, fr, tr
257807
257807
* Wed Apr 29 1998 Cristian Gafton <gafton@redhat.com>
257807
- installing in /usr/bin
257807
257807
* Mon Oct 20 1997 Otto Hammersmith <otto@redhat.com>
257807
- updated version
257807
- fixed src url
257807
257807
* Fri Jul 18 1997 Erik Troan <ewt@redhat.com>
257807
- built against glibc