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

Revision 10899, 3.9 KB checked in by iwaim, 7 years ago (diff)

mate-system-monitor 1.16.0-1

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