- version update to 1.0.9
- drop kernel module - do not add category X-Fedora to desktop file
This commit is contained in:
parent
d1d365af2a
commit
2250a6f7bb
@ -1 +1 @@
|
|||||||
sysprof-1.0.8.tar.gz
|
sysprof-1.0.9.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
4f2e15a81267f668bddd4c551d4a0158 sysprof-1.0.8.tar.gz
|
3fdbce685f75fac650c8a03e3bafff57 sysprof-1.0.9.tar.gz
|
||||||
|
14
sysprof.spec
14
sysprof.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sysprof
|
Name: sysprof
|
||||||
Version: 1.0.8
|
Version: 1.0.9
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Sysprof is a sampling CPU profiler
|
Summary: Sysprof is a sampling CPU profiler
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -10,10 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
|
|
||||||
Source1: sysprof.desktop
|
Source1: sysprof.desktop
|
||||||
|
|
||||||
# kmod related stuff
|
|
||||||
Provides: sysprof-kmod-common = %{version}
|
|
||||||
Requires: kmod-%{name} >= %{version}
|
|
||||||
|
|
||||||
BuildRequires: gtk2-devel => 2.6
|
BuildRequires: gtk2-devel => 2.6
|
||||||
BuildRequires: libglade2-devel
|
BuildRequires: libglade2-devel
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
@ -42,7 +38,6 @@ make install DESTDIR=${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
desktop-file-install --vendor fedora \
|
desktop-file-install --vendor fedora \
|
||||||
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
--dir ${RPM_BUILD_ROOT}%{_datadir}/applications \
|
||||||
--add-category X-Fedora \
|
|
||||||
%{SOURCE1}
|
%{SOURCE1}
|
||||||
|
|
||||||
|
|
||||||
@ -61,6 +56,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 1 2007 Gianluca Sforna <giallu gmail com> - 1.0.9-1
|
||||||
|
- version update to 1.0.9
|
||||||
|
- drop kernel module
|
||||||
|
- do not add category X-Fedora to desktop file
|
||||||
|
|
||||||
* Tue Aug 28 2007 Gianluca Sforna <giallu gmail com> 1.0.8-2
|
* Tue Aug 28 2007 Gianluca Sforna <giallu gmail com> 1.0.8-2
|
||||||
- update License field
|
- update License field
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user