]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- updated to version 2.2.1
[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.2.1
7 Release:        1
8 License:        LGPL
9 Group:          X11/Applications
10 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.2/%{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.2.0
14 BuildRequires:  gtk+2-devel >= 2.2.0
15 BuildRequires:  libgnomeui-devel >= 2.1.5
16 BuildRequires:  libgnomecanvas-devel >= 2.1.5
17 BuildRequires:  startup-notification-devel >= 0.5
18 Requires:       libgnomeui >= 2.1.5
19 Conflicts:      gnome-core
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 z zarz±dc± 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 Requires:       startup-notification-devel
45
46 %description devel
47 GNOME2 desktop header files.
48
49 %description devel -l pl
50 Pliki nag³ówkowe bibliotek GNOME2 desktop.
51
52 %package static
53 Summary:        GNOME2 desktop static libraries
54 Summary(pl):    Statyczne biblioteki GNOME2 desktop
55 Group:          X11/Development/Libraries
56 Requires:       %{name} = %{version}
57
58 %description static
59 GNOME2 desktop static libraries.
60
61 %description static -l pl
62 Statyczne biblioteki GNOME2 desktop.
63
64 %prep
65 %setup -q
66
67 %build
68 %configure 
69
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT \
77         pkgconfigdir=%{_pkgconfigdir}
78
79
80 %find_lang %{name} --with-gnome --all-name
81
82 %clean
83 rm -fr $RPM_BUILD_ROOT
84
85 %post   -p /sbin/ldconfig
86 %postun -p /sbin/ldconfig
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %doc AUTHORS COPYING ChangeLog NEWS README
91 %attr(755,root,root) %{_bindir}/*
92 %attr(755,root,root) %{_libdir}/lib*.so.*.*
93 %doc %{_mandir}/man1/*
94 %{_datadir}/gnome/vfolders
95 %{_datadir}/gnome-about
96 %{_datadir}/pixmaps/*
97
98 %files devel
99 %defattr(644,root,root,755)
100 %{_includedir}/gnome-desktop-2.0
101 %{_libdir}/lib*.la
102 %attr(755,root,root) %{_libdir}/lib*.so
103 %{_pkgconfigdir}/*.pc
104
105 %files static
106 %defattr(644,root,root,755)
107 %{_libdir}/*.a
This page took 0.042393 seconds and 3 git commands to generate.