[packages/mate-dialogs] - up to 1.8.0 - run autotools - mate-doc-utils replaced by yelp-tools - BR: glib2-devel xorg-lib-lib

atler atler at pld-linux.org
Sun Mar 9 14:44:19 CET 2014


commit 0a4e3c5447319b627020d6174bec3e01c00dfc21
Author: Jan Palus <jan.palus at gmail.com>
Date:   Sun Mar 9 14:43:28 2014 +0100

    - up to 1.8.0
    - run autotools
    - mate-doc-utils replaced by yelp-tools
    - BR: glib2-devel xorg-lib-libX11-devel

 mate-dialogs.spec | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/mate-dialogs.spec b/mate-dialogs.spec
index 6853726..3734aa7 100644
--- a/mate-dialogs.spec
+++ b/mate-dialogs.spec
@@ -5,24 +5,28 @@
 Summary:	Displays dialog boxes from shell scripts
 Summary(pl.UTF-8):	Wyświetlanie okien dialogowych z poziomu skryptów powłoki
 Name:		mate-dialogs
-Version:	1.6.2
+Version:	1.8.0
 Release:	1
 License:	LGPL v2+
 Group:		X11/Applications
-Source0:	http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-# Source0-md5:	c24922c2e88ee4741c33985786ca5fef
+Source0:	http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+# Source0-md5:	c52cba1b3cb8c600e710e129a5118e84
 URL:		http://wiki.mate-desktop.org/mate-dialogs
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	glib2-devel
 %{!?with_gtk3:BuildRequires:	gtk+2-devel >= 2:2.18.0}
 %{?with_gtk3:BuildRequires:	gtk+3-devel >= 3.0.0}
 BuildRequires:	intltool >= 0.40.0
 BuildRequires:	libnotify-devel >= 0.7.0
 BuildRequires:	mate-common
-BuildRequires:	mate-doc-utils
 BuildRequires:	pkgconfig
 BuildRequires:	rarian-compat
 BuildRequires:	rpmbuild(find_lang) >= 1.36
 BuildRequires:	tar >= 1:1.22
+BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xz
+BuildRequires:	yelp-tools
 %{!?with_gtk3:Requires:	gtk+2 >= 2:2.18.0}
 %{?with_gtk3:Requires:	gtk+3 >= 3.0.0}
 Requires:	libnotify >= 0.7.0
@@ -36,8 +40,12 @@ Wyświetlanie okien dialogowych z poziomu skryptów powłoki.
 
 %prep
 %setup -q
-
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %build
+
 %configure \
 	--enable-libnotify \
 	--disable-silent-rules \
@@ -50,6 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/cmn
+
 # mate-dialogs gettext domain, matedialog mate help and omf files
 %find_lang %{name} --with-omf --with-mate --all-name
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mate-dialogs.git/commitdiff/0a4e3c5447319b627020d6174bec3e01c00dfc21



More information about the pld-cvs-commit mailing list