]> git.pld-linux.org Git - packages/accerciser.git/blob - accerciser.spec
- updated to 1.6.1
[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.6.1
5 Release:        1
6 License:        BSD
7 Group:          X11/Applications/Accessibility
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/accerciser/1.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  9dd36435858f6eaf63694eb16584e777
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-gnome-gconf
27 Requires:       python-gtksourceview2
28 Requires:       python-ipython
29 Requires:       python-pyatspi
30 Requires:       python-pygtk-gtk
31 BuildArch:      noarch
32 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34 %description
35 An interactive Python accessibility explorer.
36
37 %description -l pl.UTF-8
38 Interaktywny eksplorator dostępności w Pythonie.
39
40 %prep
41 %setup -q
42
43 %build
44 %{__glib_gettextize}
45 %{__intltoolize}
46 %{__aclocal}
47 %{__autoconf}
48 %{__automake}
49 %configure \
50         --without-pyreqs \
51         --disable-scrollkeeper
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         DESTDIR=$RPM_BUILD_ROOT
59
60 %py_postclean
61
62 %find_lang %{name} --with-gnome --with-omf
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 %gconf_schema_install accerciser.schemas
69 %update_icon_cache hicolor
70
71 %preun
72 %gconf_schema_uninstall accerciser.schemas
73
74 %postun
75 %update_icon_cache hicolor
76
77 %files -f %{name}.lang
78 %defattr(644,root,root,755)
79 %doc AUTHORS COPYING ChangeLog NEWS README
80 %attr(755,root,root) %{_bindir}/accerciser
81 %{_datadir}/accerciser
82 %{_desktopdir}/accerciser.desktop
83 %{_mandir}/man1/accerciser.1*
84 %{_iconsdir}/hicolor/*/*/*
85 %{py_sitescriptdir}/accerciser
86 %{_sysconfdir}/gconf/schemas/accerciser.schemas
This page took 0.0527 seconds and 4 git commands to generate.