source: projects/specs/branches/6/z/zenity/zenity-vl.spec @ 2219

Revision 2219, 2.7 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1%define po_package zenity
2
3Summary: Zenity - GNOME port of dialog
4Summary(ja): Zenity - dialog の GNOME 版
5Name: zenity
6Version: 2.32.1
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* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
69- new upstream release
70
71* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
72- new upstream release
73
74* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
75- new upstream release
76- add BuildRequires gnome-doc-utils, docbook-utils
77
78* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
79- new upstream release
80- dropped Patch20
81
82* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
83- new upstream release
84
85* Sat Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
86- add Patch20 to make zenity grab the window focus on startup.
87
88* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
89- new upstream release
90
91* Fri Jun 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
92- add Patch10 to fix corruption of help option message.
93
94* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
95- new upstream release
96
97* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
98- new upstream release
99
100* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
101- new upstream release
102
103* Tue Jul 26 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
104- initial build for Vine Linux
105
Note: See TracBrowser for help on using the repository browser.