]> git.pld-linux.org Git - packages/gajim.git/blobdiff - gajim.spec
- merged from DEVEL and updated to final 0.8
[packages/gajim.git] / gajim.spec
index 8dbab7bb4e58be9b982cb65d79f0f44901858636..3d9d6ab8804d4417213b84ad0b27de6136b3c722 100644 (file)
@@ -1,22 +1,20 @@
-#
-#%define               snap 20050603
-#
 Summary:       A Jabber client written in PyGTK
 Summary(pl):   Klient Jabbera napisany w PyGTK
 Name:          gajim
-Version:       0.7
-#Release:      0.%{snap}.1
-Release:       0.2
+Version:       0.8
+Release:       1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://gajim.org/downloads/gajim-0.7.tar.bz2
-# Source0-md5: 70d6b882c496ea7fbacc4222da49b125
-#Source0:      gajim-snap-%{snap}.tar.bz2
-Patch0:                %{name}-SRV_SALS_hacks.patch
+Source0:       http://gajim.org/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5: d851d06ea0105cc6fcecf84e68765fd2
+Patch0:                %{name}-makefile.patch
 URL:           http://www.gajim.org/
 BuildRequires: gtkspell-devel
+BuildRequires: gettext-devel
+BuildRequires: python-pygtk-devel
 %pyrequires_eq python-modules
 %pyrequires_eq python
+Requires:      python-dns
 Requires:      python-gnome-extras-egg >= 2.10.0
 Requires:      python-gnome-extras-gtkspell >= 2.10.0
 Requires:      python-pygtk-glade >= 2.6.0
@@ -37,18 +35,19 @@ dzia
 
 %prep
 %setup -q
-#-n %{name}
 %patch0 -p1
 
 %build
 %{__make} \
-       PREFIX=%{_prefix}
+       PREFIX=%{_prefix} \
+       LIBDIR=/%{_lib}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
        PREFIX=%{_prefix} \
+       LIBDIR=/%{_lib} \
        DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/{setup_win32.pyo}
@@ -58,10 +57,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README Changelog doc/*
+%doc AUTHORS README Changelog
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*.so
 %{_datadir}/%{name}
 %{_desktopdir}/*.desktop
 %{_mandir}/man1/*
+%{_pixmapsdir}/*.png
This page took 0.073801 seconds and 4 git commands to generate.