rpms/gossip/FC-4 .cvsignore, 1.2, 1.3 gossip.spec, 1.3, 1.4 sources, 1.2, 1.3 gossip-dbus.patch, 1.1, NONE

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sun Aug 14 18:21:03 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/gossip/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23431

Modified Files:
	.cvsignore gossip.spec sources 
Removed Files:
	gossip-dbus.patch 
Log Message:
* Sun Aug 14 2005 Brian Pepple <bdpepple at ameritech.net> - 0.9-1
- Remove dbus patch.
- Add version for loudmouth & dbus deps.
- Change location of wav files.
- Add soundlist & dtd to files.
- Update to 0.9.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gossip/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 May 2005 16:12:39 -0000	1.2
+++ .cvsignore	14 Aug 2005 18:21:01 -0000	1.3
@@ -1 +1 @@
-gossip-0.8.tar.bz2
+gossip-0.9.tar.bz2


Index: gossip.spec
===================================================================
RCS file: /cvs/extras/rpms/gossip/FC-4/gossip.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gossip.spec	23 May 2005 18:14:25 -0000	1.3
+++ gossip.spec	14 Aug 2005 18:21:01 -0000	1.4
@@ -1,18 +1,17 @@
 %define with_dbus 1
 
 Name:           gossip
-Version:        0.8
-Release:        5%{?dist}
+Version:        0.9
+Release:        1%{?dist}
 Summary:        Gnome Jabber Client
 
 Group:          Applications/Communications
 License:        GPL
 URL:          	http://www.imendio.com/projects/gossip/
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Patch1:		gossip-dbus.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	loudmouth-devel
+BuildRequires:	loudmouth-devel >= 1.0
 BuildRequires:	GConf2-devel
 BuildRequires:	libglade2-devel
 BuildRequires:	libgnomeui-devel
@@ -24,7 +23,7 @@
 BuildRequires:	gettext
 
 %if %{with_dbus}
-BuildRequires:	dbus-devel
+BuildRequires:	dbus-devel >= 0.31
 %endif
 
 Requires(post):	GConf2
@@ -37,7 +36,6 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .dbus
 
 
 %build
@@ -85,18 +83,28 @@
 %doc AUTHORS ChangeLog README NEWS
 %{_bindir}/%{name}
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
+%{_sysconfdir}/sound/events/%{name}.soundlist
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/%{name}.png
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*.glade
 %{_datadir}/%{name}/*.png
-%{_datadir}/%{name}/*.wav
+%{_datadir}/%{name}/*.dtd
 %{_datadir}/%{name}/%{name}-log.xsl
 %dir %{_datadir}/%{name}/protocols
 %{_datadir}/%{name}/protocols/*
+%dir %{_datadir}/sounds/%{name}
+%{_datadir}/sounds/%{name}/*.wav
 
 
 %changelog
+* Sun Aug 14 2005 Brian Pepple <bdpepple at ameritech.net> - 0.9-1
+- Remove dbus patch.
+- Add version for loudmouth & dbus deps.
+- Change location of wav files.
+- Add soundlist & dtd to files.
+- Update to 0.9.
+
 * Mon May 23 2005 Brian Pepple <bdpepple at ameritech.net> - 0.8-5
 - Add patch to fix dbus support, and build.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gossip/FC-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 May 2005 16:12:39 -0000	1.2
+++ sources	14 Aug 2005 18:21:01 -0000	1.3
@@ -1 +1 @@
-8bbe3dac8d0da7e0b936971a01545f14  gossip-0.8.tar.bz2
+af017e1652a96009d30eeeead2dd4ef9  gossip-0.9.tar.bz2


--- gossip-dbus.patch DELETED ---




More information about the scm-commits mailing list