[packages/osmo] - disable Werror for automake - rel 3

baggins baggins at pld-linux.org
Sun May 24 14:47:20 CEST 2015


commit c351adc06a0826916175387aa875e77a60f16fa4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun May 24 14:47:04 2015 +0200

    - disable Werror for automake
    - rel 3

 ac.patch  | 11 +++++++++++
 osmo.spec |  4 +++-
 2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/osmo.spec b/osmo.spec
index aac24af..d418147 100644
--- 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}
diff --git a/ac.patch b/ac.patch
new file mode 100644
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 at 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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/osmo.git/commitdiff/c351adc06a0826916175387aa875e77a60f16fa4



More information about the pld-cvs-commit mailing list