123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- %define po_package zenity
- Summary: Zenity - GNOME port of dialog
- Summary(ja): Zenity - dialog の GNOME 版
- Name: zenity
- Version: 3.6.0
- Release: 1%{?_dist_release}
- License: LGPL
- Group: User Interface/Desktops
- Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
- Patch10: %{name}-2.14.2-i18n-help.patch
- BuildRoot: %{_tmppath}/%{name}-%{version}-root
- BuildRequires: WebKit3-gtk-devel >= 1.4.0
- BuildRequires: libnotify-devel >= 0.7.1
- BuildRequires: intltool
- BuildRequires: yelp-tools
- Vendor: Project Vine
- Distribution: Vine Linux
- %description
- This is zenity - a rewrite of gdialog, the GNOME port of dialog
- which allows you to display dialog boxes from the commandline
- and shell scripts. If you understand, things are just as they
- are. If you don't understand, things are just as they are.
- %prep
- %setup -q
- %patch10 -p1 -b .i18n-help
- %build
- %configure
- %__make
- %install
- rm -rf $RPM_BUILD_ROOT
- make install DESTDIR=$RPM_BUILD_ROOT
- %find_lang %{po_package} --with-gnome
- rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
- %clean
- rm -rf $RPM_BUILD_ROOT
- %files -f %{po_package}.lang
- %defattr(-,root,root,-)
- %{_bindir}/*
- %dir %{_datadir}/%{name}
- %{_datadir}/%{name}/*
- %{_mandir}/man?/*
- %changelog
- * Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
- - new upstream release
- - change BuildRequires: yelp-tools instead of gnome-doc-utils
- * Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
- - new upstream release
- * Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
- - new upstream release
- * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
- - new upstream release
- - add BuildRequires: WebKit3-gtk-devel
- * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
- - new upstream release
- * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
- - new upstream release
- * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
- - new upstream release
- * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
- - new upstream release
- - add BuildRequires gnome-doc-utils, docbook-utils
- * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
- - new upstream release
- - dropped Patch20
- * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
- - new upstream release
- * Sat Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
- - add Patch20 to make zenity grab the window focus on startup.
- * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
- - new upstream release
- * Fri Jun 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
- - add Patch10 to fix corruption of help option message.
- * Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
- - new upstream release
- * Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
- - new upstream release
- * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
- - new upstream release
- * Tue Jul 26 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
- - initial build for Vine Linux
|