SPECS: dasher.spec - updated to 4.4.0 - removed obsolete iconv patch

megabajt megabajt at pld-linux.org
Fri Mar 23 20:15:45 CET 2007


Author: megabajt                     Date: Fri Mar 23 19:15:45 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 4.4.0
- removed obsolete iconv patch

---- Files affected:
SPECS:
   dasher.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/dasher.spec
diff -u SPECS/dasher.spec:1.36 SPECS/dasher.spec:1.37
--- SPECS/dasher.spec:1.36	Sun Mar  4 14:38:36 2007
+++ SPECS/dasher.spec	Fri Mar 23 20:15:40 2007
@@ -2,33 +2,37 @@
 Summary:	Predictive text entry application
 Summary(pl.UTF-8):	Przewidująca aplikacja do wprowadzania tekstu
 Name:		dasher
-Version:	4.2.1
-Release:	2
+Version:	4.4.0
+Release:	1
 License:	GPL v2
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/gnome/sources/dasher/4.2/%{name}-%{version}.tar.bz2
-# Source0-md5:	bb231a7afb424ad97264da67e5d24620
+Source0:	http://ftp.gnome.org/pub/gnome/sources/dasher/4.4/%{name}-%{version}.tar.bz2
+# Source0-md5:	e47684793d29904f64370393234cf604
 Patch0:		%{name}-ac.patch
 Patch1:		%{name}-as-needed.patch
-Patch2:		%{name}-iconv.patch
 URL:		http://www.inference.phy.cam.ac.uk/dasher/
-BuildRequires:	GConf2-devel >= 2.16.0
-BuildRequires:	ORBit2-devel >= 2.14.3
-BuildRequires:	at-spi-devel >= 1.7.12
+BuildRequires:	GConf2-devel >= 2.18.0.1
+BuildRequires:	ORBit2-devel >= 1:2.14.7
+BuildRequires:	at-spi-devel >= 1.18.0
+BuildRequires:	atk-devel >= 1.18.0
 BuildRequires:	autoconf >= 2.56
 BuildRequires:	automake >= 1:1.8
 BuildRequires:	expat-devel
-BuildRequires:	gnome-speech-devel >= 0.4.5
-BuildRequires:	gnome-vfs2-devel >= 2.16.1
-BuildRequires:	gtk+2-devel >= 2:2.10.6
-BuildRequires:	intltool >= 0.35
-BuildRequires:	libbonobo-devel >= 2.16.0
+BuildRequires:	gnome-doc-utils
+BuildRequires:	gnome-speech-devel >= 0.4.10
+BuildRequires:	gnome-vfs2-devel >= 2.18.0.1
+BuildRequires:	gtk+2-devel >= 2:2.10.10
+BuildRequires:	intltool >= 0.35.5
+BuildRequires:	libbonobo-devel >= 2.18.0
 BuildRequires:	libglade2-devel >= 2.6.0
-BuildRequires:	libgnomeui-devel >= 2.16.1
+BuildRequires:	libgnomeui-devel >= 2.18.1
 BuildRequires:	libtool
-BuildRequires:	rpmbuild(macros) >= 1.197
+BuildRequires:	rpmbuild(macros) >= 1.311
 BuildRequires:	xorg-lib-libXtst-devel
+Requires(post,postun):	gtk+2
+Requires(post,postun):	hicolor-icon-theme
 Requires(post,postun):	scrollkeeper
+Requires(post,preun):	GConf2
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -48,11 +52,11 @@
 naturalne ciągłe gesty urządzenia wskazującego. Dasher jest
 konkurencyjnym systemem wprowadzania tekstu wszędzie tam, gdzie nie
 można użyć pełnowymiarowej klawiatury - na przykład w palmtopach czy
-komputerach przenośnych, komputerach sterowanych przez jednorękich,
-za pomocą joysticka, ekranu dotykowego, trackballa lub myszy albo bez
+komputerach przenośnych, komputerach sterowanych przez jednorękich, za
+pomocą joysticka, ekranu dotykowego, trackballa lub myszy albo bez
 użycia rąk (poprzez śledzenie ruchów głowy albo oczu). Wersja Dashera
-śledząca ruchy oczu pozwala doświadczonemu użytkownikowi pisać tekst
-z podobną szybkością do normalnego pisma - 25 słów na minutę; przy
+śledząca ruchy oczu pozwala doświadczonemu użytkownikowi pisać tekst z
+podobną szybkością do normalnego pisma - 25 słów na minutę; przy
 użyciu myszy doświadczeni użytkownicy mogą pisać nawet 39 słów na
 minutę.
 
@@ -60,12 +64,14 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
+%{__glib_gettextize}
+%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
 %configure \
 	--with-gnome \
@@ -87,15 +93,22 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
+%gconf_schema_install dasher.schemas
 %scrollkeeper_update_post
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall dasher.schemas
 
 %postun
 %scrollkeeper_update_postun
+%update_icon_cache hicolor
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog MAINTAINERS README Doc/Colourschemes
 %attr(755,root,root) %{_bindir}/*
+%{_sysconfdir}/gconf/schemas/dasher.schemas
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
 %{_iconsdir}/hicolor/48x48/apps/%{name}.png
@@ -109,6 +122,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2007/03/23 19:15:40  megabajt
+- updated to 4.4.0
+- removed obsolete iconv patch
+
 Revision 1.36  2007/03/04 13:38:36  qrczak
 - dasher-iconv.patch: removed AM_ICONV which breaks automake and is
   unnecessary on modern Linux.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/dasher.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list