Author: patrys                       Date: Thu Oct 12 09:05:07 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- latest snap
- internal version is now 0.11.0
- autotools support

---- Files affected:
SPECS:
   gajim.spec (1.21.2.38 -> 1.21.2.39) 

---- Diffs:

================================================================
Index: SPECS/gajim.spec
diff -u SPECS/gajim.spec:1.21.2.38 SPECS/gajim.spec:1.21.2.39
--- SPECS/gajim.spec:1.21.2.38  Wed Oct  4 20:37:13 2006
+++ SPECS/gajim.spec    Thu Oct 12 11:05:01 2006
@@ -1,15 +1,15 @@
 # $Revision$, $Date$
-%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
@@ -38,10 +38,16 @@
 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} \
@@ -73,7 +79,7 @@
 
 %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
@@ -88,6 +94,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21.2.39  2006/10/12 09:05:01  patrys
+- latest snap
+- internal version is now 0.11.0
+- autotools support
+
 Revision 1.21.2.38  2006/10/04 18:37:13  patrys
 - proper R:
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gajim.spec?r1=1.21.2.38&r2=1.21.2.39&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to