]> git.pld-linux.org Git - packages/bzrtp.git/commitdiff
- updated to 4.5.20 auto/th/bzrtp-4.5.20-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2021 20:37:14 +0000 (22:37 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jun 2021 20:37:14 +0000 (22:37 +0200)
- use build dir separate from "build" directory included in sources

bzrtp.spec

index 64d646eafe7b9e1aeef76ad5d5607637860b1b67..eca898734ad1373d4bef2661aa37b192c0df0a1e 100644 (file)
@@ -5,13 +5,13 @@
 Summary:       Open source implementation of ZRTP keys exchange protocol
 Summary(pl.UTF-8):     Mająca otwarte źródła implementacja protokołu wymiany kluczy ZRTP
 Name:          bzrtp
-Version:       4.5.15
+Version:       4.5.20
 Release:       1
 License:       GPL v3+
 Group:         Libraries
 #Source0Download: https://gitlab.linphone.org/BC/public/bzrtp/tags
 Source0:       https://gitlab.linphone.org/BC/public/bzrtp/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 67af666eeef27ec7ff6717eb7d0f02c7
+# Source0-md5: a702edc1182579acb82d9456f6e35e88
 Patch0:                %{name}-static.patch
 URL:           http://www.linphone.org/
 BuildRequires: CUnit
@@ -64,8 +64,8 @@ Statyczna biblioteka bzrtp.
 %patch0 -p1
 
 %build
-install -d build
-cd build
+install -d builddir
+cd builddir
 %cmake .. \
        %{!?with_static_libs:-DENABLE_STATIC=OFF}
 
@@ -74,7 +74,7 @@ cd build
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} -C build install \
+%{__make} -C builddir install \
        DESTDIR=$RPM_BUILD_ROOT
 
 # disable completeness check incompatible with split packaging
This page took 0.182459 seconds and 4 git commands to generate.