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