rpms/gconf-cleaner/F-7 gconf-cleaner.desktop, NONE, 1.1 gconf-cleaner.spec, NONE, 1.1 sources, 1.2, 1.3

Damien Durand (splinux) fedora-extras-commits at redhat.com
Thu Jul 12 09:32:45 UTC 2007


Author: splinux

Update of /cvs/pkgs/rpms/gconf-cleaner/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23494

Added Files:
	gconf-cleaner.desktop gconf-cleaner.spec sources 
Log Message:



--- NEW FILE gconf-cleaner.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Gconf-cleaner
GenericName=Gconf-cleaner
Comment=A Cleaning tool for GConf
Exec=gconf-cleaner
Icon=gnome-ccdesktop.png
Terminal=false
Type=Application
Categories=GNOME;GTK;X-Fedora;System;


--- NEW FILE gconf-cleaner.spec ---
Name:           gconf-cleaner
Version:        0.0.2
Release:        3%{?dist}
Summary:        A Cleaning tool for GConf

Group:          Applications/System
License:        GPL
URL:            http://code.google.com/p/gconf-cleaner/
Source0:        http://gconf-cleaner.googlecode.com/files/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel, GConf2-devel, perl-XML-Parser, gettext, desktop-file-utils


%description
GConf Cleaner is a tool to clean a GConf database which is possibly 
cluttered with unnecessary or invalid keys

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


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

desktop-file-install --vendor="fedora"                               \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        %{SOURCE1}

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS COPYING ChangeLog
%{_bindir}/%{name}
%{_datadir}/applications/*.desktop


%changelog
* Mon Jul 09 2007 Damien Durand <splinux at fedoraproject.org> - 0.0.2-3
- Fix desktop file

* Thu Jun 14 2007 Damien Durand <splinux at fedoraproject.org> - 0.0.2-2
- Fix spec file description
- Fix desktop file

* Thu Jun 13 2007 Damien Durand <splinux at fedoraproject.org> - 0.0.2-1
- Initial RPM release


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	12 Jul 2007 09:32:11 -0000	1.3
@@ -0,0 +1 @@
+5a459af40df53ffdeea69a70db1abe29  gconf-cleaner-0.0.2.tar.gz




More information about the fedora-extras-commits mailing list