]> git.pld-linux.org Git - packages/empathy.git/commitdiff
- added configure.patch to fix build auto/th/empathy-2_30_1-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 28 Apr 2010 14:04:40 +0000 (14:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    configure.patch -> 1.1
    empathy.spec -> 1.65

configure.patch [new file with mode: 0644]
empathy.spec

diff --git a/configure.patch b/configure.patch
new file mode 100644 (file)
index 0000000..b8a6ee3
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/configure.ac     2010-04-26 16:38:51.000000000 +0200
++++ b/configure.ac.new 2010-04-28 15:29:04.175108608 +0200
+@@ -19,7 +19,7 @@
+ m4_define(empathy_version, empathy_full_version[]empathy_maybe_datestamp)
+-AC_INIT(Empathy, empathy_version, http://bugzilla.gnome.org/browse.cgi?product=empathy)
++AC_INIT([Empathy], [empathy_version], [http://bugzilla.gnome.org/browse.cgi?product=empathy])
+ AC_PREREQ(2.59)
index b73700c71bf9f4c21f5a71d0b990662c32d02f26..001b3d3b5d1b757aa9c7460c2f0a315c1fa38fe2 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Very easy to use GNOME Telepathy client
 Summary(pl.UTF-8):     Bardzo łatwy w użyciu klient Telepathy dla GNOME
 Name:          empathy
 Version:       2.30.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/empathy/2.30/%{name}-%{version}.tar.bz2
 # Source0-md5: 62a048b41421e24eef4fea8193f5d9af
+Patch0:                configure.patch
 URL:           http://live.gnome.org/Empathy
 BuildRequires: GConf2-devel >= 2.26.0
 BuildRequires: NetworkManager-devel >= 0.7
@@ -91,6 +92,8 @@ Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
 
 %prep
 %setup -q
+%patch0 -p1
+
 rm po/en@shaw.po
 sed -i 's/^en@shaw//' po/LINGUAS
 
This page took 0.032252 seconds and 4 git commands to generate.