Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
7512386114 dist-git conversion 2010-07-29 16:16:11 +00:00
Jan Horak
e69b249876 Set CFLAGS and CXXFLAGS variables to 2010-03-16 07:50:46 +00:00
Jesse Keating
58a20cc2da Initialize branch F-13 for xulrunner-python 2010-02-17 03:34:12 +00:00
4 changed files with 8 additions and 24 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xulrunner-python
# $Id$
NAME := xulrunner-python
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +0,0 @@
xulrunner-python-1_9_2-2_20100111hg_fc11:HEAD:xulrunner-python-1.9.2-2.20100111hg.fc11.src.rpm:1264808652

View file

@ -5,7 +5,7 @@
Summary: Python interface for mozilla XPCOM library
Name: xulrunner-python
Version: 1.9.2
Release: 2.%{hgver}%{?dist}
Release: 3.%{hgver}%{?dist}
URL: http://developer.mozilla.org/en/PyXPCOM
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -46,7 +46,10 @@ autoconf-2.13
#---------------------------------------------------------------------
%build
cd %{objdir}
export CFLAGS=$RPM_OPT_FLAGS
export CXXFLAGS=$RPM_OPT_FLAGS
cd %{objdir}
../configure --with-libxul-sdk=`pkg-config --variable=sdkdir libxul` \
--with-system-nspr \
--prefix=%{_prefix} \
@ -121,6 +124,9 @@ popd
#---------------------------------------------------------------------
%changelog
* Tue Mar 16 2010 Jan Horak <jhorak@redhat.com> - 1.9.2.3.20100111hg
- Set CFLAGS and CXXFLAGS variables to $RPM_OPT_FLAGS
* Wed Nov 25 2009 Martin Stransky <stransky@redhat.com> 1.9.2-2.20100111hg
- created as standalone package