SPECS (AC-branch): gajim.spec - up to 0.11 ver (Ac) - add BR - add...
jasw
jasw at pld-linux.org
Fri Dec 22 13:27:51 CET 2006
Author: jasw Date: Fri Dec 22 12:27:51 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- up to 0.11 ver (Ac)
- add BR
- add autotools
---- Files affected:
SPECS:
gajim.spec (1.25.2.1 -> 1.25.2.2)
---- Diffs:
================================================================
Index: SPECS/gajim.spec
diff -u SPECS/gajim.spec:1.25.2.1 SPECS/gajim.spec:1.25.2.2
--- SPECS/gajim.spec:1.25.2.1 Mon Jul 24 18:58:33 2006
+++ SPECS/gajim.spec Fri Dec 22 13:27:46 2006
@@ -2,18 +2,22 @@
Summary: A Jabber client written in PyGTK
Summary(pl): Klient Jabbera napisany w PyGTK
Name: gajim
-Version: 0.10.1
+Version: 0.11
Release: 1
License: GPL v2
Group: Applications/Communications
Source0: http://gajim.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 392d9d1e06f6db49a892b9aea4a178c7
+# Source0-md5: 7ac7ac6fdfc515cb927adf21793856fa
URL: http://www.gajim.org/
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gettext-devel
BuildRequires: gtkspell-devel
BuildRequires: intltool
+BuildRequires: libtool
BuildRequires: python-pygtk-devel >= 2.8.0
BuildRequires: rpmbuild(macros) >= 1.177
+BuildRequires: rpm-pythonprov
%pyrequires_eq python-modules
%pyrequires_eq python
Requires: python-dns
@@ -37,7 +41,14 @@
%setup -q
%build
-%{__make} clean
+#%{__make} clean
+%{__intltoolize}
+%{__aclocal} -I m4
+%{__libtoolize}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%{configure}
%{__make} \
CC="%{__cc}" \
PREFIX=%{_prefix} \
@@ -68,7 +79,7 @@
%files -f %{name}.lang
%defattr(644,root,root,755)
-%doc AUTHORS README Changelog
+%doc AUTHORS README ChangeLog
%attr(755,root,root) %{_bindir}/*
%dir %{_libdir}/%{name}
%attr(755,root,root) %{_libdir}/%{name}/*.so
@@ -83,6 +94,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25.2.2 2006/12/22 12:27:46 jasw
+- up to 0.11 ver (Ac)
+- add BR
+- add autotools
+
Revision 1.25.2.1 2006/07/24 16:58:33 havner
- 0.10.1, HEAD merge, no xorg-* deps
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gajim.spec?r1=1.25.2.1&r2=1.25.2.2&f=u
More information about the pld-cvs-commit
mailing list