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