rpms/gupnp-vala/devel gupnp-vala.spec,1.10,1.11

Peter Robinson pbrobinson at fedoraproject.org
Thu Dec 10 14:28:16 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/gupnp-vala/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14914

Modified Files:
	gupnp-vala.spec 
Log Message:
- Disable the empty debuginfo package


Index: gupnp-vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-vala/devel/gupnp-vala.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- gupnp-vala.spec	21 Nov 2009 08:03:54 -0000	1.10
+++ gupnp-vala.spec	10 Dec 2009 14:28:16 -0000	1.11
@@ -1,6 +1,9 @@
+# Disable the debug package because vala isn't executable but rather is used to generate code
+%global debug_package %{nil}
+
 Name:           gupnp-vala
 Version:        0.6.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GUPnP is a uPnP framework. This adds vala language bindings
 
 Group:          Development/Languages
@@ -30,8 +33,6 @@ This package adds vala language bindings
 %setup -q
 
 %build
-# The generated files are noarch, but configure need to be told the
-# real host alias for building
 %configure --target=%{_host_alias}
 make %{?_smp_mflags} V=1
 
@@ -60,6 +61,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/gupnp-vala-1.0.pc
 
 %changelog
+* Thu Dec 10 2009 Peter Robinson <pbrobinson at gmail.com> 0.6.2-2
+- Disable the empty debuginfo package
+
 * Sat Nov 21 2009 Peter Robinson <pbrobinson at gmail.com> 0.6.2-1
 - New upstream 0.6.2 release
 




More information about the fedora-extras-commits mailing list