rpms/proftpd/devel proftpd.spec,1.6,1.7

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue May 10 09:09:59 UTC 2005


Author: thias

Update of /cvs/extras/rpms/proftpd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18226

Modified Files:
	proftpd.spec 
Log Message:
Disable stripping to get useful debuginfo packages.



Index: proftpd.spec
===================================================================
RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- proftpd.spec	6 Apr 2005 22:13:29 -0000	1.6
+++ proftpd.spec	10 May 2005 09:09:57 -0000	1.7
@@ -1,11 +1,7 @@
-# $Id$
-# Upstream: <proftp-devel$lists,sf,net>
-
 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 @@
 # 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 @@
 
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
+* Tue May 10 2005 Matthias Saou <http://freshrpms.net/> 1.2.10-4
+- Disable stripping in order to get useful debuginfo packages.
+
+* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.2.10-3
 - rebuilt
 
 * Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 1.2.10-2




More information about the fedora-extras-commits mailing list