]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- updated to 1.5.18
[packages/gnome-desktop.git] / gnome-desktop.spec
1 Summary:        The core programs for the GNOME2 GUI desktop environment.
2 Name:           gnome-desktop
3 Version:        1.5.18
4 Release:        0.1
5 License:        LGPL
6 Group:          X11/Applications
7 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
8 URL:            http://www.gnome.org/
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10 BuildRequires:  gnome-vfs2-devel
11 BuildRequires:  gtk+2-devel
12 BuildRequires:  libgnomeui-devel
13 BuildRequires:  libgnomecanvas-devel
14 Conflicts:      gnome-core2
15
16 %define         _prefix         /usr/X11R6
17 %define         _mandir         %{_prefix}/man
18 %define         _sysconfdir     /etc/X11/GNOME2
19
20 %description
21 GNOME2 (GNU Network Object Model Environment) is a user-friendly set of
22 applications and desktop tools to be used in conjunction with a window
23 manager for the X Window System. GNOME2 is similar in purpose and scope
24 to CDE and KDE, but GNOME2 is based completely on free software. The
25 gnome-core package includes the basic programs and libraries that are
26 needed to install GNOME2.
27
28 The GNOME2 panel packages provides the gnome panel, menu's and some
29 basic applets for the panel.
30
31 %description -l pl
32 GNOME2 (GNU Network Object Model Environment) jest zestawem przyjaznych
33 dla u¿ytkownika programów i narzêdzi biurkowych, których u¿ywa siê
34 wraz mened¿erem okien systemu X Window. GNOME2 przypomina wygl±dem 
35 i zakresem funkcjonalno¶ci CDE i KDE, jednak GNOME2 opiera siê w ca³o¶ci na
36 wolnym oprogramowaniu. Pakiet gnome-core zawiera podstawowe programy
37 wymagane do instalacji GNOME2.
38
39 Pakiety 'panel' dla GNOME2 zawieraj± panel GNOME, ró¿ne menu oraz kilka 
40 podstawowych apletów umieszczanych w panelu.
41
42 %package devel
43 Summary:        GNOME2 panel includes
44 Group:          X11/Development/Libraries
45 Requires:       %{name} = %{version}
46
47 %description devel
48 Panel header files for creating GNOME panels.
49
50 %package static
51 Summary:        GNOME2 panel static libraries
52 Group:          X11/Development/Libraries
53 Requires:       %{name} = %{version}
54
55 %description static
56 Panel static libraries for creating GNOME2 panels.
57
58 %prep
59 %setup -q
60
61 %build
62 %configure \
63         --enable-gtk-doc=no
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT \
71         pkgconfigdir=%{_pkgconfigdir}
72
73 gzip -9nf AUTHORS COPYING ChangeLog NEWS README
74
75 %find_lang %{name} --with-gnome --all-name
76
77 %clean
78 rm -fr $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files -f %{name}.lang
84 %defattr(644,root,root,755)
85 %doc *.gz
86 %attr(755,root,root) %{_bindir}/*
87 %attr(755,root,root) %{_libdir}/lib*.so.*.*
88 %doc %{_mandir}/man1/*
89 %{_datadir}/gnome/vfolders
90 %{_datadir}/gnome-about/gnome-version
91 %{_datadir}/pixmaps/*
92
93 %files devel
94 %defattr(644,root,root,755)
95 %{_includedir}/gnome-desktop-2.0
96 %attr(755,root,root) %{_libdir}/lib*.??
97 %{_pkgconfigdir}/*.pc
98
99 %files static
100 %defattr(644,root,root,755)
101 %{_libdir}/*a
This page took 0.037769 seconds and 4 git commands to generate.