rpms/gconf-cleaner/devel gconf-cleaner.desktop, NONE, 1.1 gconf-cleaner.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

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


Author: splinux

Update of /cvs/pkgs/rpms/gconf-cleaner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20043/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gconf-cleaner.desktop gconf-cleaner.spec 
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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gconf-cleaner/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Jul 2007 01:43:07 -0000	1.1
+++ .cvsignore	12 Jul 2007 09:13:51 -0000	1.2
@@ -0,0 +1 @@
+gconf-cleaner-0.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gconf-cleaner/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Jul 2007 01:43:07 -0000	1.1
+++ sources	12 Jul 2007 09:13:51 -0000	1.2
@@ -0,0 +1 @@
+5a459af40df53ffdeea69a70db1abe29  gconf-cleaner-0.0.2.tar.gz




More information about the fedora-extras-commits mailing list