Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791)

This commit is contained in:
Kalev Lember 2010-09-06 15:28:17 +03:00
parent d8bcc2f5ac
commit 7034ac899f

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: mingw32-filesystem
Version: 58
Version: 59
Release: 1%{?dist}
Summary: MinGW base filesystem and environment
@ -23,9 +23,6 @@ Source8: Toolchain-mingw32.cmake
Source9: mingw32-find-debuginfo.sh
Requires: pkgconfig
Requires: rpmlint >= 0.85-2
BuildRequires: rpmlint >= 0.85-2
# Note about 'Provides: mingw32(foo.dll)'
# ------------------------------------------------------------
@ -152,6 +149,7 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/rpm/macros.mingw32
%config(noreplace) %{_sysconfdir}/profile.d/mingw32.sh
#%config(noreplace) %{_sysconfdir}/profile.d/mingw32.csh
%dir %{_sysconfdir}/rpmlint
%config(noreplace) %{_sysconfdir}/rpmlint/mingw32-rpmlint.config
%{_bindir}/mingw32-configure
%{_bindir}/mingw32-make
@ -165,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Sep 06 2010 Kalev Lember <kalev@smartlink.ee> - 59-1
- Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791)
* Fri Sep 3 2010 Richard W.M. Jones <rjones@redhat.com> - 58-1
- Remove requires setup and rpm (RHBZ#629791).