rpms/gnome-xcf-thumbnailer/devel gnome-xcf-thumbnailer.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mohamed ElMorabity melmorabity at fedoraproject.org
Wed Feb 3 04:21:53 UTC 2010


Author: melmorabity

Update of /cvs/pkgs/rpms/gnome-xcf-thumbnailer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2415/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-xcf-thumbnailer.spec import.log 
Log Message:
First import



--- NEW FILE gnome-xcf-thumbnailer.spec ---
Name:           gnome-xcf-thumbnailer
Version:        1.0
Release:        2%{?dist}
Summary:        Thumbnailer for XCF files

Group:          Amusements/Graphics
License:        GPLv2+
URL:            http://ftp.gnome.org/pub/GNOME/sources/gnome-xcf-thumbnailer/
Source0:        http://download.gnome.org/sources/%{name}/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  GConf2
BuildRequires:  glib2-devel
BuildRequires:  libpng-devel
BuildRequires:  popt-devel
Requires(pre):  GConf2
Requires(post): GConf2
Requires(preun):GConf2

%description
Thumbnailer for GIMP's own format, XCF files.


%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 || :


%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
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS TODO
%{_bindir}/gnome-xcf-thumbnailer
%config %{_sysconfdir}/gconf/schemas/*.schemas


%changelog
* Tue Jan 26 2010 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.0-2
- Update %%files section

* Tue Dec 29 2009 ELMORABITY Mohamed <melmorabity at fedoraproject.org> 1.0-1
- Initial RPM release


--- NEW FILE import.log ---
gnome-xcf-thumbnailer-1_0-2_fc12:HEAD:gnome-xcf-thumbnailer-1.0-2.fc12.src.rpm:1265170879


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-xcf-thumbnailer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Feb 2010 04:17:32 -0000	1.1
+++ .cvsignore	3 Feb 2010 04:21:52 -0000	1.2
@@ -0,0 +1 @@
+gnome-xcf-thumbnailer-1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-xcf-thumbnailer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Feb 2010 04:17:32 -0000	1.1
+++ sources	3 Feb 2010 04:21:53 -0000	1.2
@@ -0,0 +1 @@
+5853d69a19271aa102f1df84e7ccebb6  gnome-xcf-thumbnailer-1.0.tar.bz2



More information about the scm-commits mailing list