From da44d80ec48b96ce74c7c148d924337450042e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 26 Mar 2008 21:32:52 +0000 Subject: [PATCH] =?UTF-8?q?-=206.5.=20Sun=20Mar=2023=202008=20Ville=20Skyt?= =?UTF-8?q?t=C3=A4=20=20-=20Generate=20man=20p?= =?UTF-8?q?ages=20at=20build=20time.=20Sat=20Mar=2022=202008=20Ville=20Sky?= =?UTF-8?q?tt=C3=A4=20=20-=20Remove=20libgcj-d?= =?UTF-8?q?evel=20and=20zlib-devel=20from=20rmdevelrpms'=20internal=20excl?= =?UTF-8?q?usion=20=20=20=20=20list,=20they're=20not=20essential=20on=20no?= =?UTF-8?q?n-devel=20systems=20any=20more.=20Mon=20Mar=2017=202008=20Ville?= =?UTF-8?q?=20Skytt=C3=A4=20=20-=20Include=20o?= =?UTF-8?q?caml=20spec=20template.=20Tue=20Mar=2011=202008=20Ville=20Skytt?= =?UTF-8?q?=C3=A4=20=20-=20Include=20Michael?= =?UTF-8?q?=20Schwendt's=20bumpspecfile.py=20(as=20rpmdev-bumpspec).=20Tue?= =?UTF-8?q?=20Feb=2012=202008=20Ville=20Skytt=C3=A4=20=20-=20Sync=20with=20qa-robot=20upstream.=20-=20Updat?= =?UTF-8?q?e=20spectool=20to=201.0.10.=20Sun=20Feb=203=202008=20Ville=20Sk?= =?UTF-8?q?ytt=C3=A4=20=20-=20Add=20support=20?= =?UTF-8?q?for=207-zip,=20lzma=20and=20lzo=20in=20rpmdev-extract.=20Fri=20?= =?UTF-8?q?Feb=201=202008=20Ville=20Skytt=C3=A4=20=20-=20Add=20';;'=20to=20the=20init=20script=20template's?= =?UTF-8?q?=20reload=20action.=20Sat=20Dec=208=202007=20Ville=20Skytt?= =?UTF-8?q?=C3=A4=20=20-=20Add=20fonts=20spec?= =?UTF-8?q?=20template=20from=20the=20Fedora=20Fonts=20SIG=20(#407781).=20?= =?UTF-8?q?-=20Add=20option=20to=20use=20macro=20style=20instead=20of=20sh?= =?UTF-8?q?ell=20style=20variables=20to=20=20=20=20=20newspec.=20-=20Prefe?= =?UTF-8?q?r=20~/.config/rpmdevtools/rmdevelrpms.conf=20over=20~/.rmdevelr?= =?UTF-8?q?pmsrc=20in=20=20=20=20=20rmdevelrpms.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 4 ++-- rpmdevtools.spec | 43 +++++++++++++++++++++++++++++++++++++++---- sources | 4 ++-- 3 files changed, 43 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 526bb61..43fc5e0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -spectool-1.0.9.tar.bz2 -rpmdevtools-6.4.tar.bz2 +rpmdevtools-6.5.tar.bz2 +spectool-1.0.10.tar.bz2 diff --git a/rpmdevtools.spec b/rpmdevtools.spec index e0c632b..245b851 100644 --- a/rpmdevtools.spec +++ b/rpmdevtools.spec @@ -1,21 +1,23 @@ %define emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d %define xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d -%define spectool_version 1.0.9 +%define spectool_version 1.0.10 Name: rpmdevtools -Version: 6.4 +Version: 6.5 Release: 1%{?dist} Summary: RPM Development Tools Group: Development/Tools # rpmdev-setuptree is GPLv2, everything else GPLv2+ License: GPLv2+ and GPLv2 -URL: http://fedoraproject.org/ -Source0: %{name}-%{version}.tar.bz2 +URL: https://fedorahosted.org/rpmdevtools/ +Source0: http://scop.fedorapeople.org/rpmdevtools/%{name}-%{version}.tar.bz2 Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: help2man +BuildRequires: %{_bindir}/pod2man Provides: spectool = %{spectool_version} Obsoletes: fedora-rpmdevtools < 5.0 # Minimal RPM build requirements @@ -65,6 +67,7 @@ rpmdev-vercmp RPM version comparison checker spectool Expand and download sources and patches in specfiles rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree rpmdev-extract Extract various archives, "tar xvf" style +rpmdev-bumpspec Bump revision in specfile ...and many more. @@ -123,6 +126,38 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 26 2008 Ville Skyttä - 6.5-1 +- 6.5. + +* Sun Mar 23 2008 Ville Skyttä +- Generate man pages at build time. + +* Sat Mar 22 2008 Ville Skyttä +- Remove libgcj-devel and zlib-devel from rmdevelrpms' internal exclusion + list, they're not essential on non-devel systems any more. + +* Mon Mar 17 2008 Ville Skyttä +- Include ocaml spec template. + +* Tue Mar 11 2008 Ville Skyttä +- Include Michael Schwendt's bumpspecfile.py (as rpmdev-bumpspec). + +* Tue Feb 12 2008 Ville Skyttä +- Sync with qa-robot upstream. +- Update spectool to 1.0.10. + +* Sun Feb 3 2008 Ville Skyttä +- Add support for 7-zip, lzma and lzo in rpmdev-extract. + +* Fri Feb 1 2008 Ville Skyttä +- Add ';;' to the init script template's reload action. + +* Sat Dec 8 2007 Ville Skyttä +- Add fonts spec template from the Fedora Fonts SIG (#407781). +- Add option to use macro style instead of shell style variables to newspec. +- Prefer ~/.config/rpmdevtools/rmdevelrpms.conf over ~/.rmdevelrpmsrc in + rmdevelrpms. + * Fri Oct 12 2007 Lubomir Kundrak - 6.4-1 - Import the previous fix into CVS to resync, bump version diff --git a/sources b/sources index 94bcc61..0896494 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -b3563111a44656efd3a2d9b44b830562 spectool-1.0.9.tar.bz2 -52c257170fb8de032196f04859bdee2c rpmdevtools-6.4.tar.bz2 +314c9ecaa1f3e8113e54d2d0c64be237 rpmdevtools-6.5.tar.bz2 +d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2