source: projects/specs/trunk/z/zenity/zenity-vl.spec @ 2041

Revision 2041, 2.6 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1%define po_package zenity
2
3Summary: Zenity - GNOME port of dialog
4Summary(ja): Zenity - dialog の GNOME 版
5Name: zenity
6Version: 2.32.0
7Release: 1%{?_dist_release}
8License: LGPL
9Group: User Interface/Desktops
10Source0: %{name}-%{version}.tar.bz2
11Patch10: %{name}-2.14.2-i18n-help.patch
12Patch20: %{name}-2.26.0-grab-focus.patch
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gtk2-devel >= 2.15.1
16BuildRequires:  libnotify-devel >= 0.4.1
17BuildRequires:  intltool
18BuildRequires:  gnome-doc-utils >= 0.3.2
19BuildRequires:  docbook-utils
20Requires(post): scrollkeeper
21Requires(postun): scrollkeeper
22
23%description
24This is zenity - a rewrite of gdialog, the GNOME port of dialog
25which allows you to display dialog boxes from the commandline
26and shell scripts. If you understand, things are just as they
27are. If you don't understand, things are just as they are.
28
29
30%prep
31%setup -q
32%patch10 -p1 -b .i18n-help
33#patch20 -p1 -b .grab-focus
34
35%build
36%configure --disable-scrollkeeper
37%__make
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
43%makeinstall
44unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
45
46%find_lang %{po_package} --with-gnome
47
48rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%post
54scrollkeeper-update >& /dev/null ||:
55
56%postun
57scrollkeeper-update >& /dev/null ||:
58
59
60%files -f %{po_package}.lang
61%defattr(-,root,root,-)
62%{_bindir}/*
63%dir %{_datadir}/%{name}
64%{_datadir}/%{name}/*
65%{_mandir}/man?/*
66
67%changelog
68* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
69- new upstream release
70
71* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
72- new upstream release
73- add BuildRequires gnome-doc-utils, docbook-utils
74
75* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
76- new upstream release
77- dropped Patch20
78
79* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
80- new upstream release
81
82* Sat Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
83- add Patch20 to make zenity grab the window focus on startup.
84
85* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
86- new upstream release
87
88* Fri Jun 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
89- add Patch10 to fix corruption of help option message.
90
91* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
92- new upstream release
93
94* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
95- new upstream release
96
97* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
98- new upstream release
99
100* Tue Jul 26 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
101- initial build for Vine Linux
102
Note: See TracBrowser for help on using the repository browser.