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