rpms/gget/F-10 gget-0.0.4-epiphany.patch, NONE, 1.1 gget.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Anthony Bryan ant at fedoraproject.org
Fri Feb 27 19:14:25 UTC 2009


Author: ant

Update of /cvs/pkgs/rpms/gget/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12816/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	gget-0.0.4-epiphany.patch gget.spec import.log 
Log Message:

 Feb 27 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-9
- Initial CVS import.




gget-0.0.4-epiphany.patch:

--- NEW FILE gget-0.0.4-epiphany.patch ---
diff -duru gget-0.0.4.orig/configure gget-0.0.4/configure
--- gget-0.0.4.orig/configure	2008-12-20 12:37:03.000000000 +0100
+++ gget-0.0.4/configure	2009-02-20 00:40:21.000000000 +0100
@@ -14226,7 +14226,7 @@
 	{ echo "$as_me:$LINENO: result: " >&5
 echo "${ECHO_T}" >&6; }
 
-				VALID_EPIPHANY_VERSIONS="2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6"
+				VALID_EPIPHANY_VERSIONS="2.26 2.25 2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6"
 	for v in $VALID_EPIPHANY_VERSIONS; do
 
 		{ echo "$as_me:$LINENO: checking for Epiphany $v" >&5
diff -duru gget-0.0.4.orig/configure.ac gget-0.0.4/configure.ac
--- gget-0.0.4.orig/configure.ac	2008-12-20 12:35:51.000000000 +0100
+++ gget-0.0.4/configure.ac	2009-02-20 00:39:35.000000000 +0100
@@ -60,7 +60,7 @@
 	dnl If you want to add anything but a <major>.<minor> version here, you
 	dnl need to see the handling of the epiphany_version variable in the
 	dnl epiphany extension code
-	VALID_EPIPHANY_VERSIONS="2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6"
+	VALID_EPIPHANY_VERSIONS="2.26 2.25 2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6"
 	for v in $VALID_EPIPHANY_VERSIONS; do
 	
 		AC_MSG_CHECKING([for Epiphany $v])


--- NEW FILE gget.spec ---
# sitelib for noarch packages, sitearch for others (remove the unneeded one)
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
# The debuginfo package is empty because of python.
%define debug_package %{nil}

Name:           gget
Version:        0.0.4
Release:        9%{?dist}
Summary:        Download Manager for the GNOME desktop
Group:          Applications/Internet
License:        GPLv2+
URL:            http://live.gnome.org/GGet
Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/gget/0.0/%{name}-%{version}.tar.gz
# Detects Epiphany 2.26/2.25 for rawhide
# http://bugzilla.gnome.org/show_bug.cgi?id=572602
Patch0:         gget-0.0.4-epiphany.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  pygtk2-devel >= 2.10.0
BuildRequires:  pygobject2-devel >= 2.12.0
BuildRequires:  gnome-python2-devel >= 2.16.0
BuildRequires:  gnome-python2-extras >= 2.14.2
BuildRequires:  dbus-python-devel >= 0.82
BuildRequires:  notify-python >= 0.1.1
BuildRequires:  intltool
Requires:       python
Requires:       gnome-python2-gnomedesktop
Requires:       gnome-python2-extras
Requires:       dbus
Requires:       dbus-python
Requires:       notify-python
Requires(post): GConf2
Requires(preun):GConf2

%description
GGet is a download manager for Gnome. It supports FTP, HTTP,
and Metalink downloads.

%package epiphany-extension
Summary:        GGet extensions for epiphany
Group:          Applications/Internet
BuildRequires:  epiphany-devel
Requires:       %{name} = %{version}
Requires:       epiphany

%description epiphany-extension
GGet extension for the Epiphany web browser

%prep
%setup -q
%patch0 -p1 -b .epiphany

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
# For GConf apps: prevent schemas from being installed at this stage
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
chmod +x $RPM_BUILD_ROOT%{python_sitelib}/%{name}/metalink.py
desktop-file-install --add-category=FileTransfer    \
--remove-category="Application"    \
--dir=${RPM_BUILD_ROOT}%{_datadir}/applications         \
%{buildroot}/%{_datadir}/applications/gget.desktop



%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
# For GConf apps: install schemas as system default
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-install-rule \
	%{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||:
update-mime-database %{_datadir}/mime &> /dev/null || :

%preun
# For GConf apps: uninstall app's system default schemas
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-uninstall-rule \
	%{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
update-mime-database %{_datadir}/mime &> /dev/null || :

%files -f gget.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS TODO
%{_sysconfdir}/gconf/schemas/gget.schemas
%{_datadir}/%name
%{_datadir}/applications/*.desktop
%{_datadir}/dbus-1/services/org.gnome.gget.service
%{_datadir}/icons/hicolor/*/apps/gget.*
# For noarch packages: sitelib
%{python_sitelib}/%{name}
%{_bindir}/%{name}

%files epiphany-extension
%defattr (-,root,root,-)
%{_libdir}/epiphany/*/extensions/gget*

%changelog
* Mon Feb 23 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-9
- Remove other chmod.

* Fri Feb 20 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-8
- Include Epiphany 2.26/2.25 patch by Christoph Wickert
and other review issues.

* Mon Jan 19 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-7
- Include Epiphany extension correctly.

* Thu Jan 15 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-6
- Address issues from preliminary review.

* Thu Jan 11 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-5
- Address more spec file issues.

* Thu Jan 09 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-4
- Fix GTK+ icon cache issue.

* Thu Jan 08 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-3
- gget-epiphany-extension: subpackage for the epiphany extension.

* Thu Jan 08 2009 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-2
- Add Epiphany extension.

* Mon Dec 29 2008 Ant Bryan <anthonybryan at gmail.com> - 0.0.4-1
- 0.0.4


--- NEW FILE import.log ---
gget-0_0_4-9_fc10:F-10:gget-0.0.4-9.fc10.src.rpm:1235761893


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gget/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Feb 2009 20:58:58 -0000	1.1
+++ .cvsignore	27 Feb 2009 19:13:55 -0000	1.2
@@ -0,0 +1 @@
+gget-0.0.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gget/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Feb 2009 20:58:58 -0000	1.1
+++ sources	27 Feb 2009 19:13:55 -0000	1.2
@@ -0,0 +1 @@
+914d2d51186f6d24237409e59f8f9cde  gget-0.0.4.tar.gz




More information about the scm-commits mailing list