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