rpms/wuja/F-7 wuja.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Devan Goodwin (dgoodwin) fedora-extras-commits at redhat.com
Sun May 20 23:18:25 UTC 2007


Author: dgoodwin

Update of /cvs/extras/rpms/wuja/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9939/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	wuja.spec 
Log Message:
Initial wuja commit for Fedora 7 branch.



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

Name: wuja
Version: 0.0.7
Release:        2%{?dist}
Summary: Gnome desktop applet for integration with Google Calendar

Group: Applications/Internet
License: GPL
URL: http://dangerouslyinc.com/wuja
Source0: http://dangerouslyinc.com/files/wuja/wuja-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch: noarch
BuildRequires: python-devel

Requires: python-vobject >= 0.4.4
Requires: python-dateutil >= 1.1
Requires: gnome-python2-libegg >= 2.14.3
Requires: gnome-python2-gconf >= 2.18.1
Requires: notify-python >= 0.1.0

Requires(pre): GConf2
Requires(post): GConf2
Requires(preun): GConf2

%description
wuja is a Gnome application for integration with Google Calendar.
%prep
%setup -q -n wuja-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt


%pre
if [ "$1" -gt 1 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
        %{_sysconfdir}/gconf/schemas/wuja.schema >/dev/null || :
fi


%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
    %{_sysconfdir}/gconf/schemas/wuja.schema > /dev/null || :


%preun
if [ "$1" -eq 0 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
        %{_sysconfdir}/gconf/schemas/wuja.schema > /dev/null || :
fi


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS
%doc LICENSE
%doc README
%{_sysconfdir}/gconf/schemas/wuja.schema
%{_bindir}/wuja
%dir %{python_sitelib}/wuja
%{python_sitelib}/wuja/*


%changelog
* Sun Apr 29 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 0.0.7-2
- Updating spec file as per Fedora review suggestions.

* Thu Apr 26 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 0.0.7-1
- Updated to use _elementtree module in Python 2.5 if available.

* Mon Feb 22 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 0.0.6-1
- Renamed back to just wuja, not really a Gnome applet.

* Mon Feb 05 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 0.0.6-1
- Disabled threading for temporary bugfix release.

* Mon Feb 05 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 0.0.5-3
- Updates to .spec file.

* Sun Jan 21 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 0.0.5-2
- Renamed to gnome-applet-wuja.

* Wed Jan 17 2007 Devan Goodwin <dgoodwin at dangerouslyinc.com> 0.0.5-1
- Initial packaging.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wuja/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 May 2007 12:43:32 -0000	1.1
+++ .cvsignore	20 May 2007 23:17:50 -0000	1.2
@@ -0,0 +1 @@
+wuja-0.0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wuja/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 May 2007 12:43:32 -0000	1.1
+++ sources	20 May 2007 23:17:50 -0000	1.2
@@ -0,0 +1 @@
+92cd82cfb6cc35b3bf493e0ad6693105  wuja-0.0.7.tar.gz




More information about the fedora-extras-commits mailing list