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