rpms/mod_annodex/devel mod_annodex.spec,1.2,1.3

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Thu Jun 15 10:16:40 UTC 2006


Author: thomasvs

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

Modified Files:
	mod_annodex.spec 
Log Message:
remove strip


Index: mod_annodex.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_annodex/devel/mod_annodex.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_annodex.spec	5 Mar 2006 16:03:48 -0000	1.2
+++ mod_annodex.spec	15 Jun 2006 10:16:40 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           mod_annodex
 Version:        0.2.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Apache module for server-side support of annodex media
 
 Group:          System Environment/Daemons
@@ -42,7 +42,6 @@
 %build
 %{_sbindir}/apxs -c mod_annodex.c `pkg-config annodex cmml --cflags --libs`
 mv .libs/%{name}.so .
-%{__strip} -g %{name}.so
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -71,6 +70,10 @@
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/*.conf
 
 %changelog
+* Thu Jun 15 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.2.2-4
+- remove strip, so -debuginfo is useful, thanks to Ville
+
 * Sun Mar 05 2006 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.2.2-3
 - rebuild




More information about the fedora-extras-commits mailing list