Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

31 commits

Author SHA1 Message Date
Fedora Release Engineering
d9d78f2f45 wuja fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676222 2019-08-08 16:50:06 +00:00
Fedora Release Engineering
c9127e4afd - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 03:46:23 +00:00
Fedora Release Engineering
9ccd7aa97d - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 11:59:22 +00:00
609bc6a7b3 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:55 +01:00
66bb3abe81
Switch to %py2_install
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-29 23:28:39 +02:00
6ee4e7a9d2
Switch to %py2_build
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-29 23:25:13 +02:00
499fd65c1f
%{python_sitelib} → %{python2_sitelib}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-29 23:11:17 +02:00
Fedora Release Engineering
97f835cd3e - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:01:44 +00:00
Jason Tibbitts
86ecc84ddf Remove needless use of %defattr 2018-07-10 01:40:31 -05:00
Iryna Shcherbina
eb5e93c8ff Update Python 2 dependency declarations to new packaging standards 2018-02-14 17:26:47 +01:00
233f9740ba
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 08:59:41 +01:00
7567d4cd5c Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:49:31 +01:00
Fedora Release Engineering
73178470ca - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:12:53 +00:00
Fedora Release Engineering
9cae41336e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 21:48:00 +00:00
Fedora Release Engineering
6626bc1bc8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:34:29 +00:00
Fedora Release Engineering
36244c08c6 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 13:10:50 +00:00
Fedora Release Engineering
4bedb95a16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:11:43 +00:00
Dennis Gilmore
91d614cadd - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 02:38:09 +00:00
Dennis Gilmore
d19414f876 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 23:59:20 -05:00
Dennis Gilmore
f557c30dea - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 02:22:30 -05:00
Dennis Gilmore
15014f438e - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:21:03 -06:00
Dennis Gilmore
9485fd0e43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 23:08:29 -05:00
Dennis Gilmore
d4b6db1889 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:31:35 -06:00
Dennis Gilmore
1a23245034 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 21:16:07 -06:00
Fedora Release Engineering
45e8435dda dist-git conversion 2010-07-29 15:27:22 +00:00
f473abaeef - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 07:15:58 +00:00
Bill Nottingham
452ca922a6 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:43:17 +00:00
Jesse Keating
30386fddbc - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 07:29:32 +00:00
Jesse Keating
44fcb4a35f - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 07:21:25 +00:00
Ignacio Vazquez-Abrams
aef6a6a01d Rebuild for Python 2.6 2008-11-29 17:35:12 +00:00
ac4bc93490 fix license tag 2008-09-06 21:25:40 +00:00
5 changed files with 1 additions and 132 deletions

View file

@ -1 +0,0 @@
wuja-0.0.8.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: wuja
# $Id$
NAME := wuja
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

1
dead.package Normal file
View file

@ -0,0 +1 @@
wuja fails to build from source: https://bugzilla.redhat.com/show_bug.cgi?id=1676222

View file

@ -1 +0,0 @@
a8775b800930e589d61dbba439d3ee81 wuja-0.0.8.tar.gz

109
wuja.spec
View file

@ -1,109 +0,0 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: wuja
Version: 0.0.8
Release: 3%{?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/*
%{python_sitelib}/wuja*.egg-info
%changelog
* Fri Apr 04 2008 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.8-3
- Minor fix for missing egg info file.
* Sat Jun 02 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.8-1
- Releasing 0.0.8.
* Sun Apr 29 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.7-2
- Updating spec file as per Fedora review suggestions.
* Thu Apr 26 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.7-1
- Updated to use _elementtree module in Python 2.5 if available.
* Mon Feb 22 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.6-1
- Renamed back to just wuja, not really a Gnome applet.
* Mon Feb 05 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.6-1
- Disabled threading for temporary bugfix release.
* Mon Feb 05 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.5-3
- Updates to .spec file.
* Sun Jan 21 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.5-2
- Renamed to gnome-applet-wuja.
* Wed Jan 17 2007 Devan Goodwin <dgoodwin@dangerouslyinc.com> 0.0.5-1
- Initial packaging.