rpms/guake/F-9 guake-0.2.2-fix_vte.patch, NONE, 1.1 guake.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jean-François Martin (lokthare) fedora-extras-commits at redhat.com
Fri Jul 11 17:02:12 UTC 2008


Author: lokthare

Update of /cvs/pkgs/rpms/guake/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1592/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	guake-0.2.2-fix_vte.patch guake.spec import.log 
Log Message:
Initial import from src.rpm


guake-0.2.2-fix_vte.patch:

--- NEW FILE guake-0.2.2-fix_vte.patch ---
diff -up guake-0.2.2/configure.fix_vte guake-0.2.2/configure
--- guake-0.2.2/configure.fix_vte	2008-06-05 20:39:47.000000000 +0200
+++ guake-0.2.2/configure	2008-06-05 20:43:04.000000000 +0200
@@ -21596,7 +21596,7 @@ ac_pvte_result=`$PYTHON -c 'try:
 except Exception, e:
     print str(e)' 2> /dev/null`
 
-if test -z "$ac_pvte_result"; then
+if test -z ""; then
     { echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }
 else


--- NEW FILE guake.spec ---
Name:           guake
Version:        0.2.2
Release:        5%{?dist}
Summary:        Drop-down terminal for GNOME

Group:          Applications/System
License:        GPLv2+
URL:            http://www.guake-terminal.org/
Source0:        http://www.guake-terminal.org/releases/%{name}-%{version}.tar.gz
Patch0:         guake-0.2.2-fix_vte.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python-devel gtk2-devel gettext desktop-file-utils perl(XML::Parser) GConf2-devel
Requires:       pygtk2 >= 2.10 vte notify-python pygtk2-libglade gnome-python2-gconf dbus-python

Requires(pre):   GConf2
Requires(post):  GConf2
Requires(preun): GConf2

%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
%patch0 -p1 -b .fix_vte


%build
%configure --disable-schemas-install --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
desktop-file-install --vendor="fedora"                     \
  --delete-original                                        \
  --dir=%{buildroot}%{_datadir}/applications               \
  %{buildroot}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}
rm -f %{buildroot}%{_libdir}/%{name}/globalhotkeys.la

 
%clean
rm -rf $RPM_BUILD_ROOT


%pre
if [ "$1" -gt 1 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
fi


%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
  %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :


%preun
if [ "$1" -eq 0 ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || :
fi


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README TODO
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop
%{_datadir}/dbus-1/services/org.gnome.Guake.service
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}


%changelog
* Thu Jul 10 2008  <lokthare at gmail.com> - 0.2.2-5
- Remove NEWS from the doc
- Add dbus-python in Requires 

* Tue Jul  1 2008  <lokthare at gmail.com> - 0.2.2-4
- Add BR for GConf
- Fix schemas file

* Sun Jun  8 2008 Jean-François Martin <lokthare at gmail.com> 0.2.2-3
- Don't own /etc/gconf/schemas/
- Don't replace /etc/gconf/schemas/guake.schemas config file
- Remove globalhotkeys.la

* Fri Jun  6 2008 Jean-François Martin <lokthare at gmail.com> 0.2.2-2
- Fix gconf schema install
- Disable static library

* Wed Jun  4 2008 Jean-François Martin <lokthare at gmail.com> 0.2.2-1
- Initial release


--- NEW FILE import.log ---
guake-0_2_2-5_fc9:F-9:guake-0.2.2-5.fc9.src.rpm:1215795627


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/guake/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Jul 2008 16:17:56 -0000	1.1
+++ .cvsignore	11 Jul 2008 17:01:29 -0000	1.2
@@ -0,0 +1 @@
+guake-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/guake/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Jul 2008 16:17:56 -0000	1.1
+++ sources	11 Jul 2008 17:01:29 -0000	1.2
@@ -0,0 +1 @@
+c9ae30a0c2cfe6798d134c7ac9913ca1  guake-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list