]> git.pld-linux.org Git - packages/orca.git/commitdiff
- python epoch, sanitized sed call auto/ti/orca-2_22_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Mar 2008 20:14:06 +0000 (20:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    orca.spec -> 1.17

orca.spec

index caad98dee8e7425807c60d26d38d0dd124f8d61a..676d88c237065c51275caac97d3639b53085e20b 100644 (file)
--- a/orca.spec
+++ b/orca.spec
@@ -21,9 +21,10 @@ BuildRequires:       intltool >= 0.36.2
 BuildRequires: libbonobo-devel >= 2.20.0
 BuildRequires: libtool
 BuildRequires: pkgconfig
-BuildRequires: python-devel >= 2.4
+BuildRequires: python-devel >= 1:2.4
 BuildRequires: python-gnome-bonobo >= 2.20.0
 BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: sed >= 4.0
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
 Requires:      python-pyatspi
@@ -59,8 +60,8 @@ pochodzących ze środowiska GNOME).
 %setup -q
 %patch0 -p1
 
-sed -i -e s#sr\@Latn#sr\@latin# po/LINGUAS
-mv -f po/sr\@{Latn,latin}.po
+sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
+mv -f po/sr@{Latn,latin}.po
 
 %build
 %{__glib_gettextize}
This page took 0.160077 seconds and 4 git commands to generate.