0.12.0
This commit is contained in:
parent
568c6fbbeb
commit
ce2ea46f9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ dconf-0.5.tar.bz2
|
||||
/dconf-0.11.5.tar.xz
|
||||
/dconf-0.11.6.tar.xz
|
||||
/dconf-0.11.7.tar.xz
|
||||
/dconf-0.12.0.tar.xz
|
||||
|
10
dconf.spec
10
dconf.spec
@ -2,7 +2,7 @@
|
||||
%define vala_version 0.11.7
|
||||
|
||||
Name: dconf
|
||||
Version: 0.11.7
|
||||
Version: 0.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A configuration system
|
||||
|
||||
@ -10,7 +10,7 @@ Group: System Environment/Base
|
||||
License: LGPLv2+
|
||||
URL: http://live.gnome.org/dconf
|
||||
#VCS: git:git://git.gnome.org/dconf
|
||||
Source0: http://download.gnome.org/sources/dconf/0.11/dconf-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/dconf/0.12/dconf-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk3-devel
|
||||
@ -75,7 +75,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%{_libdir}/gio/modules/libdconfsettings.so
|
||||
%{_libexecdir}/dconf-service
|
||||
@ -88,7 +87,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/dconf
|
||||
%{_libdir}/libdconf.so
|
||||
%{_libdir}/pkgconfig/dconf.pc
|
||||
@ -99,7 +97,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/vala
|
||||
|
||||
%files editor
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/dconf-editor
|
||||
%{_datadir}/applications/dconf-editor.desktop
|
||||
%dir %{_datadir}/dconf-editor
|
||||
@ -107,6 +104,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
||||
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||
|
||||
%changelog
|
||||
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 0.12.0-1
|
||||
- Update to 0.12.0
|
||||
|
||||
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 0.11.7-1
|
||||
- Update to 0.11.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user