From 89c543dfa1cc4cb86439c6be97cf1ee224248f60 Mon Sep 17 00:00:00 2001 From: blekot Date: Mon, 14 Jul 2008 20:50:38 +0000 Subject: [PATCH 1/1] - new, NFY (pl) Changed files: acovea-gtk.spec -> 1.1 --- acovea-gtk.spec | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 acovea-gtk.spec diff --git a/acovea-gtk.spec b/acovea-gtk.spec new file mode 100644 index 0000000..fca7b94 --- /dev/null +++ b/acovea-gtk.spec @@ -0,0 +1,43 @@ +Summary: A GTK-based User Interface for Acovea +Name: acovea-gtk +Version: 1.0.1 +Release: 1 +License: GPL +Group: X11/Applications +Source0: http://www.coyotegulch.com/distfiles/%{name}-%{version}.tar.gz +# Source0-md5: bc659538b0b111715ddf0935ee775b6e +URL: http://www.coyotegulch.com/products/acovea/acovea-gtk.html +BuildRequires: gtkmm24-devel +BuildRequires: libacovea-devel +BuildRequires: libcoyotl-devel +BuildRequires: libevocosm-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Acovea engine ships with a command-line driver named runacovea. I +like command-line utilities, and probably spend as much time at the +prompt as I do clicking buttons. Still, a graphical interface can +provide a certain ease-of-use that is lacking in a command-line +application. + +%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) +%attr(755,root,root) %{_bindir}/* +%dir %{_datadir}/%{name}/pixmaps +%{_datadir}/%{name}/pixmaps/*.png -- 2.44.0