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