]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- added BR
[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.17
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 Requires:       %{name}-libs
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 %package devel
32 Summary:        GNOME2 panel includes
33 Group:          X11/Development/Libraries
34 Requires:       %{name} = %{version}
35
36 %description devel
37 Panel header files for creating GNOME panels.
38
39 %package static
40 Summary:        GNOME2 panel static libraries
41 Group:          X11/Development/Libraries
42 Requires:       %{name} = %{version}
43
44 %description static
45 Panel static libraries for creating GNOME2 panels.
46
47 %prep
48 %setup -q
49
50 %build
51 %configure \
52         --enable-gtk-doc=no
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         pkgconfigdir=%{_pkgconfigdir}
61
62 gzip -9nf AUTHORS COPYING ChangeLog NEWS README
63
64 %find_lang %{name} --with-gnome --all-name
65
66 %clean
67 rm -fr $RPM_BUILD_ROOT
68
69 %post   -p /sbin/ldconfig
70 %postun -p /sbin/ldconfig
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc *.gz
75 %attr(755,root,root) %{_bindir}/*
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77 %doc %{_mandir}/man1/*
78 %{_datadir}/gnome/vfolders
79 %{_datadir}/gnome-about/gnome-version
80 %{_datadir}/pixmaps/*
81
82 %files devel
83 %defattr(644,root,root,755)
84 %{_includedir}/gnome-desktop-2.0
85 %attr(755,root,root) %{_libdir}/lib*.??
86 %{_pkgconfigdir}/*.pc
87
88 %files static
89 %defattr(644,root,root,755)
90 %{_libdir}/*a
This page took 0.060101 seconds and 4 git commands to generate.