]> git.pld-linux.org Git - packages/sysprof.git/commitdiff
- pl, completed dependencies sysprof-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Dec 2016 13:17:07 +0000 (14:17 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Dec 2016 13:17:07 +0000 (14:17 +0100)
sysprof.spec

index 1809b3b2f638b270fdbc98097f9bb18d1cfa0ce6..6010c068eff8d048c177bacbb3e12b138b5125e5 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Sampling CPU profiler for Linux
+Summary(pl.UTF-8):     Próbkujący profiler procesora dla Linuksa
 Name:          sysprof
 Version:       1.2.0
 Release:       1
@@ -8,8 +9,15 @@ Source0:       http://sysprof.com/%{name}-%{version}.tar.gz
 # Source0-md5: a81808d847732f8dafb59d26ec2eebbf
 URL:           http://sysprof.com/
 BuildRequires: binutils-devel
-BuildRequires: gtk+2-devel
+BuildRequires: gdk-pixbuf2-devel >= 2.0
+BuildRequires: glib2-devel >= 1:2.6.0
+BuildRequires: gtk+2-devel >= 1:2.6.1
+BuildRequires: libglade2-devel >= 2.0
+BuildRequires: pango-devel
+BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.217
+Requires:      glib2 >= 1:2.6.0
+Requires:      gtk+2 >= 1:2.6.1
 Requires:      uname(release) >= 2.6.31
 ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,6 +30,14 @@ recompiled. In fact they don't even have to be restarted.
 
 Just insert the kernel module and start sysprof.
 
+%description -l pl.UTF-8
+Sysprof to próbkujący profiler procesora dla Linuksa wykorzystujący
+moduł jądra do profilowania całego systemu, nie tylko pojedynczej
+aplikacji. Sysprof obsługuje biblioteki współdzielone, a aplikacje nie
+wymagają rekompilacji. Właściwie nawet nie trzeba ich restartować.
+
+Wystarczy załadować moduł jądra i uruchomić sysprof.
+
 %prep
 %setup -q
 
@@ -44,6 +60,6 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/sysprof
 %attr(755,root,root) %{_bindir}/sysprof-cli
-%{_pixmapsdir}/*.png
+%{_pixmapsdir}/sysprof-icon-*.png
 %{_datadir}/%{name}
 /lib/udev/rules.d/60-sysprof.rules
This page took 0.194286 seconds and 4 git commands to generate.