]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- new xinitrc subpackage to fix directory problems
authorczarny <czarny@pld-linux.org>
Fri, 7 Jul 2006 21:36:44 +0000 (21:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 - complaint with xinitrc and xinitrc-ng

Changed files:
    GConf2.spec -> 1.112

GConf2.spec

index 42428a4641a9c2dc7a277e084c59ef4dcd1e2581..08df9c313ab5b1ff4a08409899e12142be804f4f 100644 (file)
@@ -113,6 +113,18 @@ adresy serwer
 adresowej i kalendarza w jego wpisie LDAP, Evolution zostanie
 automatycznie skonfigurowane do u¿ywania tych adresów.
 
+%package xinitrc
+Summary:       GConf xinitrc scripts
+Summary(pl):   Skrypty xinitrc GConfa
+Group:         X11
+Requires:      xinitrc
+
+%description xinitrc
+This is a script for xinit-rc, which monitors users .gconf dir, merging it into single tree if neceserry or creates a new default one.
+
+%description xinitrc -l pl
+To jest skrypt dla xinit-rc, który monitoruje katalog .gconf u¿ytkowników, spajaj±c go w pojedyncze drzewo, gdy to koniecznie, lub tworz±c nowe, domy¶lne.
+
 %prep
 %setup -q -n GConf-%{version}
 %patch0 -p1
@@ -170,7 +182,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/gconf/gconf.xml.*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gconf/path
 %dir %{_sysconfdir}/gconf/schemas
-%attr(755,root,root) %{_sysconfdir}/X11/xinit/xinitrc.d/*
 %dir %{_datadir}/GConf
 %dir %{_datadir}/GConf/schema
 %{_datadir}/sgml/gconf
@@ -198,3 +209,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-evoldap.so
 %{_datadir}/GConf/schema/evoldap.schema
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gconf/2/evoldap.conf
+
+%files xinitrc
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sysconfdir}/X11/xinit/xinitrc.d/*
This page took 0.111186 seconds and 4 git commands to generate.