]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- disable systemd for ac
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Mar 2012 16:04:07 +0000 (16:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build-macros.spec -> 1.325

rpm-build-macros.spec

index ae0b2331a0d3ebae036d5a55e5b5bdf15bc5645d..f7ffc57dd61a70f0d9d4cf6f6c32cdcdeaf23870 100644 (file)
@@ -12,7 +12,8 @@ Source1:      service_generator.sh
 Source2:       rpm-build.sh
 Source3:       rpm-find-lang
 Source4:       dokuwiki-find-lang.sh
-#Patch0:               %{name}-pydebuginfo.patch
+Patch0:                disable-systemd.patch
+#Patchx: %{name}-pydebuginfo.patch
 BuildRequires: rpm >= 4.4.9-56
 Requires:      findutils >= 1:4.2.26
 Provides:      rpmbuild(find_lang) = %{find_lang_rev}
@@ -51,6 +52,7 @@ cp %{SOURCE0} .
 
 %if "%{pld_release}" == "ac"
 %{__sed} -i -e '/libtoolize --copy --force --install/s/ --install//' rpm.macros
+%patch0 -p1
 %endif
 
 %build
This page took 0.039322 seconds and 4 git commands to generate.