]> git.pld-linux.org Git - packages/dasher.git/blobdiff - dasher.spec
- updated files
[packages/dasher.git] / dasher.spec
index 10efd0cb8168330cbc54929c3c859b6e81a5d5e8..f519f8d48bc23078ea67e33749dcd62dbede5668 100644 (file)
@@ -1,28 +1,33 @@
 Summary:       Predictive text entry application
 Summary(pl):   Przewiduj±ca aplikacja do wprowadzania tekstu
 Name:          dasher
-Version:       3.2.11
-Release:       2
-License:       GPL
+Version:       4.0.2
+Release:       1
+License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.2/%{name}-%{version}.tar.bz2
-# Source0-md5: f3180d8ec786c1ea158cc5ac0894856c
-Patch0:                %{name}-locale-names.patch
-Patch1:                %{name}-desktop.patch
+Source0:       http://ftp.gnome.org/pub/gnome/sources/dasher/4.0/%{name}-%{version}.tar.bz2
+# Source0-md5: 47cf27594abb51ea97f3a8fdb276736d
+Patch0:                %{name}-desktop.patch
+Patch1:                %{name}-ac.patch
 URL:           http://www.inference.phy.cam.ac.uk/dasher/
 BuildRequires: GConf2-devel
 BuildRequires: ORBit2-devel
 BuildRequires: at-spi-devel
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
+BuildRequires: bonobo-devel
 BuildRequires: expat-devel
+BuildRequires: gail-devel
 BuildRequires: gnome-speech-devel
 BuildRequires: gnome-vfs2-devel
-BuildRequires: intltool >= 0.18
+BuildRequires: intltool >= 0.33
 BuildRequires: libbonobo-devel
 BuildRequires: libglade2-devel
 BuildRequires: libgnomeui-devel
 BuildRequires: libtool
+BuildRequires: libwnck-devel
+BuildRequires: rpmbuild(macros) >= 1.197
+Requires(post,postun): scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,8 +60,6 @@ minut
 %patch0 -p1
 %patch1 -p1
 
-mv po/{no,nb}.po
-
 %build
 %{__libtoolize}
 %{__aclocal}
@@ -66,7 +69,6 @@ mv po/{no,nb}.po
        --with-gnome \
        --with-speech \
        --with-a11y
-
 %{__make}
 
 %install
@@ -75,13 +77,18 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+
 %find_lang %{name} --with-gnome --all-name
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /usr/bin/scrollkeeper-update
-%postun        -p /usr/bin/scrollkeeper-update
+%post
+%scrollkeeper_update_post
+
+%postun
+%scrollkeeper_update_postun
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
@@ -89,6 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
-%{_iconsdir}/%{name}.png
+%{_iconsdir}/hicolor/48x48/apps/%{name}.png
+%{_iconsdir}/hicolor/scalable/apps/%{name}.svg
 %{_mandir}/man1/%{name}*
 %{_omf_dest_dir}/%{name}
This page took 0.068223 seconds and 4 git commands to generate.