rpms/raw-thumbnailer/F-11 import.log, NONE, 1.1 raw-thumbnailer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Victor Bogado da Silva Lins bogado at fedoraproject.org
Mon Mar 1 18:08:11 UTC 2010


Author: bogado

Update of /cvs/pkgs/rpms/raw-thumbnailer/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23804/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log raw-thumbnailer.spec 
Log Message:
Import raw-thumbnailer into F-11



--- NEW FILE import.log ---
raw-thumbnailer-0_99_1-5_bog12:F-11:raw-thumbnailer-0.99.1-5.bog12.src.rpm:1267466790


--- NEW FILE raw-thumbnailer.spec ---
Name:           raw-thumbnailer
Version:        0.99.1
Release:        5%{?dist}
Summary:        Nautilus file manager thumbnailer for RAW images

Group:          Applications/Multimedia
License:        GPLv2+
URL:            http://libopenraw.freedesktop.org/wiki/RawThumbnailer
Source0:        http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

BuildRequires:  libgsf-gnome-devel
BuildRequires:  libopenraw-gnome-devel
BuildRequires:  perl(XML::Parser)
BuildRequires:  gnome-vfs2-devel
BuildRequires:  gtk2-devel

%description
RawThumbnailer is a thumbnailer for RAW files that works with Nautilus.

%prep
%setup -q


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


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%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 || :
update-mime-database %{_datadir}/mime &> /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

%postun
update-mime-database %{_datadir}/mime &> /dev/null || :

%files
%defattr(-,root,root,-)
%{_bindir}/raw-thumbnailer
%{_datadir}/mime/packages/*.xml
%doc AUTHORS COPYING NEWS
%{_sysconfdir}/gconf/schemas/%{name}.schemas


%changelog
* Mon Feb 22 2010 Victor Bogado <victor at bogado.net> - 0.99.1-5
- License tag
- gconf schemas don't recieve the "config" macro.

* Mon Feb 08 2010 Victor Bogado <victor at bogado.net> - 0.99.1-4
- More adjustments, fine tunnings, sugjested by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c6).

* Wed Dec 30 2009 Victor Bogado <victor at bogado.net> - 0.99.1-3
- Fixed problems pointed out by ELMORABITY Mohamed in (https://bugzilla.redhat.com/show_bug.cgi?id=533887#c2).

* Mon Nov 09 2009 Victor Bogado <victor at bogado.net> - 0.99.1-2
- Compleated some missing some build requires.

* Mon Nov 09 2009 Victor Bogado <victor at bogado.net> - 0.99.1-1
- Initial spec file


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/raw-thumbnailer/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	1 Mar 2010 16:58:43 -0000	1.1
+++ .cvsignore	1 Mar 2010 18:08:11 -0000	1.2
@@ -0,0 +1 @@
+raw-thumbnailer-0.99.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/raw-thumbnailer/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	1 Mar 2010 16:58:43 -0000	1.1
+++ sources	1 Mar 2010 18:08:11 -0000	1.2
@@ -0,0 +1 @@
+8b166320b17fa906bf0503ed3b6ba226  raw-thumbnailer-0.99.1.tar.gz



More information about the scm-commits mailing list