source: projects/specs/trunk/m/mate-system-monitor/mate-system-monitor-vl.spec @ 12115

Revision 12115, 4.5 KB checked in by tomop, 5 years ago (diff)

mate-system-monitor-1.20.2-1

Line 
1%define major_ver 1.20
2%define ver %{major_ver}.2
3%define rel 1
4
5Summary:        A system monitor for MATE
6Name:           mate-system-monitor
7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
9Source0:        http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
10License:        GPLv2
11Group:          Applications/System
12URL:            http://mate-desktop.org/
13
14Patch0:         mate-system-monitor-1.6.0-glibmm.patch
15
16BuildRequires:  mate-common
17BuildRequires:  mate-icon-theme
18BuildRequires:  gtk3-devel
19BuildRequires:  libxml2-devel
20BuildRequires:  libgtop2-devel
21BuildRequires:  libwnck3-devel
22BuildRequires:  librsvg2-devel
23#BuildRequires: dbus-glib-devel
24BuildRequires:  gtkmm3-devel
25BuildRequires:  glibmm-devel
26BuildRequires:  itstool
27BuildRequires:  gtk-doc
28BuildRequires:  autoconf
29BuildRequires:  automake
30
31Requires(posttrans,postun):     glib2
32Requires(post,postun):  desktop-file-utils
33
34BuildRoot:      %{_tmppath}/%{name}-%{version}-root
35
36Vendor:         Project Vine
37Distribution:   Vine Linux
38Packager:       Takemikaduchi, iwaim
39
40
41%description
42View current processes and monitor system state
43
44
45%prep
46%setup -q
47%patch0 -p1
48
49%build
50(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
51%configure \
52        --disable-static
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
65%find_lang %{name}
66
67
68%clean
69%{__rm} -rf ${RPM_BUILD_ROOT}
70
71%post
72/sbin/ldconfig
73update-desktop-database %{_datadir}/applications >& /dev/null ||:
74
75%postun
76/sbin/ldconfig
77if [ $1 -eq 0 ]; then
78  update-desktop-database %{_datadir}/applications >& /dev/null ||:
79  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
80fi
81
82%posttrans
83glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
84
85
86%files -f %{name}.lang
87%defattr(-,root,root,-)
88%doc COPYING ChangeLog NEWS README
89%{_bindir}/%{name}
90%dir %{_libexecdir}/mate-system-monitor
91%{_libexecdir}/mate-system-monitor/msm-kill
92%{_libexecdir}/mate-system-monitor/msm-renice
93%{_datadir}/polkit-1/actions/org.mate.mate-system-monitor.policy
94%{_datadir}/metainfo/%{name}.appdata.xml
95%{_datadir}/applications/%{name}.desktop
96%{_datadir}/glib-2.0/schemas/org.mate.system-monitor.enums.xml
97%{_datadir}/glib-2.0/schemas/org.mate.system-monitor.gschema.xml
98%{_datadir}/help/*
99%{_datadir}/pixmaps/%{name}
100%{_mandir}/man1/%{name}.1.gz
101
102
103%changelog
104* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.2-1
105- updated to 1.20.2.
106
107* Mon Jan 22 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
108- update to 1.18.1
109
110* Sat Apr  8 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.0-1
111- update to 1.18.0
112- add msm-kill and msm-renice
113- add polkit policy
114
115* Sun Nov 27 2016 IWAI, Masaharu <iwaim.sub@gmail.com> 1.16.0-1
116- new upstream release
117- update GTK+ version
118 - BR: gtk3-devel etc.
119- update Package
120
121* Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.2-2
122- rebuilt with new toolchain.
123
124* Tue Mar 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
125- new upstream release
126
127* Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
128- new upstream release
129
130* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
131- new upstream release
132
133* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
134- new upstream release
135
136* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
137- new upstream release
138
139* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
140- rebuild with libgtop2-2.30.0
141
142* Wed Apr 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
143- new upstream release
144- change BuildRequires: libwnck-devel instead of libmatewnck-devel
145- add BuildRequires: itstool
146
147* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
148- rebuild with VineSeed environment
149
150* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
151- new upstream release
152
153* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
154- new upstream release
155- remove BuildRequires: mate-conf-devel
156- add Patch0 (mate-system-monitor-1.6.0-glibmm.patch)
157
158* Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
159- new upstream release
160- remove Patch0 (mate-system-monitor-1.2.1-configure.patch)
161- change BuildRequires: libmatewnck-devel instead of libwnck-devel
162
163* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
164- new upstream release
165- add Patch0 (mate-system-monitor-1.2.1-configure.patch)
166
167* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
168- change category
169
170* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
171- initial build for Vine Linux
172
Note: See TracBrowser for help on using the repository browser.