]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- PLD Logo icon
[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.4.1.1
7 Release:        2
8 License:        LGPL
9 Group:          X11/Applications
10 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
11 # Source0-md5:  c85489c7befc79b5cc9bda1b2006cacc
12 Source1:        http://www.pld-linux.org/Members/krzak/pld-logo.svg
13 # Source1-md5:  9fda4ca70a6e8e82e8e5bebe0e28db74
14 URL:            http://www.gnome.org/
15 BuildRequires:  autoconf
16 BuildRequires:  automake
17 BuildRequires:  gnome-common
18 BuildRequires:  gnome-vfs2-devel >= 2.4.0
19 BuildRequires:  gtk+2-devel >= 2.2.4
20 BuildRequires:  libgnomeui-devel >= 2.4.0.1
21 BuildRequires:  libgnomecanvas-devel >= 2.4.0
22 BuildRequires:  libtool
23 BuildRequires:  pkgconfig
24 BuildRequires:  startup-notification-devel >= 0.5
25 Requires:       libgnomeui >= 2.4.0.1
26 Conflicts:      gnome-core
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 GNOME2 (GNU Network Object Model Environment) is a user-friendly set
31 of applications and desktop tools to be used in conjunction with a
32 window manager for the X Window System. GNOME2 is similar in purpose
33 and scope to CDE and KDE, but GNOME2 is based completely on free
34 software.
35
36 This package contains applications related to GNOME2 desktop.
37
38 %description -l pl
39 GNOME2 (GNU Network Object Model Environment) jest zestawem
40 przyjaznych dla u¿ytkownika programów i narzêdzi biurkowych, których
41 u¿ywa siê wraz z zarz±dc± okien systemu X Window. GNOME2 przypomina
42 wygl±dem i zakresem funkcjonalno¶ci CDE i KDE, jednak GNOME2 opiera
43 siê w ca³o¶ci na wolnym oprogramowaniu.
44
45 Ten pakiet zawiera aplikacje zwi±zane w desktopem GNOME2.
46
47 %package devel
48 Summary:        GNOME2 desktop includes
49 Summary(pl):    Pliki nag³ówkowe bibliotek GNOME2 desktop
50 Group:          X11/Development/Libraries
51 Requires:       %{name} = %{version}
52 Requires:       libgnomeui-devel >= 2.4.0.1
53 Requires:       startup-notification-devel >= 0.5
54
55 %description devel
56 GNOME2 desktop header files.
57
58 %description devel -l pl
59 Pliki nag³ówkowe bibliotek GNOME2 desktop.
60
61 %package static
62 Summary:        GNOME2 desktop static libraries
63 Summary(pl):    Statyczne biblioteki GNOME2 desktop
64 Group:          X11/Development/Libraries
65 Requires:       %{name} = %{version}
66
67 %description static
68 GNOME2 desktop static libraries.
69
70 %description static -l pl
71 Statyczne biblioteki GNOME2 desktop.
72
73 %prep
74 %setup -q
75
76 %build
77 %{__libtoolize}
78 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
79 %{__autoconf}
80 %{__autoheader}
81 %{__automake}
82 %configure \
83         --with-gnome-distributor="PLD Linux Distribution"
84
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT
92         
93 rm -rf $RPM_BUILD_ROOT/%{_pixmapsdir}/gnome-logo-icon-transparent.png
94 install %{SOURCE1} $RPM_BUILD_ROOT/%{_pixmapsdir}/gnome-logo-icon-transparent.svg
95
96 %find_lang %{name} --with-gnome --all-name
97
98 %clean
99 rm -fr $RPM_BUILD_ROOT
100
101 %post   -p /sbin/ldconfig
102 %postun -p /sbin/ldconfig
103
104 %files -f %{name}.lang
105 %defattr(644,root,root,755)
106 %doc AUTHORS ChangeLog NEWS README
107 %attr(755,root,root) %{_bindir}/*
108 %attr(755,root,root) %{_libdir}/lib*.so.*.*
109 %doc %{_mandir}/man1/*
110 %{_datadir}/gnome/vfolders
111 %{_datadir}/gnome-about
112 %{_pixmapsdir}/*
113
114 %files devel
115 %defattr(644,root,root,755)
116 %attr(755,root,root) %{_libdir}/lib*.so
117 %{_libdir}/lib*.la
118 %{_includedir}/gnome-desktop-2.0
119 %{_pkgconfigdir}/*.pc
120
121 %files static
122 %defattr(644,root,root,755)
123 %{_libdir}/*.a
This page took 0.039695 seconds and 3 git commands to generate.