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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 82792 by dmorgan, Sun Apr 10 16:22:10 2011 UTC revision 87843 by wally, Mon Apr 18 18:09:52 2011 UTC
# Line 1  Line 1 
1  Summary: An interactive Python tool for querying accessibility information  Summary:        An interactive Python tool for querying accessibility information
2  Name: accerciser  Name:           accerciser
3  Version: 1.10.1  Version:        1.12.1
4  Release: %mkrel 1  Release:        %mkrel 1
5  Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2  Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
6  License: BSD  License:        BSD
7  BuildRoot: %{_builddir}/%{name}-%{version}-rpmroot  Group:          Accessibility
8  Group: Accessibility  Url:            http://live.gnome.org/Accerciser
9  Url: http://live.gnome.org/Accerciser  BuildArch:      noarch
10    BuildRequires:  intltool
11  BuildArch: noarch  BuildRequires:  gnome-doc-utils
12    Requires:       gnome-python-gconf >= 2.12
13  BuildRequires: intltool  Requires:       gnome-python-desktop >= 2.14
14  BuildRequires: gnome-doc-utils  Requires:       pygtk2.0 >= 2.8
15  Requires: gnome-python-gconf >= 2.12  Requires:       pygtk2.0-libglade >= 2.8
16  Requires: gnome-python-desktop >= 2.14  Requires:       pyorbit >= 2.14
17  Requires: pygtk2.0 >= 2.8  Requires:       gnome-python >= 2.12
18  Requires: pygtk2.0-libglade >= 2.8  Requires:       gnome-python-bonobo >= 2.12
19  Requires: pyorbit >= 2.14  Requires:       gnome-python-gtksourceview >= 2.12
20  Requires: gnome-python >= 2.12  Requires:       python-at-spi >= 1.23.6
21  Requires: gnome-python-bonobo >= 2.12  Requires:       ipython
 Requires: gnome-python-gtksourceview >= 2.12  
 Requires: python-at-spi >= 1.23.6  
 Requires: ipython  
 Obsoletes: at-poke <= 0.2.3  
 Provides: at-poke  
22    
23  %description  %description
24  An interactive Python accessibility explorer.  An interactive Python accessibility explorer.
# Line 32  An interactive Python accessibility expl Line 27  An interactive Python accessibility expl
27  %setup -q  %setup -q
28    
29  %build  %build
30  ./configure --prefix=%_prefix --libdir=%_prefix/lib --sysconfdir=%_sysconfdir --disable-scrollkeeper --without-pyreqs  %configure2_5x \
31            --disable-scrollkeeper \
32            --disable-schemas-install \
33            --without-pyreqs
34  %make  %make
35    
36  %install  %install
37  rm -rf $RPM_BUILD_ROOT  rm -rf %{buildroot}
38  %makeinstall_std  %makeinstall_std
39    
40  %find_lang %{name} --with-gnome  %find_lang %{name} --with-gnome
41    
42  %clean  #omf, find_lang macro doesn't handle them
43  rm -rf $RPM_BUILD_ROOT  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  %define gconf_schemas accerciser  done
46    
47  %post  %clean
48  %post_install_gconf_schemas %gconf_schemas  rm -rf %{buildroot}
 %update_icon_cache hicolor  
49    
50  %preun  %preun
51  %preun_uninstall_gconf_schemas %gconf_schemas  %preun_uninstall_gconf_schemas %{name}
   
 %postun  
 %clean_icon_cache hicolor  
52    
53  %files -f %{name}.lang  %files -f %{name}.lang
54  %defattr(-,root,root)  %defattr(-,root,root)
55  %doc AUTHORS README NEWS  %doc AUTHORS README NEWS
56  %{_sysconfdir}/gconf/schemas/accerciser.schemas  %{_sysconfdir}/gconf/schemas/%{name}.schemas
57  %{_bindir}/accerciser  %{_bindir}/%{name}
58  %{py_puresitedir}/accerciser  %{py_puresitedir}/%{name}
59  %{_datadir}/omf/accerciser/*  %dir %{_datadir}/omf/%{name}
60  %{_datadir}/accerciser/*  %{_datadir}/omf/%{name}/%{name}-C.omf
61  %{_datadir}/icons/hicolor/*/apps/accerciser.*  %{_datadir}/%{name}
62  %{_datadir}/applications/accerciser.desktop  %{_datadir}/icons/hicolor/*/apps/%{name}.*
63    %{_datadir}/applications/%{name}.desktop
64  %{_mandir}/man1/*  %{_mandir}/man1/*
   
   

Legend:
Removed from v.82792  
changed lines
  Added in v.87843

  ViewVC Help
Powered by ViewVC 1.1.30