]> git.pld-linux.org Git - packages/gnome-desktop.git/blob - gnome-desktop.spec
- updated to 2.24.0; merged changes from DEVEL
[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.0
5 Release:        1
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:  a2cc0424619f271bf1a65cc0fbe782f0
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.20.0
18 BuildRequires:  gnome-doc-utils >= 0.12.0
19 BuildRequires:  gtk+2-devel >= 2:2.14.0
20 BuildRequires:  gtk-doc >= 1.8
21 BuildRequires:  intltool >= 0.36.1
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:  sed >= 4.0
30 BuildRequires:  startup-notification-devel >= 0.8
31 Requires(post,postun):  scrollkeeper
32 Requires:       %{name}-libs = %{version}-%{release}
33 Obsoletes:      gnome-core
34 # sr@Latn vs. sr@latin
35 Conflicts:      glibc-misc < 6:2.7
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 GNOME (GNU Network Object Model Environment) is a user-friendly set of
40 applications and desktop tools to be used in conjunction with a window
41 manager for the X Window System. GNOME is similar in purpose and scope
42 to CDE and KDE, but GNOME is based completely on free software.
43
44 This package contains applications related to GNOME desktop.
45
46 %description -l pl.UTF-8
47 GNOME (GNU Network Object Model Environment) jest zestawem przyjaznych
48 dla użytkownika programów i narzędzi biurkowych, których używa się
49 wraz z zarządcą okien systemu X Window. GNOME przypomina wyglądem i
50 zakresem funkcjonalności CDE i KDE, jednak GNOME opiera się w całości
51 na wolnym oprogramowaniu.
52
53 Ten pakiet zawiera aplikacje związane w desktopem GNOME.
54
55 %package libs
56 Summary:        gnome-desktop library
57 Summary(pl.UTF-8):      Biblioteka gnome-desktop
58 Group:          X11/Libraries
59 Requires:       libgnomeui >= 2.24.0
60
61 %description libs
62 This package contains gnome-desktop library.
63
64 %description libs -l pl.UTF-8
65 Pakiet ten zawiera bibliotekę gnome-desktop.
66
67 %package devel
68 Summary:        GNOME desktop includes
69 Summary(pl.UTF-8):      Pliki nagłówkowe bibliotek GNOME desktop
70 Group:          X11/Development/Libraries
71 Requires:       %{name}-libs = %{version}-%{release}
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.042274 seconds and 4 git commands to generate.