From 69af803d684994f873d274903d59f2197eb42abe Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: May 10 2005 09:09:57 +0000 Subject: Disable stripping to get useful debuginfo packages. --- diff --git a/proftpd.spec b/proftpd.spec index 3671df5..823184f 100644 --- a/proftpd.spec +++ b/proftpd.spec @@ -1,11 +1,7 @@ -# $Id$ -# Upstream: - Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.2.10 -Release: 3%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql} - +Release: 4%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -52,6 +48,9 @@ Available rpmbuild rebuild options : # Workaround for the PostgreSQL include file %{__perl} -pi -e 's|pgsql/libpq-fe.h|libpq-fe.h|g' contrib/mod_sql_postgres.c +# Disable stripping in order to get useful debuginfo packages +%{__perl} -pi -e 's|"-s"|""|g' configure + # TLS includes OPENSSL_INC="" if OPENSSL_CFLAGS=`pkg-config --cflags openssl`; then @@ -140,7 +139,10 @@ fi %changelog -* Fri Apr 7 2005 Michael Schwendt +* Tue May 10 2005 Matthias Saou 1.2.10-4 +- Disable stripping in order to get useful debuginfo packages. + +* Fri Apr 7 2005 Michael Schwendt 1.2.10-3 - rebuilt * Tue Nov 16 2004 Matthias Saou 1.2.10-2