]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
updated to 2.0.0
authorArtur Frysiak <artur@frysiak.net>
Tue, 11 Jun 2002 07:56:02 +0000 (07:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-panel.spec -> 1.19

gnome-panel.spec

index 5c5cfadfd4cc72034b7e88d6328f58ed51a39e6a..531b8c3232e53ae69eb1704bc1abaa4aada4bed2 100644 (file)
@@ -1,21 +1,25 @@
 Summary:       The core programs for the GNOME GUI desktop environment
 Summary(pl):   Podstawowe programy ¶rodowiska graficznego GNOME
 Name:          gnome-panel
-Version:       1.5.23
+Version:       2.0.0
 Release:       1
 License:       LGPL
 Group:         X11/Applications
 Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
 URL:           http://www.gnome.org/
-Requires:      gnome-desktop >= 1.5.21
-BuildRequires: ORBit2-devel >= 2.3.108
-BuildRequires: gnome-desktop-devel >= 1.5.21
-BuildRequires: gtk+2-devel >= 2.0.2
-BuildRequires: libglade2-devel >= 1.99.12
-BuildRequires: libgnomeui-devel >= 1.117.0
-BuildRequires: libwnck-devel >= 0.12
+Requires:      gnome-desktop >= 2.0.0
+BuildRequires: ORBit2-devel >= 2.4.0
+BuildRequires: gnome-desktop-devel >= 2.0.0
+BuildRequires: gtk+2-devel >= 2.0.3
+BuildRequires: libglade2-devel >= 2.0.0
+BuildRequires: libgnomeui-devel >= 2.0.0
+BuildRequires: libwnck-devel >= 0.13
 BuildRequires: pkgconfig >= 0.12.0
-BuildRequires: intltool >= 0.21
+BuildRequires: intltool >= 0.22
+BuildRequires: scrollkeeper >= 0.3.6
+Requires(post,postun): scrollkeeper
+Requires(post,postun): /sbin/ldconfig
+Requires(post):        GConf2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define         _prefix         /usr/X11R6
@@ -96,10 +100,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
+scrollkeeper-update
 GCONF_CONFIG_SOURCE="" \
 %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null 
 
-%postun        -p /sbin/ldconfig
+%postun        
+/sbin/ldconfig
+scrollkeeper-update
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.033689 seconds and 4 git commands to generate.