]> git.pld-linux.org Git - packages/mate-system-monitor.git/commitdiff
- pl, completed dependencies
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Jan 2014 06:16:21 +0000 (07:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 5 Jan 2014 06:16:21 +0000 (07:16 +0100)
mate-system-monitor.spec

index b556c0c68b3a1eb73f3c3f917b1d1933a8841d9a..8a38f69c23a0f2531746b5f4a82163ab7c2ea2c3 100644 (file)
@@ -1,4 +1,5 @@
-Summary:       Process and resource monitor
+Summary:       Process and resource monitor for MATE desktop
+Summary(pl.UTF-8):     Monitor procesów w zasobów dla środowiska MATE
 Name:          mate-system-monitor
 Version:       1.6.1
 Release:       1
@@ -8,32 +9,40 @@ Source0:      http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
 # Source0-md5: c2fc9d21ad18c67f6517434d22e31bf3
 Patch0:                use-libwnck.patch
 URL:           http://mate-desktop.org/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: dbus-glib-devel
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake >= 1:1.9
+BuildRequires: dbus-glib-devel >= 0.70
 BuildRequires: desktop-file-utils
 BuildRequires: docbook-dtd412-xml
-BuildRequires: glibmm-devel
-BuildRequires: gtk+2-devel
-BuildRequires: gtkmm-devel
-BuildRequires: libgtop-devel
-BuildRequires: librsvg-devel
-BuildRequires: libselinux-devel
-BuildRequires: libtool
-BuildRequires: libwnck2-devel
-BuildRequires: libxml2-devel
+BuildRequires: gettext-devel >= 0.10.40
+BuildRequires: glib2-devel >= 1:2.28.0
+BuildRequires: glibmm-devel >= 2.26.0
+BuildRequires: gtk+2-devel >= 2:2.20.0
+BuildRequires: gtkmm-devel >= 2.22
+BuildRequires: intltool >= 0.35.0
+BuildRequires: libgtop-devel >= 1:2.23.1
+BuildRequires: librsvg-devel >= 2.12
+BuildRequires: libtool >= 1:1.4.3
+BuildRequires: libwnck2-devel >= 2.5.0
+BuildRequires: libxml2-devel >= 2.0
 BuildRequires: mate-common
 BuildRequires: mate-doc-utils
-BuildRequires: mate-icon-theme-devel
-BuildRequires: pango-devel
-BuildRequires: pcre-devel
+BuildRequires: mate-icon-theme-devel >= 1.1.0
+BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(find_lang) >= 1.36
 BuildRequires: rpmbuild(macros) >= 1.311
 BuildRequires: startup-notification-devel
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
-Requires:      glib2 >= 1:2.26.0
+Requires:      glib2 >= 1:2.28.0
+Requires:      glibmm >= 2.26.0
+Requires:      gtk+2 >= 2:2.20.0
+Requires:      gtkmm >= 2.22
+Requires:      libgtop >= 1:2.23.1
+Requires:      librsvg >= 2.12
+Requires:      libwnck2 >= 2.5.0
 Requires:      mate-desktop
+Requires:      mate-icon-theme >= 1.1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -41,6 +50,11 @@ mate-system-monitor allows to graphically view and manipulate the
 running processes on your system. It also provides an overview of
 available resources such as CPU and memory.
 
+%description -l pl.UTF-8
+mate-system-monitor pozwala na graficzny podgląd i operowanie na
+procesach działających w systemie. Zapewnia także widok dostępnych
+zasobów, takich jak procesor i pamięć.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -52,9 +66,9 @@ available resources such as CPU and memory.
 %{__autoheader}
 %{__automake}
 %configure \
+       --disable-scrollkeeper \
        --disable-silent-rules \
        --disable-static \
-       --disable-scrollkeeper \
        --enable-compile-warnings=minimum
 
 %{__make}
@@ -87,7 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/%{name}
 %{_mandir}/man1/mate-system-monitor.1*
 %{_desktopdir}/%{name}.desktop
This page took 0.091068 seconds and 4 git commands to generate.