/[packages]/cauldron/accerciser/current/SPECS/accerciser.spec
ViewVC logotype

Annotation of /cauldron/accerciser/current/SPECS/accerciser.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 87843 - (hide annotations) (download)
Mon Apr 18 18:09:52 2011 UTC (12 years, 11 months ago) by wally
File size: 1585 byte(s)
- new version 1.12.1
- use configure2_5x macro
- add .omf files to lang list
- clean .spec

1 wally 87843 Summary: An interactive Python tool for querying accessibility information
2     Name: accerciser
3     Version: 1.12.1
4     Release: %mkrel 1
5     Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
6     License: BSD
7     Group: Accessibility
8     Url: http://live.gnome.org/Accerciser
9     BuildArch: noarch
10     BuildRequires: intltool
11     BuildRequires: gnome-doc-utils
12     Requires: gnome-python-gconf >= 2.12
13     Requires: gnome-python-desktop >= 2.14
14     Requires: pygtk2.0 >= 2.8
15     Requires: pygtk2.0-libglade >= 2.8
16     Requires: pyorbit >= 2.14
17     Requires: gnome-python >= 2.12
18     Requires: gnome-python-bonobo >= 2.12
19     Requires: gnome-python-gtksourceview >= 2.12
20     Requires: python-at-spi >= 1.23.6
21     Requires: ipython
22 dmorgan 82792
23     %description
24     An interactive Python accessibility explorer.
25    
26     %prep
27     %setup -q
28    
29     %build
30 wally 87843 %configure2_5x \
31     --disable-scrollkeeper \
32     --disable-schemas-install \
33     --without-pyreqs
34 dmorgan 82792 %make
35    
36     %install
37 wally 87843 rm -rf %{buildroot}
38 dmorgan 82792 %makeinstall_std
39    
40     %find_lang %{name} --with-gnome
41    
42 wally 87843 #omf, find_lang macro doesn't handle them
43     for omf in %{buildroot}%{_datadir}/omf/*/*-??*.omf;do
44     echo "%lang($(basename $omf|sed -e s/.*-// -e s/.omf//)) $(echo $omf|sed -e s!%{buildroot}!!)" >> %{name}.lang
45     done
46    
47 dmorgan 82792 %clean
48 wally 87843 rm -rf %{buildroot}
49 dmorgan 82792
50     %preun
51 wally 87843 %preun_uninstall_gconf_schemas %{name}
52 dmorgan 82792
53     %files -f %{name}.lang
54     %defattr(-,root,root)
55     %doc AUTHORS README NEWS
56 wally 87843 %{_sysconfdir}/gconf/schemas/%{name}.schemas
57     %{_bindir}/%{name}
58     %{py_puresitedir}/%{name}
59     %dir %{_datadir}/omf/%{name}
60     %{_datadir}/omf/%{name}/%{name}-C.omf
61     %{_datadir}/%{name}
62     %{_datadir}/icons/hicolor/*/apps/%{name}.*
63     %{_datadir}/applications/%{name}.desktop
64 dmorgan 82792 %{_mandir}/man1/*

  ViewVC Help
Powered by ViewVC 1.1.30