]> git.pld-linux.org Git - packages/gnome-desktop.git/blobdiff - gnome-desktop.spec
- updated to version 2.0.2
[packages/gnome-desktop.git] / gnome-desktop.spec
index 7fd1f727830a784a92dbb826ecf8a1470dda1a9c..65cd50171ec65a94839c571bd9d905dfaedfc34e 100644 (file)
@@ -1,16 +1,19 @@
-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.19
+Version:       2.0.2
 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/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: gnome-vfs2-devel
-BuildRequires: gtk+2-devel
-BuildRequires: libgnomeui-devel
-BuildRequires: libgnomecanvas-devel
+BuildRequires: gnome-vfs2-devel >= 2.0.0
+BuildRequires: gtk+2-devel >= 2.0.3
+BuildRequires: libgnomeui-devel >= 2.0.1
+BuildRequires: libgnomecanvas-devel >= 2.0.1
 Conflicts:     gnome-core2
 
 %define         _prefix         /usr/X11R6
@@ -18,49 +21,53 @@ Conflicts:  gnome-core2
 %define         _sysconfdir     /etc/X11/GNOME2
 
 %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 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.
 
-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}
 
 %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 +77,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,12 +88,12 @@ 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
@@ -98,4 +104,4 @@ rm -fr $RPM_BUILD_ROOT
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*a
+%{_libdir}/*.a
This page took 0.081666 seconds and 4 git commands to generate.