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

Revision 6890, 2.9 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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