From 7034ac899f074b4bed02090fb271ecb10d7266fb Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sep 06 2010 12:28:17 +0000 Subject: Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791) --- diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec index df5058f..2194ec3 100644 --- a/mingw32-filesystem.spec +++ b/mingw32-filesystem.spec @@ -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 - 59-1 +- Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791) + * Fri Sep 3 2010 Richard W.M. Jones - 58-1 - Remove requires setup and rpm (RHBZ#629791).