rpms/xchat-gnome/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xchat-gnome.spec, 1.4, 1.5

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Mon Nov 21 19:49:42 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/xchat-gnome/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6564

Modified Files:
	.cvsignore sources xchat-gnome.spec 
Log Message:
* Mon Nov 21 2005 Brian Pepple <bdpepple at ameritech.net> - 0.7-2
- Update to 0.7.
- Add BR for libSM-devel.
- Disable libnotify support, until it's available in Rawhide.
- Add help files & scrollkeeper scriptlets.
- Add BR & requires for scrollkeeper.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Nov 2005 14:45:59 -0000	1.2
+++ .cvsignore	21 Nov 2005 19:49:40 -0000	1.3
@@ -1 +1 @@
-xchat-gnome-0.6.tar.bz2
+xchat-gnome-0.7.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Nov 2005 14:45:59 -0000	1.2
+++ sources	21 Nov 2005 19:49:40 -0000	1.3
@@ -1 +1 @@
-ef76823773da1e216c580cc0e289d2b4  xchat-gnome-0.6.tar.bz2
+a5f0940ee6389d58222a04facca0aa0d  xchat-gnome-0.7.tar.bz2


Index: xchat-gnome.spec
===================================================================
RCS file: /cvs/extras/rpms/xchat-gnome/devel/xchat-gnome.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xchat-gnome.spec	12 Nov 2005 20:50:56 -0000	1.4
+++ xchat-gnome.spec	21 Nov 2005 19:49:40 -0000	1.5
@@ -5,8 +5,8 @@
 %endif
 
 Name:           xchat-gnome
-Version:        0.6
-Release:        7%{?dist}
+Version:        0.7
+Release:        2%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -23,6 +23,8 @@
 BuildRequires:	libglade2-devel
 BuildRequires:	python-devel
 BuildRequires:	desktop-file-utils
+BuildRequires:	libSM-devel
+BuildRequires:  scrollkeeper
 BuildRequires:  gettext
 
 %if %{with_dbus}
@@ -34,7 +36,9 @@
 
 Requires(pre): GConf2
 Requires(post): GConf2
+Requires(post): scrollkeeper
 Requires(preun): GConf2
+Requires(postun): scrollkeeper
 
 
 %description
@@ -56,6 +60,7 @@
 	   --disable-tcl	\
 	   --enable-ipv6	\
 	   --enable-shm		\
+	   --disable-libnotify	\
 %if %{with_dbus}
 	   --enable-dbus	
 %else
@@ -106,6 +111,7 @@
 		 %{_sysconfdir}/gconf/schemas/$i > /dev/null || :
 done
 killall -HUP gconfd-2 || :
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
 
 
 %preun
@@ -119,6 +125,10 @@
 fi
 
 
+%postun
+scrollkeeper-update -q -o %{_datadir}/omf/%{name} || :
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING faq.html README plugins/plugin20.html
@@ -128,13 +138,23 @@
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/fedora-%{name}.desktop
+%{_datadir}/omf/%{name}/
+%{_datadir}/gnome/help/%{name}/
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/plugins/
 %if %{with_dbus}
 %{_bindir}/xchat-remote
 %endif
 
+
 %changelog
+* Mon Nov 21 2005 Brian Pepple <bdpepple at ameritech.net> - 0.7-2
+- Update to 0.7.
+- Add BR for libSM-devel.
+- Disable libnotify support, until it's available in Rawhide.
+- Add help files & scrollkeeper scriptlets.
+- Add BR & requires for scrollkeeper.
+
 * Sat Nov 12 2005 Brian Pepple <bdpepple at ameritech.net> - 0.6-7
 - Bump
 




More information about the fedora-extras-commits mailing list