]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
- added conflicts
[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)
65c62233 10BuildRequires: gnome-vfs2-devel
11BuildRequires: gtk+2-devel
12BuildRequires: libgnomeui-devel
13BuildRequires: libgnomecanvas-devel
1800e8d9 14Confilcts: gnome-core2
39416a2d 15
16%define _prefix /usr/X11R6
17%define _mandir %{_prefix}/man
18%define _sysconfdir /etc/X11/GNOME2
19
20%description
21GNOME2 (GNU Network Object Model Environment) is a user-friendly set of
22applications and desktop tools to be used in conjunction with a window
23manager for the X Window System. GNOME2 is similar in purpose and scope
24to CDE and KDE, but GNOME2 is based completely on free software. The
25gnome-core package includes the basic programs and libraries that are
26needed to install GNOME2.
27
28The GNOME2 panel packages provides the gnome panel, menu's and some
29basic applets for the panel.
30
31%package devel
32Summary: GNOME2 panel includes
33Group: X11/Development/Libraries
34Requires: %{name} = %{version}
35
36%description devel
37Panel header files for creating GNOME panels.
38
39%package static
40Summary: GNOME2 panel static libraries
41Group: X11/Development/Libraries
42Requires: %{name} = %{version}
43
44%description static
45Panel 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
56rm -rf $RPM_BUILD_ROOT
57
58%{__make} install \
59 DESTDIR=$RPM_BUILD_ROOT \
60 pkgconfigdir=%{_pkgconfigdir}
61
62gzip -9nf AUTHORS COPYING ChangeLog NEWS README
63
64%find_lang %{name} --with-gnome --all-name
65
66%clean
67rm -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*.??
65c62233 86%{_pkgconfigdir}/*.pc
39416a2d 87
88%files static
89%defattr(644,root,root,755)
90%{_libdir}/*a
This page took 0.160132 seconds and 4 git commands to generate.