rpms/gnome-web-photo/devel gnome-web-photo.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Sep 10 14:19:12 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-web-photo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9363/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-web-photo.spec 
Log Message:
Upload gnome-web-photo, the HTML page thumbnailer



--- NEW FILE gnome-web-photo.spec ---
Summary: HTML pages thumbnailer
Name: gnome-web-photo
Version: 0.3
Release: 4%{?dist}
License: LGPLv2+
Group: Applications/Internet
URL: http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/%{version}/
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/%{version}/%{name}-%{version}.tar.bz2

BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires(post): GConf2
Requires(preun): GConf2
BuildRequires: gtk2-devel >= 2.10.0
BuildRequires: libxml2-devel
BuildRequires: gnome-vfs2-devel
BuildRequires: gecko-devel >= 1.8
BuildRequires: libjpeg-devel
BuildRequires: gettext perl(XML::Parser)

%description
gnome-web-photo contains a thumbnailer that will be used by GNOME applications,
including the file manager, to generate screenshots of web pages.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make DESTDIR=$RPM_BUILD_ROOT install
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL

mv $RPM_BUILD_ROOT/%{_sysconfdir}/gconf/schemas/thumbnailer.schemas \
	$RPM_BUILD_ROOT/%{_sysconfdir}/gconf/schemas/gnome-web-photo.schemas

%find_lang %{name}

%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule \
	%{_sysconfdir}/gconf/schemas/gnome-web-photo.schemas >& /dev/null

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

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

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc ChangeLog AUTHORS README TODO COPYING.README
%{_sysconfdir}/gconf/schemas/gnome-web-photo.schemas
%{_bindir}/*
%{_datadir}/gnome-web-photo

%changelog
* Mon Sep 10 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3-4
- Fix license, as mentioned by Kevin Fenzi

* Thu Sep 06 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3-3
- Update following Matthias Clasen's comments

* Wed Sep 05 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3-2
- Update following Peter Gordon's comments

* Tue Mar 20 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3-1
- First post!



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-web-photo/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 Sep 2007 22:50:20 -0000	1.1
+++ .cvsignore	10 Sep 2007 14:18:40 -0000	1.2
@@ -0,0 +1 @@
+gnome-web-photo-0.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-web-photo/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 Sep 2007 22:50:20 -0000	1.1
+++ sources	10 Sep 2007 14:18:40 -0000	1.2
@@ -0,0 +1 @@
+1c9cdf4ce25b58641e0af16215c413a5  gnome-web-photo-0.3.tar.bz2




More information about the fedora-extras-commits mailing list