rpms/qa-assistant/FC-5 .cvsignore, 1.3, 1.4 qa-assistant.spec, 1.8, 1.9 sources, 1.3, 1.4

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Jul 18 04:34:51 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/qa-assistant/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30612

Modified Files:
	.cvsignore qa-assistant.spec sources 
Log Message:
- Update to development version 0.4.90.5 because we're incompatible with the
  version of pygtk in FC5+.
- Update pygtk2 requirement to 2.4.0; gnome-python to 2.10.0.
- Register GConf schema.
- Switch webpage and download location to berlios.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qa-assistant/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Nov 2004 19:11:46 -0000	1.3
+++ .cvsignore	18 Jul 2006 04:34:50 -0000	1.4
@@ -1,2 +1 @@
-qa-assistant-0.4.tar.bz2
-qa-assistant-0.4.1.tar.bz2
+qa-assistant-0.4.90.5.tar.bz2


Index: qa-assistant.spec
===================================================================
RCS file: /cvs/extras/rpms/qa-assistant/FC-5/qa-assistant.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qa-assistant.spec	16 Feb 2006 18:04:03 -0000	1.8
+++ qa-assistant.spec	18 Jul 2006 04:34:50 -0000	1.9
@@ -1,11 +1,11 @@
 Name:           qa-assistant
-Version:        0.4.1
-Release:        4%{?dist}
+Version:        0.4.90.5
+Release:        1%{?dist}
 Summary:        Graphical quality assurance report generator
 Group:          Development/Tools
 License:        GPL
-URL:            http://sourceforge.net/projects/qa-assistant
-Source0:        http://dl.sourceforge.net/qa-assistant/qa-assistant-%{version}.tar.bz2
+URL:            http://developer.berlios.de/projects/qa-assistant/
+Source0:        http://download.berlios.de/qa-assistant/qa-assistant-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -13,20 +13,21 @@
 BuildRequires:  sed
 BuildRequires:  desktop-file-utils
 # Needed to get xmlcatalog
-BuildRequires:  libxml2
-BuildRequires:	pygtk2-devel >= 2.2.0
-BuildRequires:	pkgconfig
-BuildRequires:	gtk2-devel
-BuildRequires:	gnome-python2
-Requires:	libxml2-python
-Requires:	gnome-python2
-Requires:	pygtk2 >= 2.2.0
-Requires:	rpm-python
+BuildRequires:  libxml2-devel
+BuildRequires:  pygtk2-devel >= 2.4.0
+BuildRequires:  pkgconfig
+BuildRequires:  gtk2-devel
+BuildRequires:  gnome-python2 >= 2.10.0
+Requires:       libxml2-python
+Requires:       gnome-python2
+Requires:       gnome-python2-gconf
+Requires:       pygtk2 >= 2.4.0
+Requires:       rpm-python
 Requires(post): /usr/bin/xmlcatalog
 Requires(postun): /usr/bin/xmlcatalog
-#Requires(pre): GConf2
-#Requires(post): GConf2
-#Requires(postun): GConf2
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(postun): GConf2
 
 %description
 QA Assistant is a GNOME Application that presents the user with a graphical
@@ -56,13 +57,14 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-#%pre
-#if [ "$1" -gt 1 ]; then
-#    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-#    gconftool-2 --makefile-uninstall-rule \
-#      %{_sysconfdir}/gconf/schemas/qa-assistant.schemas >/dev/null || :
-#    killall -HUP gconfd-2 || :
-#fi
+%pre
+# For GConf apps
+if [ "$1" -gt 1 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
+    killall -HUP gconfd-2 || :
+fi
 
 %post
 CATALOG=%{_datadir}/xml/qa-assistant/xmlcatalog
@@ -89,25 +91,24 @@
                 "file://$CATALOG" $ROOTCATALOG
 fi
 # For GConf apps
-#export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-#gconftool-2 --makefile-install-rule \
-#  %{_sysconfdir}/gconf/schemas/qa-assistant.schemas > /dev/null || :
-#killall -HUP gconfd-2 || :
-
-#%preun
-#if [ "$1" -eq 0 ]; then
-#    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-#    gconftool-2 --makefile-uninstall-rule \
-#      %{_sysconfdir}/gconf/schemas/qa-assistant.schemas > /dev/null || :
-#    killall -HUP gconfd-2 || :
-#fi
-
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule \
+  %{_sysconfdir}/gconf/schemas/qa-assistant.schemas > /dev/null || :
+killall -HUP gconfd-2 || :
+
+%preun
+if [ "$1" -eq 0 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/qa-assistant.schemas > /dev/null || :
+    killall -HUP gconfd-2 || :
+fi
 
 %postun
 #
 # On removal, unregister the xmlcatalog from the supercatalog
 #
-if [ "$1" = "0" ]; then
+if [ "$1" = 0 ]; then
     ROOTCATALOG=%{_sysconfdir}/xml/catalog
 
     if [ -w $ROOTCATALOG ]
@@ -124,7 +125,8 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%doc PREFERENCES TODO
+%doc TODO
+%{_sysconfdir}/gconf/schemas/*
 %{_bindir}/*
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/*
@@ -137,6 +139,13 @@
 %{_datadir}/xml/%{name}
 
 %changelog
+* Sun Jul 16 2006 Toshio Kuratomi <toshio-tiki-lounge.com> - 0.4.90.5-1
+- Update to development version 0.4.90.5 because we're incompatible with the
+  version of pygtk in FC5+.
+- Update pygtk2 requirement to 2.4.0; gnome-python to 2.10.0.
+- Register GConf schema.
+- Switch webpage and download location to berlios.
+
 * Thu Feb 16 2006 Toshio Kuratomi <toshio-tiki-lounge.com> 0.4.1-4
 - Bump and rebuild for FC5.
 - Let python(abi) requirement be detected by rpm.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qa-assistant/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Nov 2004 19:11:46 -0000	1.3
+++ sources	18 Jul 2006 04:34:50 -0000	1.4
@@ -1 +1 @@
-29026d82f523f1b33f593bd7af66b012  qa-assistant-0.4.1.tar.bz2
+bd2eca8ad93b9635ef35d11f871db9b9  qa-assistant-0.4.90.5.tar.bz2




More information about the fedora-extras-commits mailing list