From b54c739299f830f6685e70a7777fe1922e85c90c Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 8 Aug 2009 22:05:42 +0300 Subject: [PATCH] RPM SPEC: fix prefix for git builds Localisation now also works for git builds. --- contrib/rpm/pidgin-sipe.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/rpm/pidgin-sipe.spec b/contrib/rpm/pidgin-sipe.spec index 7e774ba0..19c017a8 100644 --- a/contrib/rpm/pidgin-sipe.spec +++ b/contrib/rpm/pidgin-sipe.spec @@ -10,7 +10,7 @@ # # Run "./git-snapshot.sh ." in your local repository. # Then update the following line from the generated archive name -%define git 20090801git77e1e6b +%define git 20090808git16300ed # Increment when you generate several RPMs on the same day... %define gitcount 0 #------------------------------- BUILD FROM GIT ------------------------------- @@ -55,7 +55,7 @@ Live Communications Server 2003/2005 and Office Communications Server 2007. %if 0%{?_with_git:1} # Copied from "rpmbuild --showrc" configure definition export CFLAGS="${CFLAGS:-%optflags}" -./autogen.sh --with-krb5 +./autogen.sh --prefix=/usr --with-krb5 %else %configure --with-krb5 %endif @@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 08 2009 J. D. User 1.6.0-*git* +- fix prefix for git builds + * Sat Aug 01 2009 J. D. User 1.6.0-*git* - append -Wno-unused-parameter for GCC <4.4 compilation errors -- 2.11.4.GIT