rpms/sysprof/devel sources, 1.7, 1.8 sysprof.desktop, 1.2, 1.3 sysprof.spec, 1.12, 1.13 .cvsignore, 1.6, 1.7 dead.package, 1.1, NONE

Gianluca Sforna giallu at fedoraproject.org
Sun Sep 27 14:49:04 UTC 2009


Author: giallu

Update of /cvs/extras/rpms/sysprof/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1933

Modified Files:
	.cvsignore 
Added Files:
	sources sysprof.desktop sysprof.spec 
Removed Files:
	dead.package 
Log Message:
Revive sysprof package



Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	27 Sep 2009 14:49:02 -0000	1.8
@@ -0,0 +1 @@
+386a4002b3fc9f96be52ca69240a8729  sysprof-1.1.2.tar.gz


Index: sysprof.desktop
===================================================================
RCS file: sysprof.desktop
diff -N sysprof.desktop
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sysprof.desktop	27 Sep 2009 14:49:02 -0000	1.3
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Sysprof
+Comment=a sampling CPU profiler
+Exec=sysprof
+Icon=sysprof-icon
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Development;Profiling;


Index: sysprof.spec
===================================================================
RCS file: sysprof.spec
diff -N sysprof.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sysprof.spec	27 Sep 2009 14:49:02 -0000	1.13
@@ -0,0 +1,107 @@
+Name:           sysprof
+Version:        1.1.2
+Release:        2%{?dist}
+Summary:        A system-wide Linux profiler
+Group:          Development/System
+License:        GPLv2+
+URL:            http://www.daimi.au.dk/~sandmann/sysprof/
+Source0:        http://www.daimi.au.dk/~sandmann/sysprof/sysprof-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Source1:        sysprof.desktop
+
+BuildRequires:  gtk2-devel => 2.6
+BuildRequires:  libglade2-devel
+BuildRequires:  binutils-devel
+BuildRequires:  desktop-file-utils
+
+ExclusiveArch:  %{ix86} x86_64
+
+%description
+Sysprof is a sampling CPU profiler for Linux that uses a kernel module
+to profile the entire system, not just a single application.
+Sysprof handles shared libraries and applications do not need to be
+recompiled. In fact they don't even have to be restarted.
+
+%prep
+%setup -q -n sysprof-%{version}
+
+# Fix README
+iconv --from=ISO-8859-1 --to=UTF-8 README > README.new && \
+touch -r README README.new && \
+mv README.new README
+
+
+%build
+%configure
+make %{?_smp_mflags}
+
+
+%install
+rm -rf ${RPM_BUILD_ROOT}
+make install DESTDIR=${RPM_BUILD_ROOT}
+
+desktop-file-install                                            \
+        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+        %{SOURCE1}
+
+
+%clean
+rm -rf ${RPM_BUILD_ROOT}
+
+
+%files
+%defattr(-,root,root,-)
+%doc NEWS README COPYING TODO AUTHORS
+%{_sysconfdir}/udev/rules.d/60-sysprof.rules
+%{_bindir}/sysprof
+%{_bindir}/sysprof-cli
+%{_datadir}/pixmaps/sysprof-*.png
+%{_datadir}/sysprof/
+%{_datadir}/applications/*.desktop
+
+
+%changelog
+* Sun Sep 27 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-2
+- Incorporate suggestions from package review
+
+* Sat Sep 26 2009 Gianluca Sforna <giallu gmail com> - 1.1.2-1
+- New upstream release
+
+* Wed Apr  9 2008 Gianluca Sforna <giallu gmail com> - 1.0.9-1
+- version update to 1.0.9
+
+* Tue Aug 28 2007 Gianluca Sforna <giallu gmail com> 1.0.8-2
+- update License field
+
+* Thu Dec 21 2006 Gianluca Sforna <giallu gmail com> 1.0.8-1
+- version update to 1.0.8
+
+* Tue Nov 21 2006 Gianluca Sforna <giallu gmail com> 1.0.7-1
+- version update to 1.0.7
+
+* Wed Nov  1 2006 Gianluca Sforna <giallu gmail com> 1.0.5-1
+- version update
+
+* Sun Oct  8 2006 Gianluca Sforna <giallu gmail com> 1.0.3-6
+- better to use ExclusiveArch %%{ix86} (thanks Ville)
+
+* Thu Oct  5 2006 Gianluca Sforna <giallu gmail com> 1.0.3-5
+- add ExclusiveArch to match sysprof-kmod supported archs
+
+* Tue Oct  2 2006 Gianluca Sforna <giallu gmail com> 1.0.3-4
+- add .desktop file
+
+* Fri Sep 30 2006 Gianluca Sforna <giallu gmail com> 1.0.3-3
+- versioned Provides
+- add BR: binutils-devel
+
+* Fri Sep 29 2006 Gianluca Sforna <giallu gmail com> 1.0.3-2
+- own sysprof directory
+
+* Thu Jun 22 2006 Gianluca Sforna <giallu gmail com> 1.0.3-1
+- version update
+- use standard %%configure macro
+
+* Sun May 14 2006 Gianluca Sforna <giallu gmail com> 1.0.2-1
+- Initial Version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sysprof/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	1 Dec 2007 23:06:22 -0000	1.6
+++ .cvsignore	27 Sep 2009 14:49:02 -0000	1.7
@@ -1 +1 @@
-sysprof-1.0.9.tar.gz
+sysprof-1.1.2.tar.gz


--- dead.package DELETED ---




More information about the fedora-extras-commits mailing list