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

Revision 7979, 2.0 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

Line 
1Summary:        Display graphical dialog boxes from shell scripts
2Name:           mate-dialogs
3Version:        1.6.2
4Release:        1%{?_dist_release}
5Source0:        http://pub.mate-desktop.org/releases/1.6/%{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:  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 %{name}
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 %{name}.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* Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
78- new upstream release
79
80* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
81- new upstream release
82
83* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
84- new upstream release
85
86* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
87- new upstream release
88
89* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
90- initial build for Vine Linux
91
Note: See TracBrowser for help on using the repository browser.