- Fixed build root (bug #226445).

- Resolves: rhbz#226445
This commit is contained in:
Tim Waugh 2007-02-07 10:04:06 +00:00
parent a4d434bf92
commit e18313032d

View File

@ -2,14 +2,14 @@ Summary: A utility which maintains a system's symbolic links
Name: symlinks Name: symlinks
URL: ftp://metalab.unc.edu/pub/Linux/utils/file/ URL: ftp://metalab.unc.edu/pub/Linux/utils/file/
Version: 1.2 Version: 1.2
Release: 27%{?dist} Release: 28%{?dist}
Group: Applications/System Group: Applications/System
License: distributable License: distributable
Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz
Patch0: symlinks-1.2-nostatic.patch Patch0: symlinks-1.2-nostatic.patch
Patch1: symlinks-1.2-fixman.patch Patch1: symlinks-1.2-fixman.patch
Patch2: symlinks-1.2-short.patch Patch2: symlinks-1.2-short.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description %description
The symlinks utility performs maintenance on symbolic links. Symlinks The symlinks utility performs maintenance on symbolic links. Symlinks
@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/symlinks.8* %{_mandir}/man8/symlinks.8*
%changelog %changelog
* Wed Feb 7 2007 Tim Waugh <twaugh@redhat.com> 1.2-28
- Fixed build root (bug #226445).
* Tue Feb 6 2007 Tim Waugh <twaugh@redhat.com> 1.2-27 * Tue Feb 6 2007 Tim Waugh <twaugh@redhat.com> 1.2-27
- Fixed summary (bug #226445). - Fixed summary (bug #226445).
- Added token URL tag (bug #226445). - Added token URL tag (bug #226445).