From 0a3fed2d216ee6f6b84db3341d55e160e334bc0d Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 5 Aug 2013 19:51:29 +0530 Subject: [PATCH] Fix bogus date in %changelog - Compilation should be more verbose, add V=1 - Upstream does not install dconf-editor ui files --- dconf.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/dconf.spec b/dconf.spec index 2d46dbe..e5a0374 100644 --- a/dconf.spec +++ b/dconf.spec @@ -3,7 +3,7 @@ Name: dconf Version: 0.17.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A configuration system Group: System Environment/Base @@ -49,7 +49,7 @@ dconf-editor allows you to browse and modify dconf databases. %build %configure --disable-static -make %{?_smp_mflags} +make V=1 %{?_smp_mflags} %install @@ -118,14 +118,16 @@ done %{_bindir}/dconf-editor %{_datadir}/applications/dconf-editor.desktop %{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml -%dir %{_datadir}/dconf-editor -%{_datadir}/dconf-editor/dconf-editor.ui -%{_datadir}/dconf-editor/dconf-editor-menu.ui %{_datadir}/icons/hicolor/*/apps/dconf-editor.png %{_datadir}/icons/HighContrast/*/apps/dconf-editor.png %{_mandir}/man1/dconf-editor.1.gz %changelog +* Mon Aug 05 2013 Parag Nemade - 0.17.0-3 +- Fix bogus date in %%changelog +- Compilation should be more verbose, add V=1 +- Upstream does not install dconf-editor ui files + * Sat Aug 03 2013 Fedora Release Engineering - 0.17.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -287,7 +289,7 @@ done * Wed Jun 02 2010 Bastien Nocera 0.3.1-2 - Rebuild against latest glib2 -* Tue May 24 2010 Matthias Clasen 0.3.1-1 +* Mon May 24 2010 Matthias Clasen 0.3.1-1 - Update to 0.3.1 - Add a -devel subpackage