SPECS: accerciser.spec (NEW) - new

megabajt megabajt at pld-linux.org
Mon Sep 24 21:14:14 CEST 2007


Author: megabajt                     Date: Mon Sep 24 19:14:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   accerciser.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/accerciser.spec
diff -u /dev/null SPECS/accerciser.spec:1.1
--- /dev/null	Mon Sep 24 21:14:14 2007
+++ SPECS/accerciser.spec	Mon Sep 24 21:14:09 2007
@@ -0,0 +1,87 @@
+# $Revision$, $Date$
+Summary:	An interactive Python tool for querying accessibility information
+Name:		accerciser
+Version:	1.0.0
+Release:	1
+License:	BSD
+Group:		Applications
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/accerciser/1.0/%{name}-%{version}.tar.bz2
+# Source0-md5:	67cfd704162d9d5e8a78c77a52e04ab9
+URL:		http://live.gnome.org/Accerciser
+BuildRequires:	GConf2-devel >= 2.20.0
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gnome-doc-utils >= 0.12.0
+BuildRequires:	intltool >= 0.36.2
+BuildRequires:	python >= 1:2.4
+# support for --with-omf in find_lang.sh
+BuildRequires:	rpm-build >= 4.4.9-10
+BuildRequires:	rpmbuild(macros) >= 1.311
+Requires(post,postun):	gtk+2
+Requires(post,preun):	GConf2
+Requires:	python-gnome
+Requires:	python-ipython
+Requires:	python-pygtk-gtk
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An interactive Python accessibility explorer.
+
+%prep
+%setup -q
+
+%build
+%{__glib_gettextize}
+%{__intltoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+%configure \
+	--without-pyreqs \
+	--disable-scrollkeeper
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%find_lang %{name} --with-gnome --with-omf
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install accerciser.schemas
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall accerciser.schemas
+
+%postun
+%update_icon_cache hicolor
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/accerciser
+%{_datadir}/accerciser
+%{_desktopdir}/accerciser.desktop
+%{_mandir}/man1/accerciser.1*
+%{_iconsdir}/hicolor/*/*/*
+%{py_sitescriptdir}/accerciser
+%{_sysconfdir}/gconf/schemas/accerciser.schemas
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/24 19:14:09  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list