source: projects/specs/trunk/m/mate-dialogs/mate-dialogs-vl.spec @ 5311

Revision 5311, 1.6 KB checked in by Takemikaduchi, 12 years ago (diff)

NEW: MATE Desktop Environment
vala: new upstream release

Line 
1Summary:        Display graphical dialog boxes from shell scripts
2Name:           mate-dialogs
3Version:        1.1.0
4Release:        1%{?_dist_release}
5Source0:        %{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            https://matsusoft.com.ar/projects/mate/
9
10BuildRequires:  mate-common
11BuildRequires:  mate-doc-utils
12BuildRequires:  gtk2-devel
13BuildRequires:  gtk-doc
14BuildRequires:  autoconf
15BuildRequires:  automake
16
17BuildRequires:  gnome-doc-utils
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-root
20
21Vendor:         Project Vine
22Distribution:   Vine Linux
23Packager:       Takemikaduchi
24
25
26%description
27This is matedialog - a rewrite of gdialog, the MATE 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
36
37%build
38(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
39%configure \
40        --disable-static \
41        --disable-scrollkeeper
42
43%{__make} %{?_smp_mflags}
44
45
46%install
47%{__rm} -rf ${RPM_BUILD_ROOT}
48%{__make} install DESTDIR=${RPM_BUILD_ROOT}
49
50find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
51find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
52
53%{__rm} -f ${RPM_BUILD_ROOT}/%{_bindir}/gdialog
54
55%find_lang matedialog
56
57
58%clean
59%{__rm} -rf ${RPM_BUILD_ROOT}
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65
66%files -f matedialog.lang
67%defattr(-,root,root,-)
68%doc COPYING ChangeLog NEWS README
69%{_bindir}/matedialog
70%{_datadir}/mate/help
71%{_datadir}/matedialog
72%{_datadir}/omf/matedialog
73%{_mandir}/man1/matedialog.1.gz
74
75
76%changelog
77* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
78- initial build for Vine Linux
79
Note: See TracBrowser for help on using the repository browser.