ALT Linux Bugzilla
– Attachment 4476 Details for
Bug 23828
[FR] Патчи для улучшения спека и сборки
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Использование sed -i в спеке вместо subst
0009-mpd.spec-replace-subst-to-sed.patch (text/plain), 909 bytes, created by
Slava Semushin
on 2010-07-31 14:49:59 MSD
(
hide
)
Description:
Использование sed -i в спеке вместо subst
Filename:
MIME Type:
Creator:
Slava Semushin
Created:
2010-07-31 14:49:59 MSD
Size:
909 bytes
patch
obsolete
>From 8d90a63d36f49013f1a2a13d94858ee0130e274c Mon Sep 17 00:00:00 2001 >From: Slava Semushin <php-coder@altlinux.ru> >Date: Sat, 31 Jul 2010 17:25:57 +0700 >Subject: [PATCH 09/10] mpd.spec: replace subst to sed. > >--- > mpd.spec | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/mpd.spec b/mpd.spec >index 5ac4122..ae335c1 100644 >--- a/mpd.spec >+++ b/mpd.spec >@@ -155,12 +155,12 @@ This package contains %Name's API documentation. > %patch -p1 > > %if_enabled flac >-[ $(rpmvercmp %{get_version libflac-devel} 1.1.3) -lt 0 ] || subst 's/AM_PATH_LIBOGGFLAC/AM_PATH_LIBFLAC/' configure.ac >+[ $(rpmvercmp %{get_version libflac-devel} 1.1.3) -lt 0 ] || sed -i 's/AM_PATH_LIBOGGFLAC/AM_PATH_LIBFLAC/' configure.ac > %endif > > %if_enabled mad > # libmad.pc describes 'libmad', not 'mad' >-%__subst 's/\[mad\]/[libmad]/' configure.ac >+sed -i 's/\[mad\]/[libmad]/' configure.ac > %endif > > >-- >1.6.5.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23828
:
4468
|
4469
|
4470
|
4471
|
4472
|
4473
|
4474
|
4475
| 4476 |
4477