devel/qa-assistant qa-assistant.spec,1.5,1.6

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Wed Apr 6 23:15:48 UTC 2005


Author: toshio

Update of /cvs/extras/devel/qa-assistant
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31695

Modified Files:
	qa-assistant.spec 
Log Message:
Commit commented out GConf work as I realized only the development
branch of QA Assistant has a gconf dependency.



Index: qa-assistant.spec
===================================================================
RCS file: /cvs/extras/devel/qa-assistant/qa-assistant.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qa-assistant.spec	6 Apr 2005 22:13:30 -0000	1.5
+++ qa-assistant.spec	6 Apr 2005 23:15:46 -0000	1.6
@@ -5,7 +5,6 @@
 Name:           qa-assistant
 Version:        0.4.1
 Release:        2
-
 Summary:        Graphical quality assurance report generator
 Group:          Development/Tools
 License:        GPL
@@ -23,9 +22,6 @@
 BuildRequires:	pkgconfig
 BuildRequires:	gtk2-devel
 BuildRequires:	gnome-python2
-# Additional Python 2.2 requirement
-#BuildRequires:	python-optik
-#Requires:	python-optik
 Requires:	python-abi = %{pyver}
 Requires:	libxml2-python
 Requires:	gnome-python2
@@ -33,6 +29,9 @@
 Requires:	rpm-python
 Requires(post): /usr/bin/xmlcatalog
 Requires(postun): /usr/bin/xmlcatalog
+#Requires(pre): GConf2
+#Requires(post): GConf2
+#Requires(postun): GConf2
 
 %description
 QA Assistant is a GNOME Application that presents the user with a graphical
@@ -62,6 +61,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
+
 %post
 CATALOG=%{_datadir}/xml/qa-assistant/xmlcatalog
 #
@@ -86,6 +93,20 @@
                 "http://qa-assistant.sf.net/dtds" \
                 "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
+
 
 %postun
 #
@@ -121,10 +142,10 @@
 %{_datadir}/xml/%{name}
 
 %changelog
-* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
-- rebuilt
+* Sun Mar 20 2005 Toshio Kuratomi <toshio-tiki-lounge.com> 0.4.1-2
+- Rebuild for FC4t1
 
-* Sat Oct 16 2004 Toshio Kuratomi <toshio at tiki-lounge.com> - 0:0.4.1-1
+* Sat Oct 16 2004 Toshio Kuratomi <toshio-tiki-lounge.com> - 0:0.4.1-1
 - Update to version 0.4.1
 
 * Sun Aug 8 2004 Toshio Kuratomi <toshio{here}tiki-lounge.com> - 0:0.4-0.fdr.3




More information about the fedora-extras-commits mailing list