]> git.pld-linux.org Git - packages/gajim.git/commitdiff
- latest snap
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 12 Oct 2006 09:05:01 +0000 (09:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- internal version is now 0.11.0
- autotools support

Changed files:
    gajim.spec -> 1.21.2.39

gajim.spec

index f9bad92c033c1e6bf54487901b9d457e77485bfd..9e0dfb993694a88c9997adf06475db00cde4c64c 100644 (file)
@@ -1,14 +1,14 @@
-%define                _snap   20061003
-%define                _snap_with_dashes 2006-10-03
+%define                _snap   20061012
+%define                _snap_with_dashes 2006-10-12
 Summary:       A Jabber client written in PyGTK
 Summary(pl):   Klient Jabbera napisany w PyGTK
 Name:          gajim
-Version:       0.11
+Version:       0.11.0
 Release:       0.%{_snap}.1
 License:       GPL v2
 Group:         Applications/Communications
 Source0:       http://www.gajim.org/downloads/snap/%{name}-%{_snap_with_dashes}.tar.gz
-# Source0-md5: bf6cc538daf9783b866a84dd39e3eeef
+# Source0-md5: d16bac44a496ad1b70a92efba3903fa8
 URL:           http://www.gajim.org/
 BuildRequires: gettext-devel
 BuildRequires: gtkspell-devel
@@ -37,10 +37,16 @@ dla u
 dzia³a z nim ³adnie.
 
 %prep
-%setup -q -n %{name}-0.10
+%setup -q
 
 %build
-%{__make} clean
+%{__intltoolize}
+%{__aclocal} -I m4
+%{__libtoolize}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%{configure}
 %{__make} \
        CC="%{__cc}" \
        PREFIX=%{_prefix} \
@@ -72,7 +78,7 @@ EOF
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS README Changelog
+%doc AUTHORS ChangeLog README THANKS
 %attr(755,root,root) %{_bindir}/*
 %dir %{_libdir}/%{name}
 %attr(755,root,root) %{_libdir}/%{name}/*.so
This page took 0.035705 seconds and 4 git commands to generate.