rpms/byzanz/devel .cvsignore, 1.2, 1.3 byzanz.spec, 1.2, 1.3 sources, 1.2, 1.3

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Jan 27 05:09:49 UTC 2006


Author: jcollie

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

Modified Files:
	.cvsignore byzanz.spec sources 
Log Message:
Update to 0.1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/byzanz/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Jan 2006 19:52:04 -0000	1.2
+++ .cvsignore	27 Jan 2006 05:09:48 -0000	1.3
@@ -1 +1 @@
-byzanz-0.0.3.tar.gz
+byzanz-0.1.0.tar.gz


Index: byzanz.spec
===================================================================
RCS file: /cvs/extras/rpms/byzanz/devel/byzanz.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- byzanz.spec	19 Jan 2006 20:00:27 -0000	1.2
+++ byzanz.spec	27 Jan 2006 05:09:48 -0000	1.3
@@ -1,7 +1,7 @@
 Summary: A desktop recorder
 Name: byzanz
-Version: 0.0.3
-Release: 3%{?dist}
+Version: 0.1.0
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Multimedia
 URL: http://www.freedesktop.org/~company/byzanz/
@@ -15,6 +15,10 @@
 BuildRequires: gnome-vfs2-devel >= 2.12.0
 BuildRequires: libgnomeui-devel >= 2.12.0
 
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(preun): GConf2
+
 %description
 Byzanz is a desktop recorder. Just like Istanbul. But it doesn't
 record to Ogg Theora, but to GIF.
@@ -28,21 +32,55 @@
 
 %install
 rm -rf %{buildroot}
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make DESTDIR=%{buildroot} install
 %find_lang byzanz
 
 %clean
 rm -rf %{buildroot}
 
+%pre
+if [ $1 -gt 1 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    if [ -f %{_sysconfdir}/gconf/schemas/byzanz.schemas ]; then
+        gconftool-2 --makefile-uninstall-rule \
+          %{_sysconfdir}/gconf/schemas/byzanz.schemas >/dev/null || :
+        killall -HUP gconfd-2 || :
+    fi
+fi
+
+%preun
+if [ $1 -eq 0 ]; then
+    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+    gconftool-2 --makefile-uninstall-rule \
+      %{_sysconfdir}/gconf/schemas/byzanz.schemas > /dev/null || :
+    killall -HUP gconfd-2 || :
+fi
+
+%post
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+gconftool-2 --makefile-install-rule \
+  %{_sysconfdir}/gconf/schemas/byzanz.schemas > /dev/null || :
+killall -HUP gconfd-2 || :
+
 %files -f byzanz.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
 
+%{_sysconfdir}/gconf/schemas/byzanz.schemas
 %{_bindir}/byzanz-record
 %{_libdir}/bonobo/servers/ByzanzApplet.server
 %{_libexecdir}/byzanz-applet
+%{_datadir}/gnome-2.0/ui/byzanzapplet.xml
+%{_datadir}/icons/hicolor/24x24/apps/byzanz-record-area.png
+%{_datadir}/icons/hicolor/24x24/apps/byzanz-record-screen.png
+%{_datadir}/icons/hicolor/24x24/apps/byzanz-record-window.png
 
 %changelog
+* Thu Jan 26 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.1.0-1
+- Update to 0.1.0
+- Add scriptlet for installing GConf schema.
+
 * Thu Jan 19 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.0.3-3
 - Bump release.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/byzanz/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Jan 2006 19:52:04 -0000	1.2
+++ sources	27 Jan 2006 05:09:48 -0000	1.3
@@ -1 +1 @@
-3c57cd11aba49fe05f77709cd9a7d609  byzanz-0.0.3.tar.gz
+3637e3a078aec602606ad053512b1209  byzanz-0.1.0.tar.gz




More information about the scm-commits mailing list