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

Revision 9073, 3.4 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME 3.14.1

RevLine 
[521]1%define po_package zenity
2
3Summary: Zenity - GNOME port of dialog
4Summary(ja): Zenity - dialog の GNOME 版
5Name: zenity
[9073]6Version: 3.14.0
[8447]7Release: 1%{?_dist_release}
[521]8License: LGPL
9Group: User Interface/Desktops
[9073]10Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.14/%{name}-%{version}.tar.xz
[521]11Patch10: %{name}-2.14.2-i18n-help.patch
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13
[4650]14BuildRequires:  WebKit3-gtk-devel >= 1.4.0
[4616]15BuildRequires:  libnotify-devel >= 0.7.1
[521]16BuildRequires:  intltool
[6890]17BuildRequires:  yelp-tools
[521]18
[4616]19Vendor: Project Vine
20Distribution: Vine Linux
21
[521]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
[6890]34%configure
[521]35%__make
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
[6890]40make install DESTDIR=$RPM_BUILD_ROOT
[521]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
[9073]58* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.0-1
59- new upstream release
60
[8447]61* Wed May 14 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
62- new upstream release
63
[8085]64* Tue Dec 31 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-3
65- rebuild with VineSeed environment
66
[7938]67* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-2
68- rebuild with WebKit3-2.2.0
69
[7633]70* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
71- new upstream release
72
[6890]73* Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
74- new upstream release
75- change BuildRequires: yelp-tools instead of gnome-doc-utils
76
[6011]77* Sun Apr 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
78- new upstream release
79
[4850]80* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
81- new upstream release
82
[4650]83* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
84- new upstream release
85- add BuildRequires: WebKit3-gtk-devel
86
[4616]87* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
88- new upstream release
89
[2219]90* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
91- new upstream release
92
[2041]93* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
94- new upstream release
95
[805]96* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
97- new upstream release
98- add BuildRequires gnome-doc-utils, docbook-utils
99
[521]100* Sun Nov  1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
101- new upstream release
102- dropped Patch20
103
104* Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
105- new upstream release
106
[7633]107* Sun Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
[521]108- add Patch20 to make zenity grab the window focus on startup.
109
110* Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
111- new upstream release
112
113* Fri Jun 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
114- add Patch10 to fix corruption of help option message.
115
116* Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
117- new upstream release
118
119* Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
120- new upstream release
121
122* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
123- new upstream release
124
125* Tue Jul 26 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
126- initial build for Vine Linux
127
Note: See TracBrowser for help on using the repository browser.