Blame SPECS/rpmdevtools.spec

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