example-tutorial Makefile,1.14,1.15

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Oct 11 23:43:04 UTC 2005


Author: pfrields

Update of /cvs/docs/example-tutorial
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10210

Modified Files:
	Makefile 
Log Message:
Reduce rpmbuild verbosity


Index: Makefile
===================================================================
RCS file: /cvs/docs/example-tutorial/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile	3 Oct 2005 02:46:04 -0000	1.14
+++ Makefile	11 Oct 2005 23:43:01 -0000	1.15
@@ -40,7 +40,7 @@
 DOCOMF=$(PWD)/SOURCES/fedora-doc-$(DOCBASE)-C.omf
 DOCDESKTOP=$(PWD)/SOURCES/fedora-doc-$(DOCBASE).desktop
 DOCSRCTAR=$(PWD)/SOURCES/$(DOCBASE)-$(VERSION).src.tar.gz
-TITLE=$(shell ../docs-common/packaging/titlegrab.py $(DOCBASE)-en.xml)
+TITLE=$(shell ../docs-common/packaging/titlegrab.py $(DOCBASE)-en.xml | sed 's/^ \+//')
 ######################################################
 # Some RPM flags...
 ######################################################
@@ -88,7 +88,7 @@
 #
 # Do the build...
 #
-	rpmbuild -bb -vv $(RPMFLAGS) $(DOCSPEC)
+	rpmbuild -bb $(RPMFLAGS) $(DOCSPEC)
 	mv RPMS/noarch/*.rpm .
 	rpmbuild --clean --rmsource $(RPMFLAGS) $(DOCSPEC)
 	rm -rf {BUILD,RPMS,SOURCES,SPECS,SRPMS}




More information about the Fedora-docs-commits mailing list