diff options
| author | Kalev Lember <kalev@smartlink.ee> | 2010-09-06 12:28:17 (GMT) |
|---|---|---|
| committer | Kalev Lember <kalev@smartlink.ee> | 2010-09-06 12:28:17 (GMT) |
| commit | 7034ac899f074b4bed02090fb271ecb10d7266fb (patch) | |
| tree | 0332df57f513f96b1537b7164eec0eaab0e941cd | |
| parent | d8bcc2f5ac2ba0cde140fe0682286dfaf5c2a2fb (diff) | |
| download | mingw32-filesystem-7034ac899f074b4bed02090fb271ecb10d7266fb.zip mingw32-filesystem-7034ac899f074b4bed02090fb271ecb10d7266fb.tar.gz mingw32-filesystem-7034ac899f074b4bed02090fb271ecb10d7266fb.tar.bz2 | |
Own /etc/rpmlint/ dir instead of depending on rpmlint package (RHBZ#629791)
| -rw-r--r-- | mingw32-filesystem.spec | 9 |
1 files changed, 5 insertions, 4 deletions
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 <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). |
