gconf.spec.in patch



On Sat, 2001-10-13 at 22:12, Ross Golder wrote:
> The attached patch is necessary to make an RPM using 'rpm -ta
> gconf-1.1.2.tar.gz' from a 'make dist' from CVS HEAD (as of today). It
> looks like it hadn't been maintained for a while.
> 
> Please let me know if it should be committed.
> 

Why do I do it? Every time...

/me shakes head.

--
Ross

Index: gconf.spec.in
===================================================================
RCS file: /cvs/gnome/gconf/gconf.spec.in,v
retrieving revision 1.15
diff -u -r1.15 gconf.spec.in
--- gconf.spec.in	2001/08/07 20:56:49	1.15
+++ gconf.spec.in	2001/10/13 21:04:00
@@ -50,8 +50,10 @@
 
 %changelog
 
-* Sun Jun 11 2000  Eskil Heyn Olsen <deity eazel com>
+* Sat Oct 13 2001 Ross Golder <ross golder org>
+- Updated to reflect installation path changes
 
+* Sun Jun 11 2000  Eskil Heyn Olsen <deity eazel com>
 - Created the .spec file
 
 %prep
@@ -86,21 +88,18 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%config %{sysconfdir}/gconf/1/path
+%config %{sysconfdir}/gconf/2/path
 %config %{sysconfdir}/gconf/schemas/*.schemas
 %dir	%{sysconfdir}/gconf/gconf.xml.defaults
 %dir	%{sysconfdir}/gconf/gconf.xml.mandatory
-%{prefix}/bin/gconf-config
-%{prefix}/bin/gconf-config-1
-%{prefix}/bin/gconfd-1
+%{prefix}/bin/gconfd-2
 %{prefix}/bin/gconftool
-%{prefix}/bin/gconftool-1
-%{prefix}/lib/*.0
-%{prefix}/lib/*.1
-%{prefix}/lib/*.so
-%{prefix}/lib/GConf/1/*.so
+%{prefix}/bin/gconftool-2
+%{prefix}/lib/lib*.so.*
+%{prefix}/lib/GConf/2/*.so
+%{prefix}/lib/pkgconfig/*.pc
 %{prefix}/share/locale/*/LC_MESSAGES/*.mo
-%{prefix}/share/oaf/*.oafinfo
+%{prefix}/share/gconf/2
 
 
 ## /etc/gconf/schemas/desktop.schemas is notably missing;
@@ -112,7 +111,8 @@
 %defattr(-, root, root)
 %{prefix}/lib/*.a
 %{prefix}/lib/*.la
-%{prefix}/lib/GConf/1/*.a
-%{prefix}/lib/GConf/1/*.la
-%{prefix}/include/gconf/1/gconf/*.h
+%{prefix}/lib/*.so
+%{prefix}/lib/GConf/2/*.a
+%{prefix}/lib/GConf/2/*.la
+%{prefix}/include/gconf/2/gconf/*.h
 %{prefix}/share/aclocal/*.m4


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]