Fix bogus date in %changelog
- Compilation should be more verbose, add V=1 - Upstream does not install dconf-editor ui files
This commit is contained in:
parent
8ffd1b837c
commit
0a3fed2d21
14
dconf.spec
14
dconf.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.17.0
|
Version: 0.17.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A configuration system
|
Summary: A configuration system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -49,7 +49,7 @@ dconf-editor allows you to browse and modify dconf databases.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -118,14 +118,16 @@ done
|
|||||||
%{_bindir}/dconf-editor
|
%{_bindir}/dconf-editor
|
||||||
%{_datadir}/applications/dconf-editor.desktop
|
%{_datadir}/applications/dconf-editor.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
%{_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/hicolor/*/apps/dconf-editor.png
|
||||||
%{_datadir}/icons/HighContrast/*/apps/dconf-editor.png
|
%{_datadir}/icons/HighContrast/*/apps/dconf-editor.png
|
||||||
%{_mandir}/man1/dconf-editor.1.gz
|
%{_mandir}/man1/dconf-editor.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 05 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 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 <rel-eng@lists.fedoraproject.org> - 0.17.0-2
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
@ -287,7 +289,7 @@ done
|
|||||||
* Wed Jun 02 2010 Bastien Nocera <bnocera@redhat.com> 0.3.1-2
|
* Wed Jun 02 2010 Bastien Nocera <bnocera@redhat.com> 0.3.1-2
|
||||||
- Rebuild against latest glib2
|
- Rebuild against latest glib2
|
||||||
|
|
||||||
* Tue May 24 2010 Matthias Clasen <mclasen@redhat.com> 0.3.1-1
|
* Mon May 24 2010 Matthias Clasen <mclasen@redhat.com> 0.3.1-1
|
||||||
- Update to 0.3.1
|
- Update to 0.3.1
|
||||||
- Add a -devel subpackage
|
- Add a -devel subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user