source: projects/specs/trunk/m/mate-terminal/mate-terminal-vl.spec @ 11417

Revision 11417, 4.4 KB checked in by iwaim, 6 years ago (diff)

mate-terminal 1.18.2-1

RevLine 
[11014]1%define major_ver 1.18
[11417]2%define ver %{major_ver}.2
[11014]3%define rel 1
4
[5311]5Summary:        The MATE Terminal Emulator
6Name:           mate-terminal
[11014]7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
[6679]9
[11014]10Source0:        http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
[6679]11
[10900]12License:        GPLv3
[5316]13Group:          User Interface/Desktops
[6679]14URL:            http://mate-desktop.org/
[5311]15
16BuildRequires:  mate-common
[10900]17BuildRequires:  gtk3-devel
[7697]18BuildRequires:  dconf-devel
[10900]19BuildRequires:  vte3-devel
[5311]20BuildRequires:  libSM-devel
[9573]21BuildRequires:  mate-desktop-devel
[8359]22BuildRequires:  itstool
[5311]23BuildRequires:  gtk-doc
24BuildRequires:  autoconf
25BuildRequires:  automake
[8538]26BuildRequires:  desktop-file-utils
[5311]27
[7697]28Requires(posttrans,postun):     glib2
[5311]29Requires(post,postun):  desktop-file-utils
30
31BuildRoot:      %{_tmppath}/%{name}-%{version}-root
32
33Vendor:         Project Vine
34Distribution:   Vine Linux
[10900]35Packager:       Takemikaduchi, iwaim
[5311]36
37
38%description
39This is the MATE terminal emulator application.  mate-terminal is
40only the shell (menubar, prefs dialog); the terminal emulation ("stuff
41in the middle") comes from the VTE widget. Remember this when
42choosing a bugzilla component. ;-)
43
44
45%prep
46%setup -q
47
48
49%build
50(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
51%configure \
[7697]52        --disable-static
[5311]53
54%{__make} %{?_smp_mflags}
55
56
57%install
58%{__rm} -rf ${RPM_BUILD_ROOT}
59
60%{__make} install DESTDIR=${RPM_BUILD_ROOT}
61
62find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
63find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
64
[8538]65desktop-file-install --vendor ''                        \
66        --dir $RPM_BUILD_ROOT%{_datadir}/applications       \
67        --remove-category=System                            \
68        $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
69
70
[5311]71%find_lang %{name}
72
73
74%clean
75%{__rm} -rf ${RPM_BUILD_ROOT}
76
77%post
78/sbin/ldconfig
79update-desktop-database %{_datadir}/applications >& /dev/null ||:
80
81%postun
82/sbin/ldconfig
[7697]83if [ $1 -eq 0 ]; then
84  update-desktop-database %{_datadir}/applications >& /dev/null ||:
85  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
86fi
[5311]87
[7697]88%posttrans
89glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]90
[7697]91
[5311]92%files -f %{name}.lang
93%defattr(-,root,root,-)
94%doc COPYING ChangeLog NEWS README
[8538]95%{_bindir}/%{name}
96%{_bindir}/%{name}.wrapper
[9573]97%{_datadir}/appdata/%{name}.appdata.xml
[8538]98%{_datadir}/applications/%{name}.desktop
[7697]99%{_datadir}/glib-2.0/schemas/org.mate.terminal.gschema.xml
[8359]100%{_datadir}/help/*
[5311]101%{_datadir}/%{name}
[8538]102%{_mandir}/man1/%{name}.1.gz
[5311]103
104
105%changelog
[11417]106* Thu Jan 18 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.2-1
107- update to 1.18.2
108
[11076]109* Wed May 10 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
110- update to 1.18.1
111
[11014]112* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
113- update to 1.18.0
114
[10970]115* Sun Mar 26 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.2-1
116- update to 1.16.2
117
[10900]118* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
119- new upstream release
120- update GTK+ version
121 - BR: gtk3-devel
122- update VTE version (require API 2.91)
123- update Packager
124
[10255]125* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
126- new upstream release
127
[9876]128* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
129- new upstream release
130
[9797]131* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
132- new upstream release
133
[9667]134* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
135- new upstream release
136
[9573]137* Sat May 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
138- new upstream release
139- add BuildRequires: mate-desktop-devel
140
[9120]141* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
142- new upstream release
143
[8538]144* Tue Jun 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
145- add BuildRequires: desktop-file-utils
146- remove Categories=System to mate-terminal.desktop
147
[8359]148* Wed Apr 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
149- new upstream release
150- remove Patch0 (mate-terminal-1.4.0-ja.po.patch)
151- add BuildRequires: itstool
152
[8068]153* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
154- rebuild with VineSeed environment
155
[7697]156* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
157- new upstream release
158- remove BuildRequires: mate-conf-devel
159- add BuildRequires: dconf-devel
160
[6679]161* Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
162- new upstream release
163- add Patch0 (mate-terminal-1.4.0-ja.po.patch)
164
[6172]165* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
166- new upstream release
167
[5316]168* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
169- change category
170
[5311]171* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
172- initial build for Vine Linux
173
Note: See TracBrowser for help on using the repository browser.