SPECS: guake.spec (NEW) - initial
arekm
arekm at pld-linux.org
Wed Aug 6 18:12:22 CEST 2008
Author: arekm Date: Wed Aug 6 16:12:22 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
guake.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/guake.spec
diff -u /dev/null SPECS/guake.spec:1.1
--- /dev/null Wed Aug 6 18:12:22 2008
+++ SPECS/guake.spec Wed Aug 6 18:12:17 2008
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary: guake - a drop-down terminal
+Summary(pl.UTF-8): guake- wyskakujący terminal
+Name: guake
+Version: 0.3.1
+Release: 1
+License: GPL v2+
+Group: X11/Applications
+Source0: http://guake-terminal.org/releases/0.3.1/%{name}-%{version}.tar.gz
+# Source0-md5: ed7af9e0309ba0df08a521b1ef4423ef
+URL: http://guake-terminal.org/
+BuildRequires: GConf2-devel
+BuildRequires: autoconf >= 2.53
+BuildRequires: automake
+BuildRequires: python-pygtk-devel
+BuildRequires: python-vte
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): scrollkeeper
+Requires(post,preun): GConf2
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Guake is a drop-down terminal for Gnome Desktop Environment, so you
+just need to press a key to invoke him, and press again to hide.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name} --all-name
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%update_desktop_database
+%gconf_schema_install guake.schemas
+
+%preun
+%gconf_schema_uninstall guake.schemas
+
+%postun
+%update_desktop_database_postun
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%dir %{_libdir}/guake
+%attr(755,root,root) %{_libdir}/guake/*.so
+%{_libdir}/guake/*.py
+%{_datadir}/guake
+%{_pixmapsdir}/guake
+%{_desktopdir}/*.desktop
+%{_datadir}/dbus-1/services/org.gnome.Guake.service
+%{_sysconfdir}/gconf/schemas/guake.schemas
+%{_mandir}/man1/guake.1*
+
+%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 2008/08/06 16:12:17 arekm
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list