]> git.pld-linux.org Git - packages/gajim.git/commitdiff
- up to 0.11 ver (Ac) AC-branch
authorJan Wideł <jasw@pld-linux.org>
Fri, 22 Dec 2006 12:27:46 +0000 (12:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add BR
- add autotools

Changed files:
    gajim.spec -> 1.25.2.2

gajim.spec

index 7226d9cfaee9cc0d3aa14a16f9649f7cf31ab850..ea387c08df8d33dc3ce26964566b6a72b9457f2f 100644 (file)
@@ -1,18 +1,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
@@ -36,7 +40,14 @@ dzia
 %setup -q
 
 %build
-%{__make} clean
+#%{__make} clean
+%{__intltoolize}
+%{__aclocal} -I m4
+%{__libtoolize}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%{configure}
 %{__make} \
        CC="%{__cc}" \
        PREFIX=%{_prefix} \
@@ -67,7 +78,7 @@ EOF
 
 %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
This page took 0.078366 seconds and 4 git commands to generate.