From d36be65d860ec25739087035a2eeb00b197f02e8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sep 01 2009 20:51:29 +0000 Subject: make sure the namespace is ctemplate not google clean up spec --- diff --git a/ctemplate.spec b/ctemplate.spec index 98e42a2..c338408 100644 --- a/ctemplate.spec +++ b/ctemplate.spec @@ -1,6 +1,6 @@ Name: ctemplate Version: 0.95 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple but powerful template language for C++ Group: Development/Tools @@ -8,7 +8,6 @@ License: BSD URL: http://code.google.com/p/google-ctemplate/ Source0: http://google-ctemplate.googlecode.com/files/%{name}-%{version}.tar.gz Patch0: ctemplate-0.93.consts.patch -#Patch1: ctemplate-0.93.bswap.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: chrpath, python @@ -31,7 +30,6 @@ developing applications that use %{name}. %setup -q %patch0 -p1 -b .const chmod 644 src/template_string.cc -#%patch1 -p1 -b .bswap %build %configure --disable-static @@ -54,8 +52,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name} -#mv $RPM_BUILD_ROOT%{_includedir}/google/*.h $RPM_BUILD_ROOT%{_includedir}/%{name}/ -sed -i -e 's|^#include - 0.95-2 +- make sure that the namespace is ctemplate not google + * Wed Aug 05 2009 Rakesh Pandit - 0.95-1 - Updated to ctemplate