From 15fda2e49ade75e978e073de93b682f93b7defc6281e594ede2c0143ea1ce765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sun, 8 Nov 2015 14:08:31 +0000 Subject: [PATCH] Remove %{ } from macro name in comments This results in less build warnings OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=66 --- talloc-man.spec | 12 ++++++------ talloc.spec | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/talloc-man.spec b/talloc-man.spec index 2ce8632..e03eff1 100644 --- a/talloc-man.spec +++ b/talloc-man.spec @@ -50,7 +50,7 @@ BuildRequires: python3-devel %if 0%{?suse_version} > 1100 #!BuildIgnore: python %endif -%endif # %{build_man} +%endif # build_man Url: http://talloc.samba.org/ Version: 2.1.4 Release: 0 @@ -165,7 +165,7 @@ Conflicts: python-talloc-devel Libraries and Header Files to Develop Programs with python3-talloc Support %endif -%endif # ! %{build_man} +%endif # ! build_man %prep %setup -n talloc-%{version} -q @@ -199,13 +199,13 @@ CONFIGURE_OPTIONS="\ doxygen doxy.config -%endif # ! %{build_man} +%endif # ! build_man %if ! %{build_man} %check # make test doesn't work with --disable-rpath #%{__make} test -%endif # ! %{build_man} +%endif # ! build_man %install %if ! %{build_man} @@ -218,7 +218,7 @@ rm -r ${RPM_BUILD_ROOT}/%{_mandir} mkdir -p ${RPM_BUILD_ROOT}/%{_mandir} cp -a doc/man/* ${RPM_BUILD_ROOT}/%{_mandir} -%endif ! %{build_man} +%endif # ! build_man %if ! %{build_man} %post -n %{libtalloc_name} -p /sbin/ldconfig @@ -278,6 +278,6 @@ cp -a doc/man/* ${RPM_BUILD_ROOT}/%{_mandir} %{_mandir}/man3/talloc*.3.* %endif -%endif # ! %{build_man} +%endif # ! build_man %changelog diff --git a/talloc.spec b/talloc.spec index 5ab68dc..a6ab6fb 100644 --- a/talloc.spec +++ b/talloc.spec @@ -50,7 +50,7 @@ BuildRequires: python3-devel %if 0%{?suse_version} > 1100 #!BuildIgnore: python %endif -%endif # %{build_man} +%endif # build_man Url: http://talloc.samba.org/ Version: 2.1.4 Release: 0 @@ -165,7 +165,7 @@ Conflicts: python-talloc-devel Libraries and Header Files to Develop Programs with python3-talloc Support %endif -%endif # ! %{build_man} +%endif # ! build_man %prep %setup -n talloc-%{version} -q @@ -199,13 +199,13 @@ CONFIGURE_OPTIONS="\ doxygen doxy.config -%endif # ! %{build_man} +%endif # ! build_man %if ! %{build_man} %check # make test doesn't work with --disable-rpath #%{__make} test -%endif # ! %{build_man} +%endif # ! build_man %install %if ! %{build_man} @@ -218,7 +218,7 @@ rm -r ${RPM_BUILD_ROOT}/%{_mandir} mkdir -p ${RPM_BUILD_ROOT}/%{_mandir} cp -a doc/man/* ${RPM_BUILD_ROOT}/%{_mandir} -%endif ! %{build_man} +%endif # ! build_man %if ! %{build_man} %post -n %{libtalloc_name} -p /sbin/ldconfig @@ -278,6 +278,6 @@ cp -a doc/man/* ${RPM_BUILD_ROOT}/%{_mandir} %{_mandir}/man3/talloc*.3.* %endif -%endif # ! %{build_man} +%endif # ! build_man %changelog