]> 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 5480e90b758ab4fd386f52c13af29330b4f854c4..65cd50171ec65a94839c571bd9d905dfaedfc34e 100644 (file)
@@ -1,51 +1,73 @@
-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.17
-Release:       0.1
+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)
-Requires:      %{name}-libs
+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
 %define         _mandir         %{_prefix}/man
 %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.
+
+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
@@ -55,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
 
@@ -67,20 +88,20 @@ 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*.??
-%{_pkgconfigdir}/*.cp
+%{_pkgconfigdir}/*.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*a
+%{_libdir}/*.a
This page took 0.096893 seconds and 4 git commands to generate.