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

Revision 521, 2.3 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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