]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- updated to 1.1.11
authorArtur Frysiak <artur@frysiak.net>
Mon, 10 Jun 2002 11:36:01 +0000 (11:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rebuild gtk-doc (like in other packages)
- move gtk-doc to /usr/share/doc/gtk-doc

Changed files:
    GConf2.spec -> 1.20

GConf2.spec

index 14da182491ab8bf1d31e68cff8ec4c783b51e294..cc97e5105b4d9312afd90bd5d876dabb85bbeb42 100644 (file)
@@ -2,8 +2,8 @@ Summary:        GNOME2 configuration database system
 Summary(pl):   System konfiguracyjnej bazy danych dla GNOME2
 Summary(pt_BR):        Sistema de ConfiguraĆ§Ć£o do GNOME2
 Name:          GConf2
-Version:       1.1.10
-Release:       2
+Version:       1.1.11
+Release:       1
 License:       LGPL
 Group:         X11/Applications
 Source0:       ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/GConf/GConf-%{version}.tar.bz2
@@ -11,7 +11,7 @@ Patch0:               %{name}-NO_MAJOR_VERSION.patch
 Patch1:                %{name}-am.patch
 URL:           http://www.gnome.org/
 BuildRequires: ORBit2-devel
-BuildRequires: bonobo-activation-devel >= 0.9.5
+BuildRequires: bonobo-activation-devel >= 1.0.0
 #BuildRequires:        db3-devel
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel >= 2.0.1
@@ -25,6 +25,7 @@ Obsoletes:    libGConf2
 %define                _prefix         /usr/X11R6
 %define                _mandir         %{_prefix}/man
 %define                _sysconfdir     /etc/X11/GNOME2
+%define                _gtkdocdir      /usr/share/doc/gtk-doc/html
 
 %description
 GConf2 is a configuration database system, functionally similar to the
@@ -90,7 +91,8 @@ aclocal
 %{__autoconf}
 %{__automake}
 %configure \
-       --enable-gtk-doc=no
+       --enable-gtk-doc \
+       --with-html-dir=%{_gtkdocdir}
 
 %{__make}
 
@@ -101,7 +103,8 @@ install gconf.m4 $RPM_BUILD_ROOT%{_aclocaldir}/gconf-2.m4
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
-       pkgconfigdir=%{_pkgconfigdir}
+       pkgconfigdir=%{_pkgconfigdir} \
+       HTML_DIR=%{_gtkdocdir} 
        
 %find_lang %{name}
 
@@ -121,10 +124,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog TODO NEWS README
+# outdated and almost empty
+#doc NEWS
+%doc AUTHORS ChangeLog TODO README
 %attr(755,root,root) %{_libdir}/lib*.??
 %attr(755,root,root) %{_libdir}/GConf2/lib*.la
-%doc %{_datadir}/gtk-doc/html/gconf
+%doc %{_gtkdocdir}/gconf
 %{_includedir}/gconf2
 %{_aclocaldir}/*.m4
 %{_pkgconfigdir}/*.pc
This page took 0.030728 seconds and 4 git commands to generate.