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

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Mar 5 14:52:47 UTC 2007


Author: thias

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

Modified Files:
	.cvsignore sources 
Added Files:
	gkrellm-sun.spec 
Log Message:
Initial import.



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

Summary: Sun clock plugin for GKrellM
Name: gkrellm-sun
Version: 1.0.0
Release: 2%{?dist}
License: GPL
Group: Applications/System
URL: http://gkrellsun.sourceforge.net/
Source: http://dl.sf.net/gkrellsun/gkrellsun-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: gkrellm >= 2.2.0
BuildRequires: gkrellm-devel >= 2.2.0

%description
A sun clock plugin for GKrellM which can display the sun's setting time, rising
time, path and current location and so on.


%prep
%setup -q -n gkrellsun-%{version}


%build
%{__make} FLAGS='%{optflags} -fPIC $(GTK_INCLUDE)'


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


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


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
%{gkplugindir}/gkrellsun.so


%changelog
* Wed Feb 14 2007 Matthias Saou <http://freshrpms.net/> 1.0.0-2
- Tweak defattr.

* Mon Feb 12 2007 Matthias Saou <http://freshrpms.net/> 1.0.0-1
- Initial RPM release as a single plugin.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-sun/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Mar 2007 04:00:59 -0000	1.1
+++ .cvsignore	5 Mar 2007 14:52:15 -0000	1.2
@@ -0,0 +1 @@
+gkrellsun-1.0.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gkrellm-sun/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Mar 2007 04:00:59 -0000	1.1
+++ sources	5 Mar 2007 14:52:15 -0000	1.2
@@ -0,0 +1 @@
+fbbf5c23a3966b2e16a2bab19a0885b7  gkrellsun-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list