From a7c28dbc69dec1685b93573943d6b60355ed8fc0 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Aug 04 2020 05:11:18 +0000 Subject: use a workaround for cmake macro --- diff --git a/openobex.spec b/openobex.spec index 07b4171..d773ead 100644 --- a/openobex.spec +++ b/openobex.spec @@ -3,7 +3,7 @@ Summary: Library for using OBEX Name: openobex Version: 1.7.2 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ and LGPLv2+ URL: http://openobex.sourceforge.net # git clone https://git.gitorious.org/openobex/mainline.git @@ -55,7 +55,7 @@ export CFLAGS="%{optflags} -std=gnu99 -D_POSIX_C_SOURCE=200809L -D_DEFAULT_SOURC -DCMAKE_SKIP_RPATH=YES \ -DCMAKE_VERBOSE_MAKEFILE=YES \ -DCMAKE_INSTALL_DOCDIR=%{_pkgdocdir} \ - -DCMAKE_INSTALL_UDEVRULESDIR=%{udevdir}/rules.d + -DCMAKE_INSTALL_UDEVRULESDIR=%{udevdir}/rules.d -B. make %{?_smp_mflags} make openobex-apps %{?_smp_mflags} @@ -103,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/obex_test.1* %{_mandir}/man1/obex_push.1* %changelog +* Tue Aug 04 2020 Zdenek Dohnal - 1.7.2-14 +- use a workaround for cmake macro + * Sat Aug 01 2020 Fedora Release Engineering - 1.7.2-13 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild