]> git.pld-linux.org Git - packages/osmo.git/commitdiff
- disable Werror for automake auto/th/osmo-0.2.10-3
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 24 May 2015 12:47:04 +0000 (14:47 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 24 May 2015 12:47:04 +0000 (14:47 +0200)
- rel 3

ac.patch [new file with mode: 0644]
osmo.spec

diff --git a/ac.patch b/ac.patch
new file mode 100644 (file)
index 0000000..0778960
--- /dev/null
+++ b/ac.patch
@@ -0,0 +1,11 @@
+--- osmo-0.2.10/configure.ac~  2010-03-31 23:47:35.000000000 +0200
++++ osmo-0.2.10/configure.ac   2015-05-24 14:46:11.656197790 +0200
+@@ -4,7 +4,7 @@
+ AC_PREREQ(2.61)
+ AC_INIT([Osmo], [0.2.10], [pasp@users.sf.net])
+ AC_CONFIG_MACRO_DIR([m4])
+-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
++AM_INIT_AUTOMAKE
+ AC_CONFIG_SRCDIR([src/contacts.c])
+ AC_CONFIG_HEADER([config.h])
+ AC_MSG_CHECKING(for type of build)
index aac24af4cfd103e7b8331d7bdf21751b2614dcdc..d4181470a2eb206a6838ec8caf8ce1ccec859cb5 100644 (file)
--- a/osmo.spec
+++ b/osmo.spec
@@ -6,13 +6,14 @@ Summary:      Simple PIM application
 Summary(pl.UTF-8):     Prosta aplikacja PIM (do zarządzania informacjami osobistymi)
 Name:          osmo
 Version:       0.2.10
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/osmo-pim/%{name}-%{version}.tar.gz
 # Source0-md5: a774db748228efee96186158d553ade9
 Patch0:                %{name}-datadir.patch
 Patch1:                %{name}-libnotify.patch
+Patch2:                ac.patch
 URL:           http://clayo.org/osmo/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -51,6 +52,7 @@ przechowywania danych bazę danych w czystym XML-u.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
This page took 0.070874 seconds and 4 git commands to generate.