]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- rel. 2 to build with relocated libgnome
[packages/gnome-desktop.git] / gnome-desktop.spec
1 # TODO:
2 # play with --with-kde-datadir
3 Summary:        The core programs for the GNOME2 GUI desktop environment
4 Summary(pl):    Podstawowe programy ¶rodowiska graficznego GNOME2
5 Name:           gnome-desktop
6 Version:        2.1.2
7 Release:        2
8 License:        LGPL
9 Group:          X11/Applications
10 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
11 URL:            http://www.gnome.org/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 BuildRequires:  gnome-vfs2-devel >= 2.1.3
14 BuildRequires:  gtk+2-devel >= 2.0.6
15 BuildRequires:  libgnomeui-devel >= 2.1.2
16 BuildRequires:  libgnomecanvas-devel >= 2.1.0
17 Requires:       libgnomeui >= 2.1.2
18 Conflicts:      gnome-core
19
20 %define         _prefix         /usr/X11R6
21 %define         _mandir         %{_prefix}/man
22 %define         _sysconfdir     /etc/X11/GNOME2
23
24 %description
25 GNOME2 (GNU Network Object Model Environment) is a user-friendly set
26 of applications and desktop tools to be used in conjunction with a
27 window manager for the X Window System. GNOME2 is similar in purpose
28 and scope to CDE and KDE, but GNOME2 is based completely on free
29 software.
30
31 This package contains applications related to GNOME2 desktop.
32
33 %description -l pl
34 GNOME2 (GNU Network Object Model Environment) jest zestawem
35 przyjaznych dla u¿ytkownika programów i narzêdzi biurkowych, których
36 u¿ywa siê wraz z zarz±dc± okien systemu X Window. GNOME2 przypomina
37 wygl±dem i zakresem funkcjonalno¶ci CDE i KDE, jednak GNOME2 opiera
38 siê w ca³o¶ci na wolnym oprogramowaniu.
39
40 Ten pakiet zawiera aplikacje zwi±zane w desktopem GNOME2.
41
42 %package devel
43 Summary:        GNOME2 desktop includes
44 Summary(pl):    Pliki nag³ówkowe bibliotek GNOME2 desktop
45 Group:          X11/Development/Libraries
46 Requires:       %{name} = %{version}
47
48 %description devel
49 GNOME2 desktop header files.
50
51 %description devel -l pl
52 Pliki nag³ówkowe bibliotek GNOME2 desktop.
53
54 %package static
55 Summary:        GNOME2 desktop static libraries
56 Summary(pl):    Statyczne biblioteki GNOME2 desktop
57 Group:          X11/Development/Libraries
58 Requires:       %{name} = %{version}
59
60 %description static
61 GNOME2 desktop static libraries.
62
63 %description static -l pl
64 Statyczne biblioteki GNOME2 desktop.
65
66 %prep
67 %setup -q
68
69 %build
70 %configure 
71
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT \
79         pkgconfigdir=%{_pkgconfigdir}
80
81
82 %find_lang %{name} --with-gnome --all-name
83
84 %clean
85 rm -fr $RPM_BUILD_ROOT
86
87 %post   -p /sbin/ldconfig
88 %postun -p /sbin/ldconfig
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc AUTHORS COPYING ChangeLog NEWS README
93 %attr(755,root,root) %{_bindir}/*
94 %attr(755,root,root) %{_libdir}/lib*.so.*.*
95 %doc %{_mandir}/man1/*
96 %{_datadir}/gnome/vfolders
97 %{_datadir}/gnome-about
98 %{_datadir}/pixmaps/*
99
100 %files devel
101 %defattr(644,root,root,755)
102 %{_includedir}/gnome-desktop-2.0
103 %attr(755,root,root) %{_libdir}/lib*.??
104 %{_pkgconfigdir}/*.pc
105
106 %files static
107 %defattr(644,root,root,755)
108 %{_libdir}/*.a
This page took 0.055447 seconds and 4 git commands to generate.