]> git.pld-linux.org Git - packages/bonobo-conf.git/commitdiff
- run xml-i18n-toolize --force instead of patching
authorsaq <saq@pld-linux.org>
Mon, 19 Nov 2001 09:56:01 +0000 (09:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bonobo-conf-perl.patch -> 1.2
    bonobo-conf.spec -> 1.11

bonobo-conf-perl.patch [deleted file]
bonobo-conf.spec

diff --git a/bonobo-conf-perl.patch b/bonobo-conf-perl.patch
deleted file mode 100644 (file)
index b13a402..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -Nur bonobo-conf-0.13.orig/xml-i18n-extract.in bonobo-conf-0.13/xml-i18n-extract.in
---- bonobo-conf-0.13.orig/xml-i18n-extract.in  Wed Oct 24 00:31:46 2001
-+++ bonobo-conf-0.13/xml-i18n-extract.in       Fri Nov 16 23:53:44 2001
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w 
-+#!@XML_I18N_TOOLS_PERL@ -w 
- # -*- Mode: perl; indent-tabs-mode: nil; c-basic-offset: 4  -*-
- #
-diff -Nur bonobo-conf-0.13.orig/xml-i18n-merge.in bonobo-conf-0.13/xml-i18n-merge.in
---- bonobo-conf-0.13.orig/xml-i18n-merge.in    Wed Oct 24 00:31:46 2001
-+++ bonobo-conf-0.13/xml-i18n-merge.in Fri Nov 16 23:53:54 2001
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w
-+#!@XML_I18N_TOOLS_PERL@ -w
- #
- #  The Intltool Message Merger
-diff -Nur bonobo-conf-0.13.orig/xml-i18n-update.in bonobo-conf-0.13/xml-i18n-update.in
---- bonobo-conf-0.13.orig/xml-i18n-update.in   Wed Oct 24 00:31:46 2001
-+++ bonobo-conf-0.13/xml-i18n-update.in        Fri Nov 16 23:54:02 2001
-@@ -1,4 +1,4 @@
--#!@INTLTOOL_PERL@ -w
-+#!@XML_I18N_TOOLS_PERL@ -w
- #  The Intltool Message Updater
- #
index 64d61bbec378319859a9a933d1b76f1cafb79c38..679008ab5428d0070562665e66d0f8f07e960ae2 100644 (file)
@@ -14,7 +14,6 @@ Group(ru):    X11/
 Group(uk):     X11/â¦Â̦ÏÔÅËÉ
 Source0:       ftp://ftp.gnome.org/pub/GNOME/unstable/sources/%{name}/%{name}-%{version}.tar.gz
 Patch0:                %{name}-am15.patch
-Patch1:                %{name}-perl.patch
 URL:           http://www.gnome.org/
 BuildRequires: GConf-devel >= 0.11
 BuildRequires: audiofile-devel
@@ -82,12 +81,12 @@ Statyczne biblioteki narz
 %prep
 %setup  -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 rm -f missing
 gettextize --copy --force
 libtoolize --copy --force
+xml-i18n-toolize --force
 aclocal -I macros
 autoconf
 automake -a -c
This page took 0.074051 seconds and 4 git commands to generate.