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

Revision 8447, 3.3 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.2

RevLine 
[5311]1Summary:        A system monitor for MATE
2Name:           mate-system-monitor
[8359]3Version:        1.8.0
[8447]4Release:        2%{?_dist_release}
[8359]5Source0:        http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
[5311]6License:        GPLv2
[5316]7Group:          Applications/System
[6679]8URL:            http://mate-desktop.org/
[5311]9
[7697]10Patch0:         mate-system-monitor-1.6.0-glibmm.patch
11
[5311]12BuildRequires:  mate-common
13BuildRequires:  mate-doc-utils
14BuildRequires:  mate-icon-theme
15BuildRequires:  gtk2-devel
16BuildRequires:  libxml2-devel
17BuildRequires:  libgtop2-devel
[8359]18BuildRequires:  libwnck-devel
[5311]19BuildRequires:  librsvg2-devel
20BuildRequires:  dbus-glib-devel
21BuildRequires:  gtkmm2-devel
22BuildRequires:  glibmm-devel
[8359]23BuildRequires:  itstool
[5311]24BuildRequires:  gtk-doc
25BuildRequires:  autoconf
26BuildRequires:  automake
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
35Packager:       Takemikaduchi
36
37
38%description
39View current processes and monitor system state
40
41
42%prep
43%setup -q
[7697]44%patch0 -p1
[5311]45
46%build
47(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
48%configure \
[7697]49        --disable-static
[5311]50
51%{__make} %{?_smp_mflags}
52
53
54%install
55%{__rm} -rf ${RPM_BUILD_ROOT}
56
57%{__make} install DESTDIR=${RPM_BUILD_ROOT}
58
59find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
60find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
61
62%find_lang %{name}
63
64
65%clean
66%{__rm} -rf ${RPM_BUILD_ROOT}
67
68%post
69/sbin/ldconfig
70update-desktop-database %{_datadir}/applications >& /dev/null ||:
71
72%postun
73/sbin/ldconfig
[7697]74if [ $1 -eq 0 ]; then
75  update-desktop-database %{_datadir}/applications >& /dev/null ||:
76  glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
77fi
[5311]78
[7697]79%posttrans
80glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
[5311]81
[7697]82
[5311]83%files -f %{name}.lang
84%defattr(-,root,root,-)
85%doc COPYING ChangeLog NEWS README
86%{_bindir}/mate-system-monitor
[7697]87%{_datadir}/MateConf/gsettings/mate-system-monitor.convert
[5311]88%{_datadir}/applications/mate-system-monitor.desktop
[7697]89%{_datadir}/glib-2.0/schemas/org.mate.system-monitor.enums.xml
90%{_datadir}/glib-2.0/schemas/org.mate.system-monitor.gschema.xml
[8359]91%{_datadir}/help/*
[5311]92%{_datadir}/pixmaps/mate-system-monitor
[7821]93%{_mandir}/man1/mate-system-monitor.1.gz
[5311]94
95
96%changelog
[8447]97* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-2
98- rebuild with libgtop2-2.30.0
99
[8359]100* Wed Apr 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
101- new upstream release
102- change BuildRequires: libwnck-devel instead of libmatewnck-devel
103- add BuildRequires: itstool
104
[8068]105* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
106- rebuild with VineSeed environment
107
[7821]108* Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
109- new upstream release
110
[7697]111* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
112- new upstream release
113- remove BuildRequires: mate-conf-devel
114- add Patch0 (mate-system-monitor-1.6.0-glibmm.patch)
115
[6679]116* Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
117- new upstream release
118- remove Patch0 (mate-system-monitor-1.2.1-configure.patch)
119- change BuildRequires: libmatewnck-devel instead of libwnck-devel
120
[6172]121* Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
122- new upstream release
123- add Patch0 (mate-system-monitor-1.2.1-configure.patch)
124
[5316]125* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
126- change category
127
[5311]128* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
129- initial build for Vine Linux
130
Note: See TracBrowser for help on using the repository browser.