]> git.pld-linux.org Git - packages/gnome-desktop.git/blobdiff - gnome-desktop.spec
- updated to version 2.2.1
[packages/gnome-desktop.git] / gnome-desktop.spec
index a71e59961ff30e093e02f6ada8b482fde91ba90c..48d2e2ad874df3b6127b8bec3014f21e2d5d0073 100644 (file)
@@ -1,22 +1,22 @@
+# TODO:
+# play with --with-kde-datadir
 Summary:       The core programs for the GNOME2 GUI desktop environment
 Summary(pl):   Podstawowe programy ¶rodowiska graficznego GNOME2
 Name:          gnome-desktop
-Version:       1.5.20
+Version:       2.2.1
 Release:       1
 License:       LGPL
 Group:         X11/Applications
-Source0:       ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.2/%{name}-%{version}.tar.bz2
 URL:           http://www.gnome.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: gnome-vfs2-devel
-BuildRequires: gtk+2-devel
-BuildRequires: libgnomeui-devel
-BuildRequires: libgnomecanvas-devel
-Conflicts:     gnome-core2
-
-%define         _prefix         /usr/X11R6
-%define         _mandir         %{_prefix}/man
-%define         _sysconfdir     /etc/X11/GNOME2
+BuildRequires: gnome-vfs2-devel >= 2.2.0
+BuildRequires: gtk+2-devel >= 2.2.0
+BuildRequires: libgnomeui-devel >= 2.1.5
+BuildRequires: libgnomecanvas-devel >= 2.1.5
+BuildRequires: startup-notification-devel >= 0.5
+Requires:      libgnomeui >= 2.1.5
+Conflicts:     gnome-core
 
 %description
 GNOME2 (GNU Network Object Model Environment) is a user-friendly set
@@ -30,7 +30,7 @@ This package contains applications related to GNOME2 desktop.
 %description -l pl
 GNOME2 (GNU Network Object Model Environment) jest zestawem
 przyjaznych dla u¿ytkownika programów i narzêdzi biurkowych, których
-u¿ywa siê wraz mened¿erem okien systemu X Window. GNOME2 przypomina
+u¿ywa siê wraz z zarz±dc± okien systemu X Window. GNOME2 przypomina
 wygl±dem i zakresem funkcjonalno¶ci CDE i KDE, jednak GNOME2 opiera
 siê w ca³o¶ci na wolnym oprogramowaniu.
 
@@ -41,6 +41,7 @@ Summary:      GNOME2 desktop includes
 Summary(pl):   Pliki nag³ówkowe bibliotek GNOME2 desktop
 Group:          X11/Development/Libraries
 Requires:      %{name} = %{version}
+Requires:      startup-notification-devel
 
 %description devel
 GNOME2 desktop header files.
@@ -64,8 +65,8 @@ Statyczne biblioteki GNOME2 desktop.
 %setup -q
 
 %build
-%configure \
-       --enable-gtk-doc=no
+%configure 
+
 %{__make}
 
 %install
@@ -97,7 +98,8 @@ rm -fr $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %{_includedir}/gnome-desktop-2.0
-%attr(755,root,root) %{_libdir}/lib*.??
+%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/lib*.so
 %{_pkgconfigdir}/*.pc
 
 %files static
This page took 0.046443 seconds and 4 git commands to generate.