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

Revision 6679, 1.8 KB checked in by Takemikaduchi, 12 years ago (diff)

MATE-1.4.0

RevLine 
[5311]1Summary:        Display graphical dialog boxes from shell scripts
2Name:           mate-dialogs
[6679]3Version:        1.4.0
[5311]4Release:        1%{?_dist_release}
[6679]5Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
[5311]6License:        GPLv2
7Group:          System Environment/Libraries
[6679]8URL:            http://mate-desktop.org/
[5311]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
[6172]55%find_lang %{name}
[5311]56
57
58%clean
59%{__rm} -rf ${RPM_BUILD_ROOT}
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65
[6172]66%files -f %{name}.lang
[5311]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
[6679]77* Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
78- new upstream release
79
[6172]80* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
81- new upstream release
82
[5311]83* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
84- initial build for Vine Linux
85
Note: See TracBrowser for help on using the repository browser.