]> 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 a79d3c8799aeeb2130b68794d5e4f01b2d252098..48d2e2ad874df3b6127b8bec3014f21e2d5d0073 100644 (file)
@@ -1,66 +1,72 @@
-Summary:       The core programs for the GNOME2 GUI desktop environment.
+# 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.18
-Release:       0.1
+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 of
-applications and desktop tools to be used in conjunction with a window
-manager for the X Window System. GNOME2 is similar in purpose and scope
-to CDE and KDE, but GNOME2 is based completely on free software. The
-gnome-core package includes the basic programs and libraries that are
-needed to install GNOME2.
+GNOME2 (GNU Network Object Model Environment) is a user-friendly set
+of applications and desktop tools to be used in conjunction with a
+window manager for the X Window System. GNOME2 is similar in purpose
+and scope to CDE and KDE, but GNOME2 is based completely on free
+software.
 
-The GNOME2 panel packages provides the gnome panel, menu's and some
-basic applets for the panel.
+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 wygl±dem 
-i zakresem funkcjonalno¶ci CDE i KDE, jednak GNOME2 opiera siê w ca³o¶ci na
-wolnym oprogramowaniu. Pakiet gnome-core zawiera podstawowe programy
-wymagane do instalacji GNOME2.
+GNOME2 (GNU Network Object Model Environment) jest zestawem
+przyjaznych dla u¿ytkownika programów i narzêdzi biurkowych, których
+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.
 
-Pakiety 'panel' dla GNOME2 zawieraj± panel GNOME, ró¿ne menu oraz kilka 
-podstawowych apletów umieszczanych w panelu.
+Ten pakiet zawiera aplikacje zwi±zane w desktopem GNOME2.
 
 %package devel
-Summary:       GNOME2 panel includes
+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
-Panel header files for creating GNOME panels.
+GNOME2 desktop header files.
+
+%description devel -l pl
+Pliki nag³ówkowe bibliotek GNOME2 desktop.
 
 %package static
-Summary:       GNOME2 panel static libraries
+Summary:       GNOME2 desktop static libraries
+Summary(pl):   Statyczne biblioteki GNOME2 desktop
 Group:          X11/Development/Libraries
 Requires:      %{name} = %{version}
 
 %description static
-Panel static libraries for creating GNOME2 panels.
+GNOME2 desktop static libraries.
+
+%description static -l pl
+Statyczne biblioteki GNOME2 desktop.
 
 %prep
 %setup -q
 
 %build
-%configure \
-       --enable-gtk-doc=no
+%configure 
+
 %{__make}
 
 %install
@@ -70,7 +76,6 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT \
        pkgconfigdir=%{_pkgconfigdir}
 
-gzip -9nf AUTHORS COPYING ChangeLog NEWS README
 
 %find_lang %{name} --with-gnome --all-name
 
@@ -82,20 +87,21 @@ rm -fr $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS COPYING ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %doc %{_mandir}/man1/*
 %{_datadir}/gnome/vfolders
-%{_datadir}/gnome-about/gnome-version
+%{_datadir}/gnome-about
 %{_datadir}/pixmaps/*
 
 %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
 %defattr(644,root,root,755)
-%{_libdir}/*a
+%{_libdir}/*.a
This page took 0.117141 seconds and 4 git commands to generate.