rpms/ctemplate/F-8 ctemplate.spec,1.1,1.2

Dennis Gilmore ausil at fedoraproject.org
Tue Sep 23 15:14:40 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/ctemplate/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5012

Modified Files:
	ctemplate.spec 
Log Message:
clean up headers so they include themselves propperlly



Index: ctemplate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ctemplate/F-8/ctemplate.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ctemplate.spec	6 Sep 2008 07:13:22 -0000	1.1
+++ ctemplate.spec	23 Sep 2008 15:14:10 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ctemplate
 Version:        0.91
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A simple but powerful template language for C++
 
 Group:          Development/Tools
@@ -50,6 +50,7 @@
 
 mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}
 mv $RPM_BUILD_ROOT%{_includedir}/google/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/
+sed -i -e 's|^#include <google|#include <ctemplate|g' $RPM_BUILD_ROOT%{_includedir}/%{name}/*.h
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
@@ -87,6 +88,9 @@
 %{_includedir}/%{name}/*.h
 
 %changelog
+* Tue Sep 23 2008 Dennis Gilmore <dennis at ausil.us> - 0.91-3
+- clean up headers so that they include each other as intended
+
 * Wed Sep 03 2008 Rakesh Pandit <rakesh at fedoraproject.org> 0.91-2
 - Added %%check section to run tests
 




More information about the fedora-extras-commits mailing list