rpms/gimmie/devel gimmie.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Deji Akingunola (deji) fedora-extras-commits at redhat.com
Tue Feb 13 22:04:18 UTC 2007


Author: deji

Update of /cvs/extras/rpms/gimmie/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11085/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gimmie.spec 
Log Message:
auto-import gimmie-0.2.3-2 on branch devel from gimmie-0.2.3-2.src.rpm
Initial import


--- NEW FILE gimmie.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

Summary: Gnome panel revisited
Name: gimmie
Version: 0.2.3
Release: 2%{?dist}
License: LGPL
Group: Applications/Engineering
URL: http://beatnik.infogami.com/Gimmie
Source: http://www.beatniksoftware.com/gimmie/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pygtk2-devel, libgnomecups-devel, gtk2-devel
BuildRequires: gettext, perl(XML::Parser), intltool
BuildRequires: gnome-python2-gconf, libsexy-devel

Requires: gnome-python2-gconf
Requires: gnome-python2-gnomedesktop, gnome-python2-libwnck
Requires: gnome-python2-applet, gnome-python2-libegg
Requires: gnome-python2-gnomekeyring, python-sexy, PyXML

%description
Gimmie is an elegant way to think about how you use your desktop computer. 

%prep
%setup -q
# remove shebangs from the non-executable python files
sed -e '/^#!\//,1 d' -i gimmie/gimmie_bar.py

%build
%configure 
make %{?_smp_mflags}
										
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install

%find_lang gimmie

%clean
rm -rf %{buildroot}

%post
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%postun
touch --no-create %{_datadir}/icons/hicolor || :
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :

%files -f gimmie.lang
%defattr(-, root, root, -)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/gimmie
%{_datadir}/icons/hicolor/*/apps/gimmie.*
%{_datadir}/pixmaps/gimmie.png
%{_libdir}/bonobo/servers/GNOME_GimmieApplet.server
%{_libexecdir}/gimmie_applet
%{python_sitearch}/gimmie/

%changelog
* Tue Feb 13 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.3-2
- Add more BRs

* Tue Feb 07 2007 Deji Akingunola <dakingun at gmail.com> - 0.2.3-1
- First build for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gimmie/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Feb 2007 19:01:58 -0000	1.1
+++ .cvsignore	13 Feb 2007 22:03:45 -0000	1.2
@@ -0,0 +1 @@
+gimmie-0.2.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gimmie/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Feb 2007 19:01:58 -0000	1.1
+++ sources	13 Feb 2007 22:03:46 -0000	1.2
@@ -0,0 +1 @@
+294b9aa65247dc1f467424d15b1c247c  gimmie-0.2.3.tar.gz




More information about the scm-commits mailing list