mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
fix to install gconf schemas
2002-04-25 Havoc Pennington <hp@redhat.com> * metacity.spec: fix to install gconf schemas
This commit is contained in:
parent
e691b664e3
commit
e3156b007d
@ -1,3 +1,7 @@
|
||||
2002-04-25 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* metacity.spec: fix to install gconf schemas
|
||||
|
||||
2002-04-25 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* src/session.c (load_state): g_file_get_contents() takes a gsize
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Metacity window manager
|
||||
Name: metacity
|
||||
Version: 2.3.89
|
||||
Release: 1
|
||||
Release: 2
|
||||
URL: http://people.redhat.com/~hp/metacity/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
License: GPL
|
||||
@ -24,11 +24,22 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
||||
%makeinstall
|
||||
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
|
||||
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
||||
SCHEMAS="metacity.schemas"
|
||||
for S in $SCHEMAS; do
|
||||
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
|
||||
done
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README AUTHORS COPYING NEWS HACKING theme-format.txt
|
||||
@ -39,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/metacity
|
||||
|
||||
%changelog
|
||||
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
||||
- rebuild in different environment
|
||||
- add gconf schemas boilerplate
|
||||
|
||||
* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
|
||||
- 2.3.89
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user