source: projects/specs/trunk/a/accerciser/accerciser-vl.spec @ 8353

Revision 8353, 4.3 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.0

RevLine 
[7938]1%{!?python3_sitelib: %define python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
2
3
[8353]4%define pkg_version 3.12.0
5%define pkg_release 1%{?_dist_release}
[2041]6
7Summary:        An interactive Python accessibility explorer for the GNOME desktop.
8Summary(ja):    GNOME デスクトップ用 Python アクセシビリティエクスプローラ
9Name:           accerciser
10Version:        %{pkg_version}
11Release:        %{pkg_release}
[8353]12Source0:        http://ftp.gnome.org/pub/GNOME/sources/accerciser/3.12/%{name}-%{version}.tar.xz
[2041]13License:        BSD
[4616]14Group:          Desktop/Accessibility
[2041]15URL:            http://live.gnome.org/Accerciser
16
[7938]17Requires:       python3 >= 3.2
18Requires:       python3-pygobject >= 2.90.3
19Requires:       python3-pyatspi >= 2.5.2
[4812]20Requires:       at-spi2-core
[2041]21
22Requires(post): desktop-file-utils
23Requires(postun):       desktop-file-utils
24
[7938]25BuildRequires:  python3-devel >= 3.2
[8353]26BuildRequires:  python3-pygobject
27BuildRequires:  pygobject3-devel
[4812]28BuildRequires:  gtk3-devel
29BuildRequires:  at-spi2-core-devel
[7938]30BuildRequires:  python3-pyatspi
[2041]31BuildRequires:  glib2-devel >= 2.26.0
32BuildRequires:  docbook-dtds
[6890]33BuildRequires:  yelp-tools
[7633]34BuildRequires:  autoconf
35BuildRequires:  gnome-common
[2041]36
37BuildRoot:      %{_tmppath}/%{name}-%{version}-root
38
39Vendor: Project Vine
40Distribution: Vine Linux
41Packager: Takemikaduchi
42
43
44%description
45Accerciser is an interactive Python accessibility explorer for the GNOME
46desktop. It uses AT-SPI to inspect and control widgets, allowing you to check
47if an application is providing correct information to assistive technologies
48and automated test frameworks. Accerciser has a simple plugin framework which
49you can use to create custom views of accessibility information.
50
51
52%prep
53%setup -q
54
55
56%build
[6890]57%configure  --disable-static
[2041]58%{__make} %{?_smp_mflags}
59
60%install
61%{__rm} -rf ${RPM_BUILD_ROOT}
62%{__make} install DESTDIR=${RPM_BUILD_ROOT}
63
[6890]64%find_lang %{name} --with-gnome --all-name
[2041]65
66%clean
67%{__rm} -rf ${RPM_BUILD_ROOT}
68
69
70%post
71gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
72update-desktop-database & > /dev/null || :
73
[4812]74%postun
75if [ $1 -eq 0 ]; then
76  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
77  update-desktop-database & > /dev/null || :
78  glib-compile-schemas %{_datadir}/glib-2.0/schemas
79fi
[2041]80
[4812]81%posttrans
82glib-compile-schemas %{_datadir}/glib-2.0/schemas
[2041]83
84
[6890]85%files -f %{name}.lang
[2041]86%defattr(-,root,root)
87%doc AUTHORS COPYING ChangeLog NEWS README
88%{_bindir}/accerciser
[7938]89%{python3_sitelib}/accerciser
[2041]90%{_datadir}/applications/accerciser.desktop
91%{_datadir}/accerciser/*
[4812]92%{_datadir}/glib-2.0/schemas/*.xml
93%{_datadir}/icons/hicolor/*/apps/*
[7633]94%{_datadir}/icons/HighContrast/*/apps/*
[2041]95%{_mandir}/man1/accerciser.1.gz
96
97
98%changelog
[8353]99* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
100- new upstream release
101- remove BuildRequires: python3-pygobject-devel
102- add BuildRequires: python3-pygobject, pygobject3-devel
103
[7938]104* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-2
105- change BuildRequires: python3-pygobject-devel instead of pygobject3
106- change BuildRequires: python3-pyatspi instead of pyatspi
107
[7681]108* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
109- new upstream release
110
[7633]111* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.0-1
112- new upstream release
113- add BuildRequires: autoconf, gnome-common
114
[7119]115* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
116- new upstream release
117
[6890]118* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
119- new upstream release
120- change BuildRequires: yelp-tools instead of gome-doc-utils
121
[6011]122* Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.0-1
123- new upstream release
[6078]124- remove BuildRequires: GConf2-devel
[6011]125
[5038]126* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
127- new upstream release
128
[4850]129* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
130- new upstream release
131
[4812]132* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
133- new upstream release
134- add BuildRequires: gtk3-devel, pygobject3-devel
135- change BuildRequires: at-spi2-core-devel instead of at-spi-devel
136
[4650]137* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
138- new upstream release
139
[4616]140* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
[3876]141- new upstream release
142
[4616]143* Mon May 02 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.1-1
144- new upstream release
145
[2041]146* Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.12.0-1
147- initial build for Vine Linux
148
Note: See TracBrowser for help on using the repository browser.