]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- updated to 2.22.0; merged changes from DEVEL
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 10 Mar 2008 17:30:32 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    GConf2.spec -> 1.134

GConf2.spec

index 1c69e70574de6a3574643de56c01790db3066dd1..1a43ae56b5b2f43790bce873db27e3a8b1259b0e 100644 (file)
@@ -10,22 +10,22 @@ Summary(pl.UTF-8):  System konfiguracyjnej bazy danych dla GNOME 2
 Summary(pt_BR.UTF-8):  Sistema de Configuração do GNOME 2
 Summary(ru.UTF-8):     Система конфигурации GNOME 2
 Name:          GConf2
-Version:       2.20.1
-Release:       3
+Version:       2.22.0
+Release:       1
 License:       LGPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/GConf/2.20/GConf-%{version}.tar.bz2
-# Source0-md5: 646fc896c6282a8f103365af0fa2e303
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/GConf/2.22/GConf-%{version}.tar.bz2
+# Source0-md5: a56c043afeb1052abaf45407409b0331
 Patch0:                %{name}-NO_MAJOR_VERSION.patch
 Patch1:                %{name}-path.patch
 Patch2:                %{name}-reload.patch
 URL:           http://www.gnome.org/
 BuildRequires: ORBit2-devel >= 1:2.14.9
 BuildRequires: autoconf
-BuildRequires: automake >= 1:1.7
+BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.14.1
-BuildRequires: gtk+2-devel >= 2:2.12.0
+BuildRequires: glib2-devel >= 1:2.15.6
+BuildRequires: gtk+2-devel >= 2:2.12.8
 BuildRequires: gtk-doc >= 1.8
 BuildRequires: intltool >= 0.36.2
 BuildRequires: libtool
@@ -36,7 +36,7 @@ BuildRequires:        pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.197
 Requires(post):        findutils
 Requires:      ORBit2 >= 1:2.14.9
-Requires:      glib2 >= 1:2.14.1
+Requires:      glib2 >= 1:2.15.6
 Obsoletes:     GConf2-xinitrc
 Obsoletes:     libGConf2
 # sr@Latn vs. sr@latin
@@ -77,7 +77,6 @@ Summary(pt_BR.UTF-8): Sistema de Configuração do GNOME2 - arquivos para desenv
 Group:         X11/Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      ORBit2-devel >= 1:2.14.9
-Requires:      gtk-doc-common
 Requires:      libxml2-devel >= 1:2.6.30
 Obsoletes:     libGConf2-devel
 
@@ -171,6 +170,7 @@ install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_sysconfdir}/gco
        DESTDIR=$RPM_BUILD_ROOT
 
 cp examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp examples/*.schemas $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 [ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
        mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
@@ -195,7 +195,7 @@ for GCONF_DIR in %{_sysconfdir}/gconf/gconf.xml.mandatory %{_sysconfdir}/gconf/g
         rm -f "$GCONF_DIR/%gconf.xml"
     fi
 done
-           
+
 %postun        -p /sbin/ldconfig
 
 %files -f %{name}.lang
@@ -206,6 +206,7 @@ done
 %attr(755,root,root) %{_libdir}/gconf-sanity-check-2
 %attr(755,root,root) %{_libdir}/gconfd-2
 %attr(755,root,root) %{_libdir}/libgconf-2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgconf-2.so.4
 %dir %{_libdir}/GConf2
 %attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-oldxml.so
 %attr(755,root,root) %{_libdir}/GConf2/libgconfbackend-xml.so
This page took 0.075298 seconds and 4 git commands to generate.