Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2c80fd39e | |||
| ccc5b397da | |||
| ba3df849f2 | |||
| 02ebcf8792 | |||
| 0f122f194a | |||
| 5b303311c6 | |||
| 51dbc45a6f | |||
| 888d65e18e | |||
| b74333061d |
+22
-37
@@ -4,10 +4,7 @@
|
||||
|
||||
Name: rpmdevtools
|
||||
Version: 6.4
|
||||
# 0.x series is vanilla rpmdevtools 6.x except that it includes the
|
||||
# fedora-rpmdevtools backwards compatibility features dropped in vanilla
|
||||
# 6.x versions. 0.x series is intended to be shipped for Fedora <= 7 only.
|
||||
Release: 0.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: RPM Development Tools
|
||||
|
||||
Group: Development/Tools
|
||||
@@ -20,7 +17,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
Provides: spectool = %{spectool_version}
|
||||
Provides: fedora-rpmdevtools = %{version}
|
||||
Obsoletes: fedora-rpmdevtools < 5.0
|
||||
# Minimal RPM build requirements
|
||||
Requires: bash
|
||||
@@ -95,32 +91,11 @@ for dir in %{emacs_sitestart_d} %{xemacs_sitestart_d} ; do
|
||||
touch $RPM_BUILD_ROOT$dir/rpmdev-init.elc
|
||||
done
|
||||
|
||||
# Backwards compatibility symlinks
|
||||
ln -s rpmdev-checksig $RPM_BUILD_ROOT%{_bindir}/fedora-rpmchecksig
|
||||
ln -s rpmdev-diff $RPM_BUILD_ROOT%{_bindir}/fedora-diffarchive
|
||||
ln -s rpmdev-extract $RPM_BUILD_ROOT%{_bindir}/fedora-extract
|
||||
ln -s rpmdev-md5 $RPM_BUILD_ROOT%{_bindir}/fedora-md5
|
||||
ln -s rpmdev-newspec $RPM_BUILD_ROOT%{_bindir}/fedora-newrpmspec
|
||||
ln -s rpmdev-rmdevelrpms $RPM_BUILD_ROOT%{_bindir}/fedora-rmdevelrpms
|
||||
ln -s rpmdev-setuptree $RPM_BUILD_ROOT%{_bindir}/fedora-buildrpmtree
|
||||
ln -s rpmdev-vercmp $RPM_BUILD_ROOT%{_bindir}/fedora-rpmvercmp
|
||||
ln -s rpmdev-wipetree $RPM_BUILD_ROOT%{_bindir}/fedora-wipebuildtree
|
||||
ln -s rpminfo $RPM_BUILD_ROOT%{_bindir}/fedora-rpminfo
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%post
|
||||
# Upgrade from fedora-rpmdevtools:
|
||||
oldconf=%{_sysconfdir}/fedora/rmdevelrpms.conf
|
||||
if [ $1 -eq 1 -a -f $oldconf ] ; then
|
||||
echo "5615a64d80f6e6b4df77b3ab0ef1469c $oldconf" \
|
||||
| md5sum -c --status - >/dev/null 2>&1 || \
|
||||
cat $oldconf > %{_sysconfdir}/rpmdevtools/rmdevelrpms.conf || :
|
||||
fi
|
||||
|
||||
%triggerin -- emacs-common
|
||||
[ -d %{emacs_sitestart_d} ] && \
|
||||
ln -sf %{_datadir}/rpmdevtools/rpmdev-init.el %{emacs_sitestart_d} || :
|
||||
@@ -141,7 +116,6 @@ fi
|
||||
%doc COPYING README*
|
||||
%config(noreplace) %{_sysconfdir}/rpmdevtools/
|
||||
%{_datadir}/rpmdevtools/
|
||||
%{_bindir}/fedora-*
|
||||
%{_bindir}/rpm*
|
||||
%{_bindir}/spectool
|
||||
%ghost %{_datadir}/*emacs
|
||||
@@ -149,27 +123,35 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 1 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.4-0.1
|
||||
- Update to 6.4:
|
||||
- Fix paths in qa-robot tools (#361831, Lubomir Kundrak).
|
||||
* 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
|
||||
|
||||
* Sat Sep 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.2-1
|
||||
- Sync deps with Fedora's new "assumed present in buildroots" packages list.
|
||||
|
||||
* Thu Sep 6 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Init script template cleanups.
|
||||
|
||||
* Tue Aug 28 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Update rpminfo to version 2004-07-07-02.
|
||||
|
||||
* Mon Aug 13 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.1-0.1
|
||||
- Remove check-{buildroot,rpaths*}, now included in rpm-build >= 4.4.2.1.
|
||||
- Include rpmsodiff and dependencies (rpmargs, rpmelfsym, rpmfile, rpmpeek,
|
||||
rpmsoname) from ALT Linux's qa-robot package.
|
||||
- Drop explicit dependency on patch, pulled in by recent rpm-build.
|
||||
* Fri Aug 10 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.1-1
|
||||
- Sync COPYING with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
|
||||
|
||||
* Mon Aug 6 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Work around #250990 in rpmls and rpmdev-extract.
|
||||
- Clarify copyright info of rpmdev-* and rpmls.
|
||||
|
||||
* Sat Jul 7 2007 Ville Skyttä <ville.skytta at iki.fi> - 5.4-1
|
||||
* Sat Jul 7 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Fix Epoch handling in the 2-arg form of rpmdev-vercmp with yum < 3.1.2.
|
||||
- The long form of the list option in rmdevelrpms is --list-only, not --list.
|
||||
|
||||
* Thu Jul 5 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
* Thu Jul 5 2007 Ville Skyttä <ville.skytta at iki.fi> - 6.0-1
|
||||
- Remove check-{buildroot,rpaths*}, now included in rpm-build >= 4.4.2.1.
|
||||
- Drop explicit dependency on patch, pulled in by recent rpm-build.
|
||||
- Add cmake and scons to default devel package list in rpmdev-rmdevelrpms.
|
||||
- Add LSB comment block to init script template.
|
||||
|
||||
@@ -178,6 +160,8 @@ fi
|
||||
(available only if rpmUtils.miscutils is available).
|
||||
|
||||
* Sat Jun 16 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- Include rpmsodiff and dependencies (rpmargs, rpmelfsym, rpmfile, rpmpeek,
|
||||
rpmsoname) from ALT Linux's qa-robot package.
|
||||
- Include rpmls (#213778).
|
||||
|
||||
* Fri Jun 15 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
@@ -188,6 +172,7 @@ fi
|
||||
|
||||
* Tue Mar 13 2007 Ville Skyttä <ville.skytta at iki.fi>
|
||||
- BR perl(ExtUtils::MakeMaker) by default in perl spec template.
|
||||
- Drop deprecated backwards compatibility with fedora-rpmdevtools.
|
||||
- Update URL.
|
||||
|
||||
* Wed Nov 8 2006 Ville Skyttä <ville.skytta at iki.fi>
|
||||
|
||||
Reference in New Issue
Block a user