rpms/gkrellm-freq/devel gkrellm-freq.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Wed Jul 13 07:57:06 UTC 2005


Author: thias

Update of /cvs/extras/rpms/gkrellm-freq/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29661/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gkrellm-freq.spec 
Log Message:
auto-import gkrellm-freq-0.1.1-1 on branch devel from gkrellm-freq-0.1.1-1.src.rpm


--- NEW FILE gkrellm-freq.spec ---
%define gkplugindir	%{_libdir}/gkrellm2/plugins

Summary: CPU frequency display plugin for GKrellM
Name: gkrellm-freq
Version: 0.1.1
Release: 1%{?dist}
License: GPL
Group: Applications/System
URL: http://www.peakunix.net/gkfreq/
Source: http://www.peakunix.net/downloads/gkfreq-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: gkrellm >= 2.2.0
BuildRequires: gkrellm-devel >= 2.2.0

%description
This plugin for GKrellM, the GNU Krell Monitor, displays the current CPU speed
using the "dynamic" cpufrequency scheme.


%prep
%setup -n gkfreq-%{version}


%build
# Trivial manual build, the "build" script does the same without our optflags
%{__cc} %{optflags} -fPIC `pkg-config gtk+-2.0 --cflags` -c gkfreq.c
%{__cc} %{optflags} -fPIC -shared -o gkfreq.so gkfreq.o


%install
%{__rm} -rf %{buildroot}
%{__install} -D -m 0755 gkfreq.so \
    %{buildroot}%{gkplugindir}/gkfreq.so


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-, root, root, 0755)
%doc CHANGES COPYING README
%{gkplugindir}/gkfreq.so


%changelog
* Tue Jul 12 2005 Matthias Saou <http://freshrpms.net/> 0.1.1-1
- Initial RPM release, split out from my old gkrellm-plugins package.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-freq/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jul 2005 07:56:17 -0000	1.1
+++ .cvsignore	13 Jul 2005 07:57:03 -0000	1.2
@@ -0,0 +1 @@
+gkfreq-0.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-freq/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jul 2005 07:56:18 -0000	1.1
+++ sources	13 Jul 2005 07:57:03 -0000	1.2
@@ -0,0 +1 @@
+d4186d02a9fbc55bbf1854399e78946a  gkfreq-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list