| [5311] | 1 | Summary: Display graphical dialog boxes from shell scripts |
|---|
| 2 | Name: mate-dialogs |
|---|
| [8359] | 3 | Version: 1.8.0 |
|---|
| [5311] | 4 | Release: 1%{?_dist_release} |
|---|
| [8359] | 5 | Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz |
|---|
| [5311] | 6 | License: GPLv2 |
|---|
| 7 | Group: System Environment/Libraries |
|---|
| [6679] | 8 | URL: http://mate-desktop.org/ |
|---|
| [5311] | 9 | |
|---|
| 10 | BuildRequires: mate-common |
|---|
| 11 | BuildRequires: mate-doc-utils |
|---|
| 12 | BuildRequires: gtk2-devel |
|---|
| 13 | BuildRequires: gtk-doc |
|---|
| [8359] | 14 | BuildRequires: itstool |
|---|
| [5311] | 15 | BuildRequires: autoconf |
|---|
| 16 | BuildRequires: automake |
|---|
| 17 | |
|---|
| 18 | BuildRequires: gnome-doc-utils |
|---|
| 19 | |
|---|
| 20 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 21 | |
|---|
| 22 | Vendor: Project Vine |
|---|
| 23 | Distribution: Vine Linux |
|---|
| 24 | Packager: Takemikaduchi |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %description |
|---|
| 28 | This is matedialog - a rewrite of gdialog, the MATE port of dialog |
|---|
| 29 | which allows you to display dialog boxes from the commandline |
|---|
| 30 | and shell scripts. If you understand, things are just as they |
|---|
| 31 | are. If you don't understand, things are just as they are. |
|---|
| 32 | |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | %setup -q |
|---|
| 36 | |
|---|
| 37 | |
|---|
| 38 | %build |
|---|
| 39 | (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi) |
|---|
| 40 | %configure \ |
|---|
| 41 | --disable-static \ |
|---|
| 42 | --disable-scrollkeeper |
|---|
| 43 | |
|---|
| 44 | %{__make} %{?_smp_mflags} |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %install |
|---|
| 48 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 49 | %{__make} install DESTDIR=${RPM_BUILD_ROOT} |
|---|
| 50 | |
|---|
| 51 | find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; |
|---|
| 52 | find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; |
|---|
| 53 | |
|---|
| 54 | %{__rm} -f ${RPM_BUILD_ROOT}/%{_bindir}/gdialog |
|---|
| 55 | |
|---|
| [6172] | 56 | %find_lang %{name} |
|---|
| [5311] | 57 | |
|---|
| 58 | |
|---|
| 59 | %clean |
|---|
| 60 | %{__rm} -rf ${RPM_BUILD_ROOT} |
|---|
| 61 | |
|---|
| 62 | %post -p /sbin/ldconfig |
|---|
| 63 | |
|---|
| 64 | %postun -p /sbin/ldconfig |
|---|
| 65 | |
|---|
| 66 | |
|---|
| [6172] | 67 | %files -f %{name}.lang |
|---|
| [5311] | 68 | %defattr(-,root,root,-) |
|---|
| 69 | %doc COPYING ChangeLog NEWS README |
|---|
| 70 | %{_bindir}/matedialog |
|---|
| [8359] | 71 | %{_datadir}/help/* |
|---|
| [5311] | 72 | %{_datadir}/matedialog |
|---|
| 73 | %{_mandir}/man1/matedialog.1.gz |
|---|
| 74 | |
|---|
| 75 | |
|---|
| 76 | %changelog |
|---|
| [8359] | 77 | * Tue Apr 15 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1 |
|---|
| 78 | - new upstream release |
|---|
| 79 | - add BuildRequires: itstool |
|---|
| 80 | |
|---|
| [7979] | 81 | * Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1 |
|---|
| 82 | - new upstream release |
|---|
| 83 | |
|---|
| [7697] | 84 | * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1 |
|---|
| 85 | - new upstream release |
|---|
| 86 | |
|---|
| [6679] | 87 | * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1 |
|---|
| 88 | - new upstream release |
|---|
| 89 | |
|---|
| [6172] | 90 | * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1 |
|---|
| 91 | - new upstream release |
|---|
| 92 | |
|---|
| [5311] | 93 | * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1 |
|---|
| 94 | - initial build for Vine Linux |
|---|
| 95 | |
|---|