summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-02-17 22:33:02 -0600
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-02-17 22:33:02 -0600
commit3d599131ab55303044f24a8e8552f0a49c5b9194 (patch)
tree2386f876ee0bc0f0272b98571d45ffc01f7af706
parent6b1fe9d630a7841c6a8f0de18af1cdc7d5593609 (diff)
downloadcygwin-zlib-3d599131ab55303044f24a8e8552f0a49c5b9194.tar.gz
cygwin-zlib-3d599131ab55303044f24a8e8552f0a49c5b9194.tar.xz
cygwin-zlib-3d599131ab55303044f24a8e8552f0a49c5b9194.zip
Added debuginfo package
-rw-r--r--cygwin-zlib.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/cygwin-zlib.spec b/cygwin-zlib.spec
index 794f42a..eece76b 100644
--- a/cygwin-zlib.spec
+++ b/cygwin-zlib.spec
@@ -3,11 +3,11 @@
%global _use_internal_dependency_generator 0
%global __find_requires %{_cygwin_findrequires}
%global __find_provides %{_cygwin_findprovides}
-%define __os_install_post %{_cygwin_os_install_post}
+%define __debug_install_post %{_cygwin_debug_install_post}
Name: cygwin-zlib
Version: 1.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Cygwin zlib compression library
License: zlib
@@ -36,6 +36,9 @@ Requires: cygwin-zlib = %{version}-%{release}
The cygwin-zlib-static package contains static library for cygwin-zlib development.
+%{_cygwin_debug_package}
+
+
%prep
%setup -q -n zlib-%{version}
%patch0 -p1 -b .gentoo
@@ -50,6 +53,7 @@ RANLIB=%{_cygwin_ranlib} \
make -f win32/Makefile.gcc \
CFLAGS="%{_cygwin_cflags}" \
PREFIX=%{_cygwin_target}- \
+ STRIP=: \
SHAREDLIB=cygz.dll \
IMPLIB=libz.dll.a \
all
@@ -88,5 +92,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Feb 17 2011 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 1.2.5-2
+- Added debuginfo package.
+
* Wed Feb 16 2011 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 1.2.5-1
- Initial RPM release, largely based on mingw32-zlib.