diff --git a/tools/build-system/distributions/mandriva/sflphone-common.spec b/tools/build-system/distributions/mandriva/sflphone-common.spec index 5c17144b259d6e142accbe885e74a377fd1a7285..11921a1d76bc92257bd4c53f44c54606aae8debd 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.1 +cd libs/pjproject-1.0.2 ./autogen.sh --prefix=%{_prefix} make dep make clean @@ -69,13 +69,13 @@ cd - make -j %install -cd libs/pjproject-1.0.1 +cd libs/pjproject-1.0.2 make DESTDIR=%{buildroot} install cd - make DESTDIR=%{buildroot} install %clean -cd libs/pjproject-1.0.1 +cd libs/pjproject-1.0.2 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 fde81bc3a73f63be66259740a92a56dc9675a4b6..cb92f42505eb4a687576a840ece4ffaf45ffdc97 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.1 +cd libs/pjproject-1.0.2 ./autogen.sh --prefix=%{_prefix} make dep make clean @@ -68,13 +68,13 @@ cd - make -j %install -cd libs/pjproject-1.0.1 +cd libs/pjproject-1.0.2 make DESTDIR=%{buildroot} install cd - make DESTDIR=%{buildroot} install %clean -cd libs/pjproject-1.0.1 +cd libs/pjproject-1.0.2 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 f2b173aee3e12a2a199398d375f689a53f46a72e..d7235ece2b796b4f95933ac297042bd87a12058f 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.1; ./autogen.sh --prefix=/usr + cd libs/pjproject-1.0.2; ./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.1; $(MAKE) dep; $(MAKE) clean; $(MAKE) + cd libs/pjproject-1.0.2; $(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.1; $(MAKE) prefix=$(CURDIR)/debian/$(package)/usr install + cd libs/pjproject-1.0.2; $(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