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

RevLine 
[12115]1%define major_ver 1.20
2%define ver %{major_ver}.2
[11013]3%define rel 1
4
[5311]5Summary:        A system monitor for MATE
6Name:           mate-system-monitor
[11013]7Version:        %{ver}
8Release:        %{rel}%{?_dist_release}
9Source0:        http://pub.mate-desktop.org/releases/%{major_ver}/%{name}-%{version}.tar.xz
[5311]10License:        GPLv2
[5316]11Group:          Applications/System
[6679]12URL:            http://mate-desktop.org/
[5311]13
[7697]14Patch0:         mate-system-monitor-1.6.0-glibmm.patch
15
[5311]16BuildRequires:  mate-common
17BuildRequires:  mate-icon-theme
[10899]18BuildRequires:  gtk3-devel
[5311]19BuildRequires:  libxml2-devel
20BuildRequires:  libgtop2-devel
[10899]21BuildRequires:  libwnck3-devel
[5311]22BuildRequires:  librsvg2-devel
[10899]23#BuildRequires: dbus-glib-devel
24BuildRequires:  gtkmm3-devel
[5311]25BuildRequires:  glibmm-devel
[8359]26BuildRequires:  itstool
[5311]27BuildRequires:  gtk-doc
28BuildRequires:  autoconf
29BuildRequires:  automake
30
[7697]31Requires(posttrans,postun):     glib2
[5311]32Requires(post,postun):  desktop-file-utils
33
34BuildRoot:      %{_tmppath}/%{name}-%{version}-root
35
36Vendor:         Project Vine
37Distribution:   Vine Linux
[10899]38Packager:       Takemikaduchi, iwaim
[5311]39
40
41%description
42View current processes and monitor system state
43
44
45%prep
46%setup -q
[7697]47%patch0 -p1
[5311]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
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
[7697]77if [ $1 -eq 0 ]; then
78  update-desktop-database %{_datadir}/applications >& /dev/null ||:
79  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
80fi
[5311]81
[7697]82%posttrans
83glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]84
[7697]85
[5311]86%files -f %{name}.lang
87%defattr(-,root,root,-)
88%doc COPYING ChangeLog NEWS README
[9552]89%{_bindir}/%{name}
[11013]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
[12115]94%{_datadir}/metainfo/%{name}.appdata.xml
[9552]95%{_datadir}/applications/%{name}.desktop
[7697]96%{_datadir}/glib-2.0/schemas/org.mate.system-monitor.enums.xml
97%{_datadir}/glib-2.0/schemas/org.mate.system-monitor.gschema.xml
[8359]98%{_datadir}/help/*
[9552]99%{_datadir}/pixmaps/%{name}
100%{_mandir}/man1/%{name}.1.gz
[5311]101
102
103%changelog
[12115]104* Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.20.2-1
105- updated to 1.20.2.
106
[11425]107* Mon Jan 22 2018 IWAI, Masaharu <iwaim.sub@gmail.com> 1.18.1-1
108- update to 1.18.1
109
[11013]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
[10899]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
[10527]121* Mon Jul  4 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.12.2-2
122- rebuilt with new toolchain.
123
[10104]124* Tue Mar 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.2-1
125- new upstream release
126
[9842]127* Tue Dec 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
128- new upstream release
129
[9797]130* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
131- new upstream release
132
[9667]133* Sun Jul 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.1-1
134- new upstream release
135
[9552]136* Sat May 09 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.10.0-1
137- new upstream release
138
[8447]139* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
140- rebuild with libgtop2-2.30.0
141
[8359]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
[8068]147* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
148- rebuild with VineSeed environment
149
[7821]150* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
151- new upstream release
152
[7697]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
[6679]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
[6172]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
[5316]167* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
168- change category
169
[5311]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.