Skip to content

Commit

Permalink
do not provide pkgconfig deps in system namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 7, 2013
1 parent b5e4487 commit c08184b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crossmingw32-zlib.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Summary: Library for compression and decompression - MinGW32 cross version
Summary(pl.UTF-8): Biblioteka z podprogramami do kompresji i dekompresji - wersja skrośna dla MinGW32
Name: crossmingw32-%{realname}
Version: 1.2.7
Release: 1
Release: 2
License: BSD
Group: Development/Libraries
Source0: http://www.zlib.net/current/%{realname}-%{version}.tar.gz
Expand All @@ -37,6 +37,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _dlldir /usr/share/wine/windows/system
%define __cc %{target}-gcc
%define __cxx %{target}-g++
%define __pkgconfig_provides %{nil}

%ifarch alpha sparc sparc64 sparcv9
%define optflags -O2
Expand Down

0 comments on commit c08184b

Please sign in to comment.