Compare commits

...

4 Commits

Author SHA1 Message Date
Ville Skyttä 608037954d - 6.7.
- Make rpmdev-diff, rpmdev-md5 and rpminfo honor TMPDIR.
Sat Apr 26 2008 Ville Skyttä <ville.skytta at iki.fi>
- Make rpmls work with URLs.
Sun Apr 20 2008 Ville Skyttä <ville.skytta at iki.fi>
- Include rpm arch in dir names created by rpmdev-extract (#443266).
Fri Apr 18 2008 Ville Skyttä <ville.skytta at iki.fi>
- Remove duplicate "reload" from case block in init script template.
- Fix exit status of "reload" in case service is not running in init script
    template (#442993).
2008-08-03 10:03:10 +00:00
Ville Skyttä e78960a8e5 - Fix man page generation. 2008-03-26 22:40:31 +00:00
Ville Skyttä da44d80ec4 - 6.5.
Sun Mar 23 2008 Ville Skyttä <ville.skytta at iki.fi>
- Generate man pages at build time.
Sat Mar 22 2008 Ville Skyttä <ville.skytta at iki.fi>
- 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ä <ville.skytta at iki.fi>
- Include ocaml spec template.
Tue Mar 11 2008 Ville Skyttä <ville.skytta at iki.fi>
- Include Michael Schwendt's bumpspecfile.py (as rpmdev-bumpspec).
Tue Feb 12 2008 Ville Skyttä <ville.skytta at iki.fi>
- Sync with qa-robot upstream.
- Update spectool to 1.0.10.
Sun Feb 3 2008 Ville Skyttä <ville.skytta at iki.fi>
- Add support for 7-zip, lzma and lzo in rpmdev-extract.
Fri Feb 1 2008 Ville Skyttä <ville.skytta at iki.fi>
- Add ';;' to the init script template's reload action.
Sat Dec 8 2007 Ville Skyttä <ville.skytta at iki.fi>
- 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.
2008-03-26 21:32:52 +00:00
Lubomir Rintel 02ebcf8792 - Import the previous fix into CVS to resync, bump version 2007-10-12 18:54:20 +00:00
3 changed files with 67 additions and 8 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
spectool-1.0.9.tar.bz2
rpmdevtools-6.3.tar.bz2
spectool-1.0.10.tar.bz2
rpmdevtools-6.7.tar.bz2
+63 -4
View File
@@ -1,21 +1,26 @@
%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.3
Version: 6.7
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
# All build deps for man page generation
BuildRequires: help2man
BuildRequires: %{_bindir}/pod2man
BuildRequires: python
BuildRequires: rpm-python
Provides: spectool = %{spectool_version}
Obsoletes: fedora-rpmdevtools < 5.0
# Minimal RPM build requirements
@@ -65,6 +70,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 +129,59 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Aug 3 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.7-1
- 6.7.
- Make rpmdev-diff, rpmdev-md5 and rpminfo honor TMPDIR.
* Sat Apr 26 2008 Ville Skyttä <ville.skytta at iki.fi>
- Make rpmls work with URLs.
* Sun Apr 20 2008 Ville Skyttä <ville.skytta at iki.fi>
- Include rpm arch in dir names created by rpmdev-extract (#443266).
* Fri Apr 18 2008 Ville Skyttä <ville.skytta at iki.fi>
- Remove duplicate "reload" from case block in init script template.
- Fix exit status of "reload" in case service is not running in init
script template (#442993).
* Thu Mar 27 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.6-1
- Fix man page generation.
* Wed Mar 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 6.5-1
- 6.5.
* Sun Mar 23 2008 Ville Skyttä <ville.skytta at iki.fi>
- Generate man pages at build time.
* Sat Mar 22 2008 Ville Skyttä <ville.skytta at iki.fi>
- 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ä <ville.skytta at iki.fi>
- Include ocaml spec template.
* Tue Mar 11 2008 Ville Skyttä <ville.skytta at iki.fi>
- Include Michael Schwendt's bumpspecfile.py (as rpmdev-bumpspec).
* Tue Feb 12 2008 Ville Skyttä <ville.skytta at iki.fi>
- Sync with qa-robot upstream.
- Update spectool to 1.0.10.
* Sun Feb 3 2008 Ville Skyttä <ville.skytta at iki.fi>
- Add support for 7-zip, lzma and lzo in rpmdev-extract.
* Fri Feb 1 2008 Ville Skyttä <ville.skytta at iki.fi>
- Add ';;' to the init script template's reload action.
* Sat Dec 8 2007 Ville Skyttä <ville.skytta at iki.fi>
- 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 <lkundrak@redhat.com> - 6.4-1
- Import the previous fix into CVS to resync, bump version
* Fri Oct 12 2007 Lubomir Kundrak <lkundrak@redhat.com> - 6.3-1
- Fix paths in qa-robot tools
+2 -2
View File
@@ -1,2 +1,2 @@
b3563111a44656efd3a2d9b44b830562 spectool-1.0.9.tar.bz2
120215963d96a4200c75542f788d6ed5 rpmdevtools-6.3.tar.bz2
d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2
819ece90d6be10c4ed85cc4a6975589c rpmdevtools-6.7.tar.bz2