rpms/gajim/FC-4 .cvsignore, 1.4, 1.5 gajim.spec, 1.6, 1.7 sources, 1.4, 1.5

Dawid Gajownik (gajownik) fedora-extras-commits at redhat.com
Sat Feb 4 23:15:45 UTC 2006


Author: gajownik

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

Modified Files:
	.cvsignore gajim.spec sources 
Log Message:
update to 0.9.1 (Eric Tanguy, #176614) and drop aplay.patch



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/gajim/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	6 Sep 2005 20:40:53 -0000	1.4
+++ .cvsignore	4 Feb 2006 23:15:44 -0000	1.5
@@ -1 +1 @@
-gajim-0.8.2.tar.bz2
+gajim-0.9.1.tar.bz2


Index: gajim.spec
===================================================================
RCS file: /cvs/extras/rpms/gajim/FC-4/gajim.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gajim.spec	6 Sep 2005 20:40:53 -0000	1.6
+++ gajim.spec	4 Feb 2006 23:15:45 -0000	1.7
@@ -2,7 +2,7 @@
 %define         use_internal_modules   0
 
 Name:           gajim
-Version:        0.8.2
+Version:        0.9.1
 Release:        1%{?dist}
 Summary:        Jabber client written in PyGTK
 
@@ -10,12 +10,12 @@
 License:        GPL
 URL:            http://gajim.org/
 Source0:        http://gajim.org/downloads/gajim-%{version}.tar.bz2
-Patch0:         gajim-0.8.aplay.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
 BuildRequires:  gtk2-devel
+BuildRequires:  intltool
 BuildRequires:  pkgconfig
 BuildRequires:  pygtk2-devel
 BuildRequires:  python-devel
@@ -28,8 +28,10 @@
 %endif
 
 Requires:       dbus-python
-Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+Requires:       gnome-python2-gconf
 Requires:       pygtk2-libglade
+Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
+Requires:       python-sqlite2
 
 %description
 Gajim is a Jabber client written in PyGTK. The goal of Gajim's developers is
@@ -39,14 +41,17 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
+sed -i -e 's/install\: all/install\:/' Makefile
+# gajim wants to handle executables; why?
+sed -i -e '/MimeType/d' gajim.desktop.in
 
 %build
 make \
 %if ! %{use_internal_modules}
 	translation \
 	idle \
+	gajim.desktop \
 %endif
 	CC="%{__cc}" \
 	LIBDIR="/%{_lib}" \
@@ -80,14 +85,20 @@
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS Changelog
-%{_bindir}/*
+%{_bindir}/gajim
+%{_bindir}/gajim-remote
 %{_libdir}/gajim/
 %{_datadir}/applications/*gajim.desktop
 %{_datadir}/gajim/
 %{_datadir}/pixmaps/gajim*
-%{_mandir}/man1/gajim*
+%{_mandir}/man1/gajim.1*
+%{_mandir}/man1/gajim-remote.1*
 
 %changelog
+* Sat Feb  4 2006 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.9.1-1
+- update to 0.9.1 (Eric Tanguy, #176614)
+- drop aplay.patch
+
 * Tue Sep  6 2005 Dawid Gajownik <gajownik[AT]fedora.pl> - 0.8.2-1
 - new version 0.8.2
 - remove patches .cflags, .po, .x86_64, .remote (pushed upstream)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gajim/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	6 Sep 2005 20:40:53 -0000	1.4
+++ sources	4 Feb 2006 23:15:45 -0000	1.5
@@ -1 +1 @@
-14b00f8ed7d84d90793782db7df40ec1  gajim-0.8.2.tar.bz2
+ca82dfb7ab5c51984357ea7bab0e99af  gajim-0.9.1.tar.bz2




More information about the scm-commits mailing list