Blame SPECS/rpmdevtools.spec

1a4792
%global spectool_version 1.0.10
1a4792
1a4792
%if 0%{?fedora} || 0%{?rhel} > 7
1a4792
%bcond_without python3
1a4792
%else
1a4792
%bcond_with python3
1a4792
%endif
1a4792
1a4792
Name:           rpmdevtools
1a4792
Version:        8.10
3060cb
Release:        8%{?dist}
1a4792
Summary:        RPM Development Tools
1a4792
1a4792
# rpmdev-setuptree is GPLv2, everything else GPLv2+
1a4792
License:        GPLv2+ and GPLv2
1a4792
URL:            https://pagure.io/rpmdevtools
1a4792
Source0:        https://releases.pagure.org/rpmdevtools/%{name}-%{version}.tar.xz
1a4792
1a4792
Patch0:         rpmdevtools-8.10-no_qa_robot.patch
3060cb
Patch1:         BZ-1826299-spectool-url-ignore-query.patch
3060cb
Patch2:         BZ-1851499-port-to-str-return-values.patch
1a4792
BuildArch:      noarch
1a4792
# help2man, pod2man, *python for creating man pages
1a4792
BuildRequires:  help2man
1a4792
BuildRequires:  %{_bindir}/pod2man
1a4792
BuildRequires:  perl-generators
1a4792
%if %{with python3}
1a4792
BuildRequires:  python3
1a4792
BuildRequires:  python3-devel
1a4792
BuildRequires:  python3-rpm
1a4792
%else
1a4792
BuildRequires:  python2
1a4792
BuildRequires:  python2-rpm
1a4792
%endif
1a4792
# emacs-common >= 1:22.3-3 for macros.emacs
1a4792
BuildRequires:  emacs-common >= 1:22.3-3
1a4792
BuildRequires:  bash-completion
1a4792
%if 0%{?fedora}
1a4792
# xemacs-common >= 21.5.29-8 for macros.xemacs
1a4792
BuildRequires:  xemacs-common >= 21.5.29-8
1a4792
%endif
1a4792
Provides:       spectool = %{spectool_version}
1a4792
Requires:       curl
1a4792
Requires:       diffutils
1a4792
%if 0%{?fedora}
1a4792
Requires:       fakeroot
1a4792
%endif
1a4792
Requires:       file
1a4792
Requires:       findutils
1a4792
Requires:       gawk
1a4792
Requires:       grep
1a4792
Requires:       rpm-build >= 4.4.2.3
1a4792
%if %{with python3}
1a4792
Requires:       python3-rpm
1a4792
%else
1a4792
Requires:       python2
1a4792
Requires:       python2-rpm
1a4792
%endif
1a4792
Requires:       sed
1a4792
Requires:       emacs-filesystem
1a4792
%if 0%{?fedora}
1a4792
Requires:       xemacs-filesystem
1a4792
%endif
1a4792
1a4792
%description
1a4792
This package contains scripts and (X)Emacs support files to aid in
1a4792
development of RPM packages.
1a4792
rpmdev-setuptree    Create RPM build tree within user's home directory
1a4792
rpmdev-diff         Diff contents of two archives
1a4792
rpmdev-newspec      Creates new .spec from template
1a4792
rpmdev-rmdevelrpms  Find (and optionally remove) "development" RPMs
1a4792
rpmdev-checksig     Check package signatures using alternate RPM keyring
1a4792
rpminfo             Print information about executables and libraries
1a4792
rpmdev-md5/sha*     Display checksums of all files in an archive file
1a4792
rpmdev-vercmp       RPM version comparison checker
1a4792
spectool            Expand and download sources and patches in specfiles
1a4792
rpmdev-wipetree     Erase all files within dirs created by rpmdev-setuptree
1a4792
rpmdev-extract      Extract various archives, "tar xvf" style
1a4792
rpmdev-bumpspec     Bump revision in specfile
1a4792
...and many more.
1a4792
1a4792
1a4792
%prep
1a4792
%setup -q
1a4792
%if ! 0%{?fedora}
1a4792
%patch0 -p1 -b .no_qa_robot
3060cb
%patch1 -p1
3060cb
%patch2 -p1
1a4792
%endif
1a4792
%if %{with python3}
1a4792
grep -lF "%{_bindir}/python " * \
1a4792
| xargs sed -i -e "s|%{_bindir}/python |%{_bindir}/python3 |"
1a4792
%endif
1a4792
1a4792
1a4792
%build
1a4792
%configure --libdir=%{_prefix}/lib
1a4792
%make_build
1a4792
1a4792
1a4792
%install
1a4792
rm -rf $RPM_BUILD_ROOT
1a4792
1a4792
%make_install
1a4792
1a4792
echo %%{_datadir}/bash-completion > %{name}.files
1a4792
[ -d $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d ] && \
1a4792
echo %%{_sysconfdir}/bash_completion.d > %{name}.files
1a4792
1a4792
%if 0%{?fedora}
1a4792
for dir in %{_emacs_sitestartdir} %{_xemacs_sitestartdir} ; do
1a4792
%else
1a4792
for dir in %{_emacs_sitestartdir} ; do
1a4792
%endif
1a4792
  install -dm 755 $RPM_BUILD_ROOT$dir
1a4792
  ln -s %{_datadir}/rpmdevtools/rpmdev-init.el $RPM_BUILD_ROOT$dir
1a4792
  touch $RPM_BUILD_ROOT$dir/rpmdev-init.elc
1a4792
done
1a4792
1a4792
1a4792
%files -f %{name}.files
1a4792
%license COPYING
1a4792
%doc NEWS
1a4792
%config(noreplace) %{_sysconfdir}/rpmdevtools/
1a4792
%{_datadir}/rpmdevtools/
1a4792
%{_bindir}/*
1a4792
%{_emacs_sitestartdir}/rpmdev-init.el
1a4792
%ghost %{_emacs_sitestartdir}/rpmdev-init.elc
1a4792
%if 0%{?fedora}
1a4792
%{_xemacs_sitestartdir}/rpmdev-init.el
1a4792
%ghost %{_xemacs_sitestartdir}/rpmdev-init.elc
1a4792
%endif
1a4792
%{_mandir}/man[18]/*.[18]*
1a4792
1a4792
1a4792
%changelog
3060cb
* Mon Jun 29 2020 Michal Domonkos <mdomonko@redhat.com> - 8.10-8
3060cb
- spectool: ignore query string in URL (RHBZ#1826299)
3060cb
- Fix TypeError in rpmdev-rmdevelrpms and rpmdev-checksig (RHBZ#1851499)
3060cb
1a4792
* Mon Aug 13 2018 Thomas Woerner <twoerner@redhat.com> - 8.10-7
1a4792
- removed fakeroot requirement and all qa_robot scripts (RHBZ#1615605)
1a4792
- Fixed missing build requires for python3-devel
1a4792
1a4792
* Wed Aug 01 2018 Charalampos Stratakis <cstratak@redhat.com> - 8.10-6
1a4792
- Rebuild for platform-python
1a4792
1a4792
* Tue May 15 2018 Charalampos Stratakis <cstratak@redhat.com> - 8.10-5
1a4792
- Update some dependency naming declarations
1a4792
- Build for Python 3 on EL > 7
1a4792
1a4792
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-4
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1a4792
1a4792
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-3
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1a4792
1a4792
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 8.10-2
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1a4792
1a4792
* Sat Jan 14 2017 Ville Skyttä <ville.skytta@iki.fi> - 8.10-1
1a4792
- Update to 8.10
1a4792
1a4792
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 8.9-2
1a4792
- Rebuild for Python 3.6
1a4792
1a4792
* Sat Jun 25 2016 Ville Skyttä <ville.skytta@iki.fi> - 8.9-1
1a4792
- Update to 8.9
1a4792
1a4792
* Sat Jun 25 2016 Ville Skyttä <ville.skytta@iki.fi> - 8.8-1
1a4792
- Update to 8.8
1a4792
1a4792
* Fri Jun 24 2016 Petr Písař <ppisar@redhat.com>
1a4792
- Add new mandatory perl build deps
1a4792
1a4792
* Thu Jun 23 2016 Ville Skyttä <ville.skytta@iki.fi> - 8.7-1
1a4792
- Update to 8.7
1a4792
- Specfile cleanups
1a4792
1a4792
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.6-3
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1a4792
1a4792
* Fri Jun  5 2015 Ville Skyttä <ville.skytta@iki.fi> - 8.6-2
1a4792
- Use python3 on > F-22
1a4792
1a4792
* Sun May 10 2015 Ville Skyttä <ville.skytta@iki.fi> - 8.6-1
1a4792
- Update to 8.6
1a4792
1a4792
* Mon Oct 20 2014 Ville Skyttä <ville.skytta@iki.fi> - 8.5-1
1a4792
- Update to 8.5
1a4792
- Mark COPYING as %%license where applicable
1a4792
1a4792
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.4-3
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1a4792
1a4792
* Thu Oct 17 2013 Ville Skyttä <ville.skytta@iki.fi> - 8.4-2
1a4792
- Do not require devscripts in any scenario.
1a4792
1a4792
* Mon Oct  7 2013 Ville Skyttä <ville.skytta@iki.fi> - 8.4-1
1a4792
- Update to 8.4.
1a4792
1a4792
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.3-5
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1a4792
1a4792
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 8.3-4
1a4792
- Perl 5.18 rebuild
1a4792
1a4792
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.3-3
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1a4792
1a4792
* Tue Oct 16 2012 Thomas Woerner <twoerner@redhat.com> - 8.3-2
1a4792
- xemacs is not available on RHEL (RHBZ#866841)
1a4792
1a4792
* Sun Sep  2 2012 Ville Skyttä <ville.skytta@iki.fi> - 8.3-1
1a4792
- Update to 8.3.
1a4792
- Drop specfile constructs no longer needed with Fedora's rpm.
1a4792
1a4792
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2-3
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1a4792
1a4792
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2-2
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1a4792
1a4792
* Sat Nov 12 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.2-1
1a4792
- Update to 8.2.
1a4792
1a4792
* Tue Apr 26 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.1-1
1a4792
- Update to 8.1.
1a4792
1a4792
* Tue Mar  1 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.0-3
1a4792
- Require xemacs-filesystem on F-15+ (#672093).
1a4792
1a4792
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.0-2
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1a4792
1a4792
* Sun Feb  6 2011 Ville Skyttä <ville.skytta@iki.fi> - 8.0-1
1a4792
- Update to 8.0, fixes #519061 and #657594.
1a4792
1a4792
* Mon Sep 27 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.10-1
1a4792
- Update to 7.10, fixes #595135 and #619867.
1a4792
- Patch spectool to work with specfiles containing Icon or BuildArchitectures
1a4792
  (#637000).
1a4792
1a4792
* Thu May 20 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.9-1
1a4792
- Update to 7.9, fixes #588313 and #589705.
1a4792
1a4792
* Fri Apr 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-2
1a4792
- Require %%{_bindir}/man instead of man (#582932).
1a4792
1a4792
* Tue Feb 16 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.8-1
1a4792
- Update to 7.8, fixes #562316.
1a4792
1a4792
* Tue Feb  2 2010 Ville Skyttä <ville.skytta@iki.fi> - 7.7-1
1a4792
- Update to 7.7, fixes #558263.
1a4792
1a4792
* Mon Dec  7 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.6-1
1a4792
- Update to 7.6, fixes #528907.
1a4792
1a4792
* Thu Sep 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.5-1
1a4792
- Update to 7.5, fixes #502403.
1a4792
1a4792
* Fri Aug 21 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.4-1
1a4792
- Update to 7.4, fixes #215927 and #466353.
1a4792
- Patch spectool to make -s and -p to work as documented (Todd Zullinger).
1a4792
1a4792
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.3-2
1a4792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1a4792
1a4792
* Mon May 25 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.3-1
1a4792
- Release 7.3.
1a4792
1a4792
* Sat May 23 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add rpmdev-packager - script for getting rpm packager info.
1a4792
- Use rpmdev-packager in rpmdev-bumpspec and rpmdev-init.el.
1a4792
- Fix rpmdev-extract MIME type comparisons with file(1) output containing
1a4792
  parameters.
1a4792
1a4792
* Wed May 20 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.2-1
1a4792
- Release 7.2.
1a4792
1a4792
* Sun May  3 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add dummy spec template for ad-hoc testing.
1a4792
1a4792
* Sat May  2 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Improve newspec/newinit when only "-o foo" argument is given (#498588,
1a4792
  thanks to Edwin ten Brink).
1a4792
- Try to get packager mail address for *Emacs rpm-spec-mode from ~/.fedora.cert
1a4792
  if rpm-spec-user-mail-address is not set.
1a4792
- Add xz support to rpmdev-extract.
1a4792
1a4792
* Sat Apr 18 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Make bumpspec's use of "head" POSIX compliant.
1a4792
1a4792
* Thu Apr 16 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add rpmdev-newinit for easier access to the init script template, move the
1a4792
  template to %%{_sysconfdir}/rpmdevtools, improve reload action example.
1a4792
1a4792
* Tue Apr  7 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Speed up rpmls bash completion.
1a4792
1a4792
* Sat Apr  4 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.1-1
1a4792
- 7.1.
1a4792
- Make rpmdev-md5 and friends work on non-srpm package files too.
1a4792
1a4792
* Sun Mar 15 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add bash completion.
1a4792
1a4792
* Mon Mar  9 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add query format option to rmdevelrpms, sort output by NEVRA.
1a4792
1a4792
* Sun Feb 22 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Use %%global instead of %%define in spec templates.
1a4792
- Handle %%global in addition to %%define in rpmdev-bumpspec.
1a4792
1a4792
* Mon Jan 26 2009 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add result dependent exit statuses to rpmdev-vercmp.
1a4792
1a4792
* Fri Dec 26 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add minimum version to rpm-python dependency (for rpmdev-bumpspec).
1a4792
1a4792
* Fri Dec 26 2008 Ville Skyttä <ville.skytta@iki.fi> - 7.0-1
1a4792
- 7.0.
1a4792
- Drop fonts spec template, adapt to new ones from Fedora fonts SIG (#477055).
1a4792
- Add man page for rpmdev-newspec.
1a4792
1a4792
* Tue Dec 16 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add imake and intltool to internal list of devel packages in rmdevelrpms.
1a4792
1a4792
* Sat Dec 13 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add rpmdev-sha*/*sum companions to rpmdev-md5 (ticket #7).
1a4792
1a4792
* Wed Nov 26 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add vamp-plugin-sdk to internal list of non-devel packages in rmdevelrpms
1a4792
  (#472641, Michael Schwendt).
1a4792
1a4792
* Thu Nov 20 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Drop "minimal buildroot" dependencies.
1a4792
- Drop fedora-rpmdevtools Obsoletes.
1a4792
1a4792
* Mon Oct 13 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Show available types in rpmdev-newspec --help (ticket #6, Todd Zullinger).
1a4792
1a4792
* Fri Sep 26 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add -r/--rightmost option to rpmdev-bumpspec (ticket #1, Thorsten Leemhuis).
1a4792
- Add %%packager from rpm config to the set of defaults for rpmdev-bumpspec's
1a4792
  user string.
1a4792
1a4792
* Thu Sep 25 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Bring rpmdev-bumpspec copyright holder closer to truth (Michael Schwendt).
1a4792
1a4792
* Mon Sep 22 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Switch to lzma compressed tarball.
1a4792
1a4792
* Sun Sep  7 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Improve arch specific %%files in perl spec template (#461177, Chris Weyl).
1a4792
1a4792
* Sun Aug  3 2008 Ville Skyttä <ville.skytta@iki.fi> - 6.7-1
1a4792
- 6.7.
1a4792
- Make rpmdev-diff, rpmdev-md5 and rpminfo honor TMPDIR.
1a4792
1a4792
* Sat Apr 26 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Make rpmls work with URLs.
1a4792
1a4792
* Sun Apr 20 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Include rpm arch in dir names created by rpmdev-extract (#443266).
1a4792
1a4792
* Fri Apr 18 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Remove duplicate "reload" from case block in init script template.
1a4792
- Fix exit status of "reload" in case service is not running in init
1a4792
  script template (#442993).
1a4792
1a4792
* Thu Mar 27 2008 Ville Skyttä <ville.skytta@iki.fi> - 6.6-1
1a4792
- Fix man page generation.
1a4792
1a4792
* Wed Mar 26 2008 Ville Skyttä <ville.skytta@iki.fi> - 6.5-1
1a4792
- 6.5.
1a4792
1a4792
* Sun Mar 23 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Generate man pages at build time.
1a4792
1a4792
* Sat Mar 22 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Remove libgcj-devel and zlib-devel from rmdevelrpms' internal exclusion
1a4792
  list, they're not essential on non-devel systems any more.
1a4792
1a4792
* Mon Mar 17 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Include ocaml spec template.
1a4792
1a4792
* Tue Mar 11 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Include Michael Schwendt's bumpspecfile.py (as rpmdev-bumpspec).
1a4792
1a4792
* Tue Feb 12 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Sync with qa-robot upstream.
1a4792
- Update spectool to 1.0.10.
1a4792
1a4792
* Sun Feb  3 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add support for 7-zip, lzma and lzo in rpmdev-extract.
1a4792
1a4792
* Fri Feb  1 2008 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add ';;' to the init script template's reload action.
1a4792
1a4792
* Sat Dec  8 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add fonts spec template from the Fedora Fonts SIG (#407781).
1a4792
- Add option to use macro style instead of shell style variables to newspec.
1a4792
- Prefer ~/.config/rpmdevtools/rmdevelrpms.conf over ~/.rmdevelrpmsrc in
1a4792
  rmdevelrpms.
1a4792
1a4792
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.4-1
1a4792
- Import the previous fix into CVS to resync, bump version
1a4792
1a4792
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.3-1
1a4792
- Fix paths in qa-robot tools
1a4792
1a4792
* Sat Sep  8 2007 Ville Skyttä <ville.skytta@iki.fi> - 6.2-1
1a4792
- Sync deps with Fedora's new "assumed present in buildroots" packages list.
1a4792
1a4792
* Thu Sep  6 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Init script template cleanups.
1a4792
1a4792
* Tue Aug 28 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Update rpminfo to version 2004-07-07-02.
1a4792
1a4792
* Fri Aug 10 2007 Ville Skyttä <ville.skytta@iki.fi> - 6.1-1
1a4792
- Sync COPYING with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
1a4792
1a4792
* Mon Aug  6 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Work around #250990 in rpmls and rpmdev-extract.
1a4792
- Clarify copyright info of rpmdev-* and rpmls.
1a4792
1a4792
* Sat Jul  7 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Fix Epoch handling in the 2-arg form of rpmdev-vercmp with yum < 3.1.2.
1a4792
- The long form of the list option in rmdevelrpms is --list-only, not --list.
1a4792
1a4792
* Thu Jul  5 2007 Ville Skyttä <ville.skytta@iki.fi> - 6.0-1
1a4792
- Remove check-{buildroot,rpaths*}, now included in rpm-build >= 4.4.2.1.
1a4792
- Drop explicit dependency on patch, pulled in by recent rpm-build.
1a4792
- Add cmake and scons to default devel package list in rpmdev-rmdevelrpms.
1a4792
- Add LSB comment block to init script template.
1a4792
1a4792
* Wed Jun 27 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add 2-argument form for comparing EVR strings to rpmdev-vercmp
1a4792
  (available only if rpmUtils.miscutils is available).
1a4792
1a4792
* Sat Jun 16 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Include rpmsodiff and dependencies (rpmargs, rpmelfsym, rpmfile, rpmpeek,
1a4792
  rpmsoname) from ALT Linux's qa-robot package.
1a4792
- Include rpmls (#213778).
1a4792
1a4792
* Fri Jun 15 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Update spectool to 1.0.9 (#243731).
1a4792
1a4792
* Wed Apr 11 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add --list-only option to rmdevelrpms (Thorsten Leemhuis).
1a4792
1a4792
* Tue Mar 13 2007 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- BR perl(ExtUtils::MakeMaker) by default in perl spec template.
1a4792
- Drop deprecated backwards compatibility with fedora-rpmdevtools.
1a4792
- Update URL.
1a4792
1a4792
* Wed Nov  8 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Arch-qualify output of matched packages in rmdevelrpms and allow
1a4792
  arch-qualified packages in the config file.
1a4792
1a4792
* Wed Oct 25 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.3-1
1a4792
- Update spectool to 1.0.8, fixes #212108.
1a4792
1a4792
* Mon Oct  2 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.2-1
1a4792
- Skip *.jar.so.debug in check-buildroot (#208903).
1a4792
- Treat yasm and *-static as devel packages in rmdevelrpms.
1a4792
1a4792
* Sat Sep  9 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.1-1
1a4792
- Re-add PHP PEAR spec template, more improvements to it (#198706,
1a4792
  Christopher Stone, Remi Collet).
1a4792
1a4792
* Tue Aug 22 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.0-2
1a4792
- Migrate rmdevelrpms config when upgrading from fedora-rpmdevtools.
1a4792
1a4792
* Sun Aug 20 2006 Ville Skyttä <ville.skytta@iki.fi> - 5.0-1
1a4792
- Re-rename almost everything to rpmdev-*, with backwards compat symlinks.
1a4792
- Don't encourage %%ghost'ing *.pyo in Python spec template, add some comments.
1a4792
- Drop PHP PEAR spec template, it's not ready yet.
1a4792
1a4792
* Wed Aug  2 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Treat *-sdk as devel packages in rmdevelrpms (#199909).
1a4792
- Don't assume compface is a devel package in rmdevelrpms.
1a4792
1a4792
* Thu Jul 20 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Mark things that are not needed for noarch module packages in the Perl
1a4792
  spec template.
1a4792
1a4792
* Wed Jul 19 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Move option arguments to "find" before non-option ones in Perl spec template.
1a4792
- Drop python-abi dependency from Python spec template (#189947).
1a4792
1a4792
* Tue Jul 18 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add PHP PEAR spec template (#198706, Christopher Stone).
1a4792
1a4792
* Mon Jul 17 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Drop fedora- prefix everywhere, add backcompat symlinks for execubtables.
1a4792
- Move %%{_sysconfdir}/fedora to %%{_sysconfdir}/rpmdevtools and
1a4792
  %%{_datadir}/fedora to %%{_datadir}/rpmdevtools.
1a4792
- Move spec templates to %%{_sysconfdir}/rpmdevtools, mark as config.
1a4792
- Bump version to 5.0.
1a4792
1a4792
* Sun Jul 16 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Drop fedora-kmodhelper.
1a4792
- Drop fedora-installdevkeys and GPG keys, modify rpmchecksig to use
1a4792
  the system rpmdb.
1a4792
1a4792
* Sat Jul 15 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Sort rmdevelrpms' output.
1a4792
1a4792
* Fri Jul  7 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Improve ruby spec template (#180066, David Lutterkort).
1a4792
1a4792
* Mon Jun  5 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add manual pages for rmdevelrpms, diffarchive and extract.
1a4792
- Trim pre-2005 changelog entries.
1a4792
- Autotoolize source tree.
1a4792
1a4792
* Tue May 16 2006 Ville Skyttä <ville.skytta@iki.fi> - 1.6-1
1a4792
- Add spec template for library packages (#185606, Ignacio Vazquez-Abrams).
1a4792
1a4792
* Sun Feb 26 2006 Ville Skyttä <ville.skytta@iki.fi> - 1.5-1
1a4792
- Improve diffarchive and extract error messages.
1a4792
1a4792
* Fri Feb 24 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Update spectool to 1.0.7 (#162253).
1a4792
1a4792
* Thu Feb  9 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add file(1) based archive type detection to fedora-extract.
1a4792
1a4792
* Wed Feb  8 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add "diff file lists only" option to diffarchive.
1a4792
1a4792
* Sun Feb  5 2006 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Add Ruby spec template (#180066, Oliver Andrich) and make newrpmspec
1a4792
  use it for ruby-*.
1a4792
1a4792
* Sat Feb  4 2006 Ville Skyttä <ville.skytta@iki.fi> - 1.4-2
1a4792
- Fix rpath checker tests with bash 3.1 (#178636, Enrico Scholz).
1a4792
1a4792
* Fri Dec 30 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.4-1
1a4792
- Update spectool to 1.0.6 (#176521).
1a4792
1a4792
* Wed Dec 28 2005 Ville Skyttä <ville.skytta@iki.fi>
1a4792
- Update spectool to 1.0.5 (#162253), require wget for it.
1a4792
- Add disttags to spec templates.
1a4792
1a4792
* Thu Oct 27 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.3-1
1a4792
- check-rpaths-worker: detect when RPATH references the parent directory
1a4792
  of an absolute path (#169298, Enrico Scholz).
1a4792
- Add regression test for check-rpaths* (#169298, Enrico Scholz).
1a4792
- Honor user's indent-tabs-mode setting in fedora-init.el (#170902).
1a4792
1a4792
* Fri Oct  7 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.2-1
1a4792
- check-buildroot: grep for buildroot as a fixed string, not a regexp.
1a4792
- Update FSF's address in copyright notices.
1a4792
- check-rpaths-worker: allow multiple $ORIGIN paths in an RPATH and allow
1a4792
  RPATHs which are relative to $ORIGIN (#169298, Enrico Scholz).
1a4792
- check-rpaths-worker: give out an hint about usage and the detected issues
1a4792
  at the first detected error (Enrico Scholz).
1a4792
- Remove some redundancy from the Perl spec template.
1a4792
- Teach fedora-newrpmspec to detect and use different specfile variants.
1a4792
- Use fedora-newrpmspec in fedora-init.el.
1a4792
1a4792
* Fri Jul  8 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.1-1
1a4792
- Drop more pre-FC2 compat stuff from Perl spec template.
1a4792
- Treat gcc-gfortran as a devel package in rmdevelrpms.
1a4792
- Drop fedora.us GPG key.
1a4792
1a4792
* Thu Mar 24 2005 Ville Skyttä <ville.skytta@iki.fi> - 1.0-1
1a4792
- Make fedora-diffarchive work better with archives containing dirs without
1a4792
  read/execute permissions.
1a4792
- Sync "Epoch: 0" drops with Fedora Extras CVS.
1a4792
- Include Nils Philippsen's spectool.
1a4792
- Own (%%ghost'd) more dirs from the site-lisp dir hierarchies.
1a4792
- Drop trigger support pre-FC2 Emacs and XEmacs packages.
1a4792
- Drop rpm-spec-mode.el patch, no longer needed for FC2 Emacs and later.
1a4792
- Update URLs.
1a4792
- Drop developer GPG keys from the package, add Fedora Extras key.
1a4792
- Drop fedora-pkgannfmt, it's no longer relevant.
1a4792
- Remove pre-FC2 compatibility stuff from Perl spec template.
1a4792
- Don't try to remove gcc-java and related packages by default in rmdevelrpms.
1a4792
- Remove "full featured" spec template, convert newrpmspec to use -minimal.
1a4792
1a4792
* Sun Feb  6 2005 Ville Skyttä <ville.skytta@iki.fi> - 0:0.3.1-1
1a4792
- Make buildrpmtree and wipebuildtree less dependent on a specific
1a4792
  configuration (#147014, Ignacio Vazquez-Abrams).
1a4792
1a4792
* Tue Jan 18 2005 Ville Skyttä <ville.skytta@iki.fi> - 0:0.3.0-1
1a4792
- Remove 0.fdr. prefixes and epoch 0's from all spec templates.
1a4792
- Add try-restart action to init script template.
1a4792
- Remove deprecated fedora-diffrpm and fedora-unrpm.
1a4792
- Install check-* to %%{_prefix}/lib/rpm instead of %%{_libdir}/rpm (bug 2351).
1a4792
- Check both %%{_prefix}/lib and %%{_prefix}/lib64 in the xemacs trigger.
1a4792
- Update rpminfo to 2004-07-07-01 and include it in the tarball.