]> git.pld-linux.org Git - packages/mate-system-monitor.git/blame - mate-system-monitor.spec
- up to 1.8.0
[packages/mate-system-monitor.git] / mate-system-monitor.spec
CommitLineData
31a4f9c9
JB
1Summary: Process and resource monitor for MATE desktop
2Summary(pl.UTF-8): Monitor procesów w zasobów dla środowiska MATE
c2412cac 3Name: mate-system-monitor
8c23930a 4Version: 1.8.0
90ee71f8 5Release: 1
c2412cac
ER
6License: GPL v2+
7Group: X11/Applications
8c23930a
JP
8Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
9# Source0-md5: d6b10ecda2d1d5f294bb54626d72f321
c2412cac 10URL: http://mate-desktop.org/
31a4f9c9
JB
11BuildRequires: autoconf >= 2.52
12BuildRequires: automake >= 1:1.9
13BuildRequires: dbus-glib-devel >= 0.70
c2412cac 14BuildRequires: desktop-file-utils
90ee71f8 15BuildRequires: docbook-dtd412-xml
31a4f9c9
JB
16BuildRequires: gettext-devel >= 0.10.40
17BuildRequires: glib2-devel >= 1:2.28.0
18BuildRequires: glibmm-devel >= 2.26.0
19BuildRequires: gtk+2-devel >= 2:2.20.0
20BuildRequires: gtkmm-devel >= 2.22
21BuildRequires: intltool >= 0.35.0
22BuildRequires: libgtop-devel >= 1:2.23.1
23BuildRequires: librsvg-devel >= 2.12
24BuildRequires: libtool >= 1:1.4.3
25BuildRequires: libwnck2-devel >= 2.5.0
26BuildRequires: libxml2-devel >= 2.0
c2412cac
ER
27BuildRequires: mate-common
28BuildRequires: mate-doc-utils
31a4f9c9
JB
29BuildRequires: mate-icon-theme-devel >= 1.1.0
30BuildRequires: pkgconfig >= 1:0.19
c2412cac
ER
31BuildRequires: rpmbuild(find_lang) >= 1.36
32BuildRequires: rpmbuild(macros) >= 1.311
33BuildRequires: startup-notification-devel
34BuildRequires: tar >= 1:1.22
35BuildRequires: xz
31a4f9c9
JB
36Requires: glib2 >= 1:2.28.0
37Requires: glibmm >= 2.26.0
38Requires: gtk+2 >= 2:2.20.0
39Requires: gtkmm >= 2.22
40Requires: libgtop >= 1:2.23.1
41Requires: librsvg >= 2.12
42Requires: libwnck2 >= 2.5.0
c2412cac 43Requires: mate-desktop
31a4f9c9 44Requires: mate-icon-theme >= 1.1.0
c2412cac
ER
45BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
46
47%description
90ee71f8
ER
48mate-system-monitor allows to graphically view and manipulate the
49running processes on your system. It also provides an overview of
50available resources such as CPU and memory.
c2412cac 51
31a4f9c9
JB
52%description -l pl.UTF-8
53mate-system-monitor pozwala na graficzny podgląd i operowanie na
54procesach działających w systemie. Zapewnia także widok dostępnych
55zasobów, takich jak procesor i pamięć.
56
c2412cac
ER
57%prep
58%setup -q
59
60%build
121467d0
ER
61%{__libtoolize}
62%{__aclocal}
63%{__autoconf}
64%{__autoheader}
65%{__automake}
c2412cac 66%configure \
31a4f9c9 67 --disable-scrollkeeper \
121467d0 68 --disable-silent-rules \
c2412cac 69 --disable-static \
c2412cac
ER
70 --enable-compile-warnings=minimum
71
72%{__make}
73
74%install
75rm -rf $RPM_BUILD_ROOT
76%{__make} install \
77 DESTDIR=$RPM_BUILD_ROOT
78
79# mate < 1.5 did not exist in pld, avoid dependency on mate-conf
80%{__rm} $RPM_BUILD_ROOT%{_datadir}/MateConf/gsettings/%{name}.convert
81
8c23930a
JP
82%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/{cmn,nah}
83
c2412cac
ER
84desktop-file-install \
85 --delete-original \
86 --remove-category=MATE \
87 --add-category=X-Mate \
88 --dir $RPM_BUILD_ROOT%{_desktopdir} \
89 $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
90
91%find_lang %{name} --with-mate --with-omf
92
93%clean
94rm -rf $RPM_BUILD_ROOT
95
96%post
97%glib_compile_schemas
98
99%postun
100%glib_compile_schemas
101
102%files -f %{name}.lang
103%defattr(644,root,root,755)
31a4f9c9 104%doc AUTHORS ChangeLog NEWS README TODO
c2412cac 105%attr(755,root,root) %{_bindir}/%{name}
121467d0 106%{_mandir}/man1/mate-system-monitor.1*
c2412cac
ER
107%{_desktopdir}/%{name}.desktop
108%{_pixmapsdir}/%{name}
109%{_datadir}/glib-2.0/schemas/org.mate.system-monitor.*.xml
This page took 0.106806 seconds and 4 git commands to generate.