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

Revision 11660, 4.5 KB checked in by iwaim, 6 years ago (diff)

mate-terminal 1.20.0-1

RevLine 
[11660]1%define major_ver 1.20
2%define ver %{major_ver}.0
[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
[11660]19BuildRequires:  vte3-devel >= 0.46
[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
[11660]106* Sun May 20 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.20.0-1
107- update to 1.20.0
108
[11417]109* Thu Jan 18 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.2-1
110- update to 1.18.2
111
[11076]112* Wed May 10 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
113- update to 1.18.1
114
[11014]115* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
116- update to 1.18.0
117
[10970]118* Sun Mar 26 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.2-1
119- update to 1.16.2
120
[10900]121* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.1-1
122- new upstream release
123- update GTK+ version
124 - BR: gtk3-devel
125- update VTE version (require API 2.91)
126- update Packager
127
[10255]128* Sun May 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.14.0-1
129- new upstream release
130
[9876]131* Sat Dec 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
132- new upstream release
133
[9797]134* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
135- new upstream release
136
[9667]137* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
138- new upstream release
139
[9573]140* Sat May 23 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
141- new upstream release
142- add BuildRequires: mate-desktop-devel
143
[9120]144* Wed Nov 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.1-1
145- new upstream release
146
[8538]147* Tue Jun 10 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
148- add BuildRequires: desktop-file-utils
149- remove Categories=System to mate-terminal.desktop
150
[8359]151* Wed Apr 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
152- new upstream release
153- remove Patch0 (mate-terminal-1.4.0-ja.po.patch)
154- add BuildRequires: itstool
155
[8068]156* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
157- rebuild with VineSeed environment
158
[7697]159* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
160- new upstream release
161- remove BuildRequires: mate-conf-devel
162- add BuildRequires: dconf-devel
163
[6679]164* Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
165- new upstream release
166- add Patch0 (mate-terminal-1.4.0-ja.po.patch)
167
[6172]168* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
169- new upstream release
170
[5316]171* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
172- change category
173
[5311]174* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
175- initial build for Vine Linux
176
Note: See TracBrowser for help on using the repository browser.