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

Revision 8359, 2.1 KB checked in by Takemikaduchi, 10 years ago (diff)

MATE-1.8.0

Line 
1Summary:        Display graphical dialog boxes from shell scripts
2Name:           mate-dialogs
3Version:        1.8.0
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
6License:        GPLv2
7Group:          System Environment/Libraries
8URL:            http://mate-desktop.org/
9
10BuildRequires:  mate-common
11BuildRequires:  mate-doc-utils
12BuildRequires:  gtk2-devel
13BuildRequires:  gtk-doc
14BuildRequires:  itstool
15BuildRequires:  autoconf
16BuildRequires:  automake
17
18BuildRequires:  gnome-doc-utils
19
20BuildRoot:      %{_tmppath}/%{name}-%{version}-root
21
22Vendor:         Project Vine
23Distribution:   Vine Linux
24Packager:       Takemikaduchi
25
26
27%description
28This is matedialog - a rewrite of gdialog, the MATE port of dialog
29which allows you to display dialog boxes from the commandline
30and shell scripts. If you understand, things are just as they
31are. 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
51find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
52find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
53
54%{__rm} -f ${RPM_BUILD_ROOT}/%{_bindir}/gdialog
55
56%find_lang %{name}
57
58
59%clean
60%{__rm} -rf ${RPM_BUILD_ROOT}
61
62%post -p /sbin/ldconfig
63
64%postun -p /sbin/ldconfig
65
66
67%files -f %{name}.lang
68%defattr(-,root,root,-)
69%doc COPYING ChangeLog NEWS README
70%{_bindir}/matedialog
71%{_datadir}/help/*
72%{_datadir}/matedialog
73%{_mandir}/man1/matedialog.1.gz
74
75
76%changelog
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
81* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
82- new upstream release
83
84* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
85- new upstream release
86
87* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
88- new upstream release
89
90* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
91- new upstream release
92
93* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
94- initial build for Vine Linux
95
Note: See TracBrowser for help on using the repository browser.