Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a700fc3c2e | |||
| 4f46771124 | |||
| 12b366ed3f | |||
| 2e2ef762c3 | |||
| b04778d8e9 |
+1
-1
@@ -1,2 +1,2 @@
|
||||
spectool-1.0.10.tar.bz2
|
||||
rpmdevtools-7.3.tar.lzma
|
||||
rpmdevtools-7.0.tar.lzma
|
||||
|
||||
+5
-60
@@ -1,9 +1,9 @@
|
||||
%global emacs_sitestart_d %{_datadir}/emacs/site-lisp/site-start.d
|
||||
%global xemacs_sitestart_d %{_datadir}/xemacs/site-packages/lisp/site-start.d
|
||||
%global spectool_version 1.0.10
|
||||
%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.10
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 7.3
|
||||
Version: 7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
@@ -11,7 +11,7 @@ Group: Development/Tools
|
||||
# rpmdev-setuptree is GPLv2, everything else GPLv2+
|
||||
License: GPLv2+ and GPLv2
|
||||
URL: https://fedorahosted.org/rpmdevtools/
|
||||
Source0: https://fedorahosted.org/released/rpmdevtools/%{name}-%{version}.tar.lzma
|
||||
Source0: https://fedorahosted.org/releases/r/p/rpmdevtools/%{name}-%{version}.tar.lzma
|
||||
Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
@@ -34,8 +34,6 @@ Requires: rpm-build >= 4.4.2.1
|
||||
Requires: rpm-python
|
||||
Requires: sed
|
||||
Requires: wget
|
||||
# For _get_cword in bash completion snippet
|
||||
Conflicts: bash-completion < 20080705
|
||||
|
||||
%description
|
||||
This package contains scripts and (X)Emacs support files to aid in
|
||||
@@ -102,7 +100,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README*
|
||||
%config(noreplace) %{_sysconfdir}/rpmdevtools/
|
||||
%{_sysconfdir}/bash_completion.d/
|
||||
%{_datadir}/rpmdevtools/
|
||||
%{_bindir}/rpm*
|
||||
%{_bindir}/spectool
|
||||
@@ -111,58 +108,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.3-1
|
||||
- Release 7.3.
|
||||
|
||||
* Sat May 23 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Add rpmdev-packager - script for getting rpm packager info.
|
||||
- Use rpmdev-packager in rpmdev-bumpspec and rpmdev-init.el.
|
||||
- Fix rpmdev-extract MIME type comparisons with file(1) output containing
|
||||
parameters.
|
||||
|
||||
* Wed May 20 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.2-1
|
||||
- Release 7.2.
|
||||
|
||||
* Sun May 3 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Add dummy spec template for ad-hoc testing.
|
||||
|
||||
* Sat May 2 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Improve newspec/newinit when only "-o foo" argument is given (#498588,
|
||||
thanks to Edwin ten Brink).
|
||||
- Try to get packager mail address for *Emacs rpm-spec-mode from ~/.fedora.cert
|
||||
if rpm-spec-user-mail-address is not set.
|
||||
- Add xz support to rpmdev-extract.
|
||||
|
||||
* Sat Apr 18 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Make bumpspec's use of "head" POSIX compliant.
|
||||
|
||||
* Thu Apr 16 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Add rpmdev-newinit for easier access to the init script template, move the
|
||||
template to %%{_sysconfdir}/rpmdevtools, improve reload action example.
|
||||
|
||||
* Tue Apr 7 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Speed up rpmls bash completion.
|
||||
|
||||
* Sat Apr 4 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.1-1
|
||||
- 7.1.
|
||||
- Make rpmdev-md5 and friends work on non-srpm package files too.
|
||||
|
||||
* Sun Mar 15 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Add bash completion.
|
||||
|
||||
* Mon Mar 9 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Add query format option to rmdevelrpms, sort output by NEVRA.
|
||||
|
||||
* Sun Feb 22 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Use %%global instead of %%define in spec templates.
|
||||
- Handle %%global in addition to %%define in rpmdev-bumpspec.
|
||||
|
||||
* Mon Jan 26 2009 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Add result dependent exit statuses to rpmdev-vercmp.
|
||||
|
||||
* Fri Dec 26 2008 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Add minimum version to rpm-python dependency (for rpmdev-bumpspec).
|
||||
|
||||
* Fri Dec 26 2008 Ville Skyttä <ville.skytta at iki.fi> - 7.0-1
|
||||
- 7.0.
|
||||
- Drop fonts spec template, adapt to new ones from Fedora fonts SIG (#477055).
|
||||
|
||||
Reference in New Issue
Block a user