]> git.pld-linux.org Git - packages/at-poke.git/commitdiff
- new
authorgrzegol <grzegol@pld-linux.org>
Thu, 18 Mar 2004 16:09:58 +0000 (16:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    at-poke.spec -> 1.1

at-poke.spec [new file with mode: 0644]

diff --git a/at-poke.spec b/at-poke.spec
new file mode 100644 (file)
index 0000000..bd4be3b
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       Tool for poking around with accessibility support
+Name:          at-poke
+Version:       0.2.2
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2
+# Source0-md5: e8e1c2907b96ded42f81ab045728a8d7
+URL:           http://developer.gnome.org/projects/gap/
+BuildRequires: at-spi-devel >= 1.3.12
+BuildRequires: gtk+2-devel >= 2.0.0
+BuildRequires: libgail-gnome-devel
+BuildRequires: libglade2-devel >= 2.0.0
+BuildRequires: libgnomeui-devel >= 2.0.0
+BuildRequires: popt-devel >= 1.5
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a tool for poking around with accessibility support.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.085514 seconds and 4 git commands to generate.