source: trunk/third/gnome-desktop/gnome-desktop.spec @ 21376

Revision 21376, 2.8 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21375, which included commits to RCS files with non-trunk default branches.
Line 
1%define __spec_install_post /usr/lib/rpm/brp-compress
2Summary:          The gnome desktop programs for the GNOME GUI desktop environment.
3Name:             gnome-desktop
4Version:          2.8.3
5Release:          1
6License:          LGPL
7Group:            System Environment/Base
8Source:           %{name}-%{version}.tar.gz
9BuildRoot:        %{_tmppath}/%{name}-%{version}-root
10URL:              http://www.gnome.org
11BuildRequires:    pkgconfig >= 0.8
12Requires:         gtk2 >= 2.1.2
13Requires:         libgnomeui >= 2.1.0
14Requires:         gnome-vfs2 >= @GNOME_VFS_MODULE_REQUIRED@
15Requires:         libgnomecanvas >= 2.0.0
16BuildRequires:    gtk2-devel >= 2.1.2
17BuildRequires:    libgnomeui-devel >= 2.1.0
18BuildRequires:    gnome-vfs2-devel >= @GNOME_VFS_MODULE_REQUIRED@
19BuildRequires:    libgnomecanvas-devel >= 2.0.0
20
21
22%description
23GNOME (GNU Network Object Model Environment) is a user-friendly
24set of applications and desktop tools to be used in conjunction with a
25window manager for the X Window System.  GNOME is similar in purpose and
26scope to CDE and KDE, but GNOME is based completely on free
27software.  The gnome-core package includes the basic programs and
28libraries that are needed to install GNOME.
29
30GNOME Desktop provides the core icons and libraries for the gnome
31desktop.
32
33%package devel
34Summary:          GNOME desktop core libraries, includes, and more.
35Group:            Development/Libraries
36Requires:         %name = %version
37Requires:         pkgconfig >= 0.8
38Requires:         gtk2 >= 2.1.2
39Requires:         gtk2-devel >= 2.1.2
40Requires:         libgnomeui >= 2.1.0
41Requires:         libgnomeui-devel >= 2.1.0
42Requires:         gnome-vfs2 >= @GNOME_VFS_MODULE_REQUIRED@
43Requires:         gnome-vfs2-devel >= @GNOME_VFS_MODULE_REQUIRED@
44Requires:         libgnomecanvas >= 2.0.0
45Requires:         libgnomecanvas-devel >= 2.0.0
46
47
48%description devel
49Panel libraries and header files for creating GNOME panels.
50
51%prep
52%setup -q
53
54%build
55%configure
56make %{?_smp_mflags}
57
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62
63export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
64
65%makeinstall
66
67unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
68
69%find_lang %{name}-2.0
70
71%clean
72[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
73
74%post
75/sbin/ldconfig
76
77%postun
78/sbin/ldconfig
79
80%files -f %{name}-2.0.lang
81%doc AUTHORS COPYING ChangeLog NEWS README
82%defattr (-, root, root)
83%{_bindir}/*
84%{_mandir}/man1/*
85%{_libdir}/*.so.*
86%{_datadir}/gnome/help/*
87%{_datadir}/gnome/vfolders
88%{_datadir}/gnome-about/*
89%{_datadir}/pixmaps/*
90%{_mandir}/man1/*
91%dir %{_datadir}/gnome
92
93%files devel
94%{_includedir}/gnome-desktop-2.0
95%{_libdir}/*a
96%{_libdir}/*so
97%{_libdir}/pkgconfig/*
98
99
100%changelog
101* Tue Mar 05 2002 Chris Chabot <chabotc@reviewboard.com>
102- Fixed remaining formating issues
103- converted to .spec.in
104
105* Sun Feb 15 2002 Chris Chabot <chabotc@reviewboard.com>
106- initial spec file for gnome-desktop
Note: See TracBrowser for help on using the repository browser.