]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
- initial release (based on RH)
[packages/gnome-desktop.git] / gnome-desktop.spec
CommitLineData
39416a2d 1Summary: The core programs for the GNOME2 GUI desktop environment.
2Name: gnome-desktop
3Version: 1.5.17
4Release: 0.1
5License: LGPL
6Group: X11/Applications
7Source0: ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
8URL: http://www.gnome.org/
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10Requires: %{name}-libs
11
12%define _prefix /usr/X11R6
13%define _mandir %{_prefix}/man
14%define _sysconfdir /etc/X11/GNOME2
15
16%description
17GNOME2 (GNU Network Object Model Environment) is a user-friendly set of
18applications and desktop tools to be used in conjunction with a window
19manager for the X Window System. GNOME2 is similar in purpose and scope
20to CDE and KDE, but GNOME2 is based completely on free software. The
21gnome-core package includes the basic programs and libraries that are
22needed to install GNOME2.
23
24The GNOME2 panel packages provides the gnome panel, menu's and some
25basic applets for the panel.
26
27%package devel
28Summary: GNOME2 panel includes
29Group: X11/Development/Libraries
30Requires: %{name} = %{version}
31
32%description devel
33Panel header files for creating GNOME panels.
34
35%package static
36Summary: GNOME2 panel static libraries
37Group: X11/Development/Libraries
38Requires: %{name} = %{version}
39
40%description static
41Panel static libraries for creating GNOME2 panels.
42
43%prep
44%setup -q
45
46%build
47%configure \
48 --enable-gtk-doc=no
49%{__make}
50
51%install
52rm -rf $RPM_BUILD_ROOT
53
54%{__make} install \
55 DESTDIR=$RPM_BUILD_ROOT \
56 pkgconfigdir=%{_pkgconfigdir}
57
58gzip -9nf AUTHORS COPYING ChangeLog NEWS README
59
60%find_lang %{name} --with-gnome --all-name
61
62%clean
63rm -fr $RPM_BUILD_ROOT
64
65%post -p /sbin/ldconfig
66%postun -p /sbin/ldconfig
67
68%files -f %{name}.lang
69%defattr(644,root,root,755)
70%doc *.gz
71%attr(755,root,root) %{_bindir}/*
72%attr(755,root,root) %{_libdir}/lib*.so.*.*
73%doc %{_mandir}/man1/*
74%{_datadir}/gnome/vfolders
75%{_datadir}/gnome-about/gnome-version
76%{_datadir}/pixmaps/*
77
78%files devel
79%defattr(644,root,root,755)
80%{_includedir}/gnome-desktop-2.0
81%attr(755,root,root) %{_libdir}/lib*.??
82%{_pkgconfigdir}/*.cp
83
84%files static
85%defattr(644,root,root,755)
86%{_libdir}/*a
This page took 0.066854 seconds and 4 git commands to generate.