]> git.pld-linux.org Git - packages/accerciser.git/blob - accerciser.spec
- release 2
[packages/accerciser.git] / accerciser.spec
1 Summary:        An interactive Python tool for querying accessibility information
2 Summary(pl.UTF-8):      Interaktywne narzędzie w Pythonie do pobierania informacji o dostępności
3 Name:           accerciser
4 Version:        1.4.0
5 Release:        2
6 License:        BSD
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/accerciser/1.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c46b768906d6a02f83bf96e8843890c1
10 URL:            http://live.gnome.org/Accerciser
11 BuildRequires:  GConf2-devel >= 2.24.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gettext-devel
15 BuildRequires:  gnome-doc-utils >= 0.14.0
16 BuildRequires:  intltool >= 0.40.0
17 BuildRequires:  python >= 1:2.4
18 BuildRequires:  rpm-pythonprov
19 BuildRequires:  rpmbuild(find_lang) >= 1.23
20 BuildRequires:  rpmbuild(macros) >= 1.311
21 Requires(post,postun):  gtk+2
22 Requires(post,postun):  hicolor-icon-theme
23 Requires(post,preun):   GConf2
24 Requires:       python-gnome
25 Requires:       python-gnome-desktop-libwnck
26 Requires:       python-ipython
27 Requires:       python-pyatspi
28 Requires:       python-pygtk-gtk
29 BuildArch:      noarch
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 An interactive Python accessibility explorer.
34
35 %description -l pl.UTF-8
36 Interaktywny eksplorator dostępności w Pythonie.
37
38 %prep
39 %setup -q
40
41 %build
42 %{__glib_gettextize}
43 %{__intltoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --without-pyreqs \
49         --disable-scrollkeeper
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %py_postclean
59
60 %find_lang %{name} --with-gnome --with-omf
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %post
66 %gconf_schema_install accerciser.schemas
67 %update_icon_cache hicolor
68
69 %preun
70 %gconf_schema_uninstall accerciser.schemas
71
72 %postun
73 %update_icon_cache hicolor
74
75 %files -f %{name}.lang
76 %defattr(644,root,root,755)
77 %doc AUTHORS COPYING ChangeLog NEWS README
78 %attr(755,root,root) %{_bindir}/accerciser
79 %{_datadir}/accerciser
80 %{_desktopdir}/accerciser.desktop
81 %{_mandir}/man1/accerciser.1*
82 %{_iconsdir}/hicolor/*/*/*
83 %{py_sitescriptdir}/accerciser
84 %{_sysconfdir}/gconf/schemas/accerciser.schemas
This page took 0.079095 seconds and 3 git commands to generate.