]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- release 2
[packages/gnome-desktop.git] / gnome-desktop.spec
1 Summary:        The core programs for the GNOME GUI desktop environment
2 Summary(pl.UTF-8):      Podstawowe programy środowiska graficznego GNOME
3 Name:           gnome-desktop
4 Version:        2.24.1
5 Release:        2
6 License:        LGPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/2.24/%{name}-%{version}.tar.bz2
9 # Source0-md5:  b56ddfb43d8a6287b53cd9c94464d27a
10 Source1:        pld-logo.svg
11 URL:            http://www.gnome.org/
12 BuildRequires:  GConf2-devel >= 2.24.0
13 BuildRequires:  autoconf
14 BuildRequires:  automake >= 1:1.9
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib2-devel >= 1:2.18.0
17 BuildRequires:  gnome-common >= 2.24.0
18 BuildRequires:  gnome-doc-utils >= 0.14.0
19 BuildRequires:  gtk+2-devel >= 2:2.14.0
20 BuildRequires:  gtk-doc >= 1.8
21 BuildRequires:  intltool >= 0.40.0
22 BuildRequires:  libgnomeui-devel >= 2.24.0
23 BuildRequires:  libtool
24 BuildRequires:  libxml2-devel >= 1:2.6.31
25 BuildRequires:  pkgconfig
26 BuildRequires:  rpmbuild(find_lang) >= 1.23
27 BuildRequires:  rpmbuild(macros) >= 1.311
28 BuildRequires:  scrollkeeper
29 BuildRequires:  startup-notification-devel >= 0.8
30 Requires(post,postun):  scrollkeeper
31 Requires:       %{name}-libs = %{version}-%{release}
32 Obsoletes:      gnome-core
33 # sr@Latn vs. sr@latin
34 Conflicts:      glibc-misc < 6:2.7
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 GNOME (GNU Network Object Model Environment) is a user-friendly set of
39 applications and desktop tools to be used in conjunction with a window
40 manager for the X Window System. GNOME is similar in purpose and scope
41 to CDE and KDE, but GNOME is based completely on free software.
42
43 This package contains applications related to GNOME desktop.
44
45 %description -l pl.UTF-8
46 GNOME (GNU Network Object Model Environment) jest zestawem przyjaznych
47 dla użytkownika programów i narzędzi biurkowych, których używa się
48 wraz z zarządcą okien systemu X Window. GNOME przypomina wyglądem i
49 zakresem funkcjonalności CDE i KDE, jednak GNOME opiera się w całości
50 na wolnym oprogramowaniu.
51
52 Ten pakiet zawiera aplikacje związane w desktopem GNOME.
53
54 %package libs
55 Summary:        gnome-desktop library
56 Summary(pl.UTF-8):      Biblioteka gnome-desktop
57 Group:          X11/Libraries
58 Requires:       libgnomeui >= 2.24.0
59
60 %description libs
61 This package contains gnome-desktop library.
62
63 %description libs -l pl.UTF-8
64 Pakiet ten zawiera bibliotekę gnome-desktop.
65
66 %package devel
67 Summary:        GNOME desktop includes
68 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek GNOME desktop
69 Group:          X11/Development/Libraries
70 Requires:       %{name}-libs = %{version}-%{release}
71 Requires:       gtk+2-devel >= 2:2.14.0
72 Requires:       libgnomeui-devel >= 2.24.0
73 Requires:       startup-notification-devel >= 0.8
74
75 %description devel
76 GNOME desktop header files.
77
78 %description devel -l pl.UTF-8
79 Pliki nagłówkowe bibliotek GNOME desktop.
80
81 %package static
82 Summary:        GNOME desktop static libraries
83 Summary(pl.UTF-8):      Statyczne biblioteki GNOME desktop
84 Group:          X11/Development/Libraries
85 Requires:       %{name} = %{version}-%{release}
86
87 %description static
88 GNOME desktop static libraries.
89
90 %description static -l pl.UTF-8
91 Statyczne biblioteki GNOME desktop.
92
93 %package apidocs
94 Summary:        gnome-desktop API documentation
95 Summary(pl.UTF-8):      Dokumentacja API gnome-desktop
96 Group:          Documentation
97 Requires:       gtk-doc-common
98
99 %description apidocs
100 gnome-desktop API documentation.
101
102 %description apidocs -l pl.UTF-8
103 Dokumentacja API gnome-desktop.
104
105 %prep
106 %setup -q
107
108 %build
109 %{__gtkdocize}
110 %{__intltoolize}
111 %{__gnome_doc_prepare}
112 %{__gnome_doc_common}
113 %{__intltoolize}
114 %{__libtoolize}
115 %{__aclocal}
116 %{__autoconf}
117 %{__autoheader}
118 %{__automake}
119 %configure \
120         --with-gnome-distributor="PLD Linux Distribution" \
121         --with-html-dir=%{_gtkdocdir}
122 %{__make}
123
124 %install
125 rm -rf $RPM_BUILD_ROOT
126
127 %{__make} install \
128         DESTDIR=$RPM_BUILD_ROOT
129
130 rm -rf $RPM_BUILD_ROOT%{_pixmapsdir}/gnome-logo-icon-transparent.png
131 install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/gnome-logo-icon-transparent.svg
132
133 %find_lang %{name} --with-gnome --with-omf --all-name
134
135 %clean
136 rm -fr $RPM_BUILD_ROOT
137
138 %post
139 %scrollkeeper_update_post
140
141 %postun
142 %scrollkeeper_update_postun
143
144 %post   libs -p /sbin/ldconfig
145 %postun libs -p /sbin/ldconfig
146
147 %files -f %{name}.lang
148 %defattr(644,root,root,755)
149 %doc AUTHORS ChangeLog MAINTAINERS NEWS README
150 %attr(755,root,root) %{_bindir}/gnome-about
151 %{_mandir}/man1/gnome-about.1*
152 %{_datadir}/gnome-about
153 %{_pixmapsdir}/*
154 %{_desktopdir}/gnome-about.desktop
155
156 %files libs
157 %defattr(644,root,root,755)
158 %attr(755,root,root) %{_libdir}/libgnome-desktop-2.so.*.*.*
159 %attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-2.so.7
160
161 %files devel
162 %defattr(644,root,root,755)
163 %attr(755,root,root) %{_libdir}/libgnome-desktop-2.so
164 %{_libdir}/libgnome-desktop-2.la
165 %{_includedir}/gnome-desktop-2.0
166 %{_pkgconfigdir}/gnome-desktop-2.0.pc
167
168 %files static
169 %defattr(644,root,root,755)
170 %{_libdir}/libgnome-desktop-2.a
171
172 %files apidocs
173 %defattr(644,root,root,755)
174 %{_gtkdocdir}/gnome-desktop
This page took 0.035537 seconds and 3 git commands to generate.