rpms/gupnp-vala/devel gupnp-vala.spec,1.6,1.7

Peter Robinson pbrobinson at fedoraproject.org
Fri Aug 7 12:44:04 UTC 2009


Author: pbrobinson

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

Modified Files:
	gupnp-vala.spec 
Log Message:
- some spec file cleanups


Index: gupnp-vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gupnp-vala/devel/gupnp-vala.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- gupnp-vala.spec	25 Jul 2009 01:54:24 -0000	1.6
+++ gupnp-vala.spec	7 Aug 2009 12:44:04 -0000	1.7
@@ -1,7 +1,7 @@
 Name:           gupnp-vala
 Version:        0.5.4
 Release:        3%{?dist}
-Summary:        GUPnP is a upnp framework. This adds vala language bindings
+Summary:        GUPnP is a uPnP framework. This adds vala language bindings
 
 Group:          Development/Languages
 License:        LGPLv2+
@@ -35,17 +35,17 @@ This package adds vala language bindings
 # The generated files are noarch, but configure need to be told the
 # real host alias for building
 %configure --target=%{_host_alias}
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 %check
 make check
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)




More information about the fedora-extras-commits mailing list