diff --git a/tools/build-system/distributions/mandriva/sflphone-common.spec b/tools/build-system/distributions/mandriva/sflphone-common.spec index 11921a1d76bc92257bd4c53f44c54606aae8debd..6a0bebbcd47b58073296aa3ce257624b1106bb8e 100644 --- a/tools/build-system/distributions/mandriva/sflphone-common.spec +++ b/tools/build-system/distributions/mandriva/sflphone-common.spec @@ -59,7 +59,7 @@ Authors: %setup -q %build -cd libs/pjproject-1.0.2 +cd libs/pjproject-1.0.3 ./autogen.sh --prefix=%{_prefix} make dep make clean @@ -69,13 +69,13 @@ cd - make -j %install -cd libs/pjproject-1.0.2 +cd libs/pjproject-1.0.3 make DESTDIR=%{buildroot} install cd - make DESTDIR=%{buildroot} install %clean -cd libs/pjproject-1.0.2 +cd libs/pjproject-1.0.3 make clean cd - make clean diff --git a/tools/build-system/distributions/opensuse/sflphone-common.spec b/tools/build-system/distributions/opensuse/sflphone-common.spec index 34280a5b9562151479d52e1d98b6f8f28e734dc7..6cd41354c378bfac5a4d0e34b7d23ccab2a46aaf 100644 --- a/tools/build-system/distributions/opensuse/sflphone-common.spec +++ b/tools/build-system/distributions/opensuse/sflphone-common.spec @@ -58,7 +58,7 @@ Authors: %setup -q %build -cd libs/pjproject-1.0.2 +cd libs/pjproject-1.0.3 ./autogen.sh --prefix=%{_prefix} make dep make clean @@ -68,13 +68,13 @@ cd - make -j %install -cd libs/pjproject-1.0.2 +cd libs/pjproject-1.0.3 make DESTDIR=%{buildroot} install cd - make DESTDIR=%{buildroot} install %clean -cd libs/pjproject-1.0.2 +cd libs/pjproject-1.0.3 make clean cd - make clean diff --git a/tools/build-system/distributions/ubuntu/debian-sflphone-common/rules b/tools/build-system/distributions/ubuntu/debian-sflphone-common/rules index d7235ece2b796b4f95933ac297042bd87a12058f..2ca6f99f329b1e55babd80850a265225ac7f4d68 100755 --- a/tools/build-system/distributions/ubuntu/debian-sflphone-common/rules +++ b/tools/build-system/distributions/ubuntu/debian-sflphone-common/rules @@ -21,7 +21,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. ./autogen.sh --prefix=/usr - cd libs/pjproject-1.0.2; ./autogen.sh --prefix=/usr + cd libs/pjproject-1.0.3; ./autogen.sh --prefix=/usr touch configure-stamp #Architecture @@ -31,7 +31,7 @@ build-arch: build-arch-stamp build-arch-stamp: configure-stamp # Add here commands to compile the arch part of the package. - cd libs/pjproject-1.0.2; $(MAKE) dep; $(MAKE) clean; $(MAKE) + cd libs/pjproject-1.0.3; $(MAKE) dep; $(MAKE) clean; $(MAKE) cd -; $(MAKE) touch $@ @@ -72,7 +72,7 @@ install-arch: # Add here commands to install the arch part of the package into # debian/tmp. $(MAKE) DESTDIR=$(CURDIR)/debian/$(package) install - cd libs/pjproject-1.0.2; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install + cd libs/pjproject-1.0.3; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install rm -rf $(CURDIR)/debian/$(package)/usr/include dh_install -s # Must not depend on anything. This is to be called by