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

Revision 4616, 2.8 KB checked in by Takemikaduchi, 13 years ago (diff)

X.Org, compiz, GNOME3, etc...

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