]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
- sr@Latn -> sr@latin, rel. 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
ced47641 4Version: 2.20.1
cee74d09 5Release: 2
39416a2d 6License: LGPL
7Group: X11/Applications
4f1056c2 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/2.20/%{name}-%{version}.tar.bz2
ced47641 9# Source0-md5: 19912d1e1743960ebf824684cdf8f097
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
d2f8210f 25BuildRequires: rpmbuild(macros) >= 1.311
6a0a6c0b 26BuildRequires: scrollkeeper
2bbf3d66 27BuildRequires: startup-notification-devel >= 0.8
c4c30509 28Requires(post,postun): scrollkeeper
5d84d6e6 29Requires: %{name}-libs = %{version}-%{release}
9f262ab6 30Obsoletes: gnome-core
cee74d09 31# sr@Latn vs. sr@latin
32Conflicts: glibc-misc < 6:2.7
1596f461 33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39416a2d 34
39416a2d 35%description
172334a8
MB
36GNOME (GNU Network Object Model Environment) is a user-friendly set of
37applications and desktop tools to be used in conjunction with a window
38manager for the X Window System. GNOME is similar in purpose and scope
39to CDE and KDE, but GNOME is based completely on free software.
39416a2d 40
5d84d6e6 41This package contains applications related to GNOME desktop.
39416a2d 42
f8781591 43%description -l pl.UTF-8
172334a8
MB
44GNOME (GNU Network Object Model Environment) jest zestawem przyjaznych
45dla użytkownika programów i narzędzi biurkowych, których używa się
46wraz z zarządcą okien systemu X Window. GNOME przypomina wyglądem i
47zakresem funkcjonalności CDE i KDE, jednak GNOME opiera się w całości
48na wolnym oprogramowaniu.
75fd44a6 49
f8781591 50Ten pakiet zawiera aplikacje związane w desktopem GNOME.
5d84d6e6 51
52%package libs
53Summary: gnome-desktop library
5b16d880 54Summary(pl.UTF-8): Biblioteka gnome-desktop
5d84d6e6 55Group: Development/Libraries
ced47641 56Requires: libgnomeui >= 2.20.0
5d84d6e6 57
58%description libs
59This package contains gnome-desktop library.
60
f8781591
JR
61%description libs -l pl.UTF-8
62Pakiet ten zawiera bibliotekę gnome-desktop.
75fd44a6 63
39416a2d 64%package devel
5d84d6e6 65Summary: GNOME desktop includes
5b16d880 66Summary(pl.UTF-8): Pliki nagłówkowe bibliotek GNOME desktop
c7e8dd7f 67Group: X11/Development/Libraries
5d84d6e6 68Requires: %{name}-libs = %{version}-%{release}
ced47641 69Requires: libgnomeui-devel >= 2.20.0
41dfc190 70Requires: startup-notification-devel >= 0.8
39416a2d 71
72%description devel
5d84d6e6 73GNOME desktop header files.
a79e7959 74
f8781591
JR
75%description devel -l pl.UTF-8
76Pliki nagłówkowe bibliotek GNOME desktop.
39416a2d 77
78%package static
5d84d6e6 79Summary: GNOME desktop static libraries
5b16d880 80Summary(pl.UTF-8): Statyczne biblioteki GNOME desktop
c7e8dd7f 81Group: X11/Development/Libraries
3a2dcbb3 82Requires: %{name} = %{version}-%{release}
39416a2d 83
84%description static
5d84d6e6 85GNOME desktop static libraries.
a79e7959 86
f8781591 87%description static -l pl.UTF-8
5d84d6e6 88Statyczne biblioteki GNOME desktop.
39416a2d 89
b33a78af 90%package apidocs
91Summary: gnome-desktop API documentation
5b16d880 92Summary(pl.UTF-8): Dokumentacja API gnome-desktop
b33a78af 93Group: Documentation
94Requires: gtk-doc-common
95
96%description apidocs
97gnome-desktop API documentation.
98
f8781591 99%description apidocs -l pl.UTF-8
b33a78af 100Dokumentacja API gnome-desktop.
101
39416a2d 102%prep
103%setup -q
96ec7213 104%patch0 -p1
5cb57de5 105%patch1 -p1
39416a2d 106
107%build
5e7b3a0e 108%{__gtkdocize}
5d84d6e6 109%{__intltoolize}
d2f8210f 110%{__gnome_doc_prepare}
c4c30509 111%{__gnome_doc_common}
af8e699c 112%{__intltoolize}
1596f461 113%{__libtoolize}
e2506272 114%{__aclocal}
1596f461
JB
115%{__autoconf}
116%{__autoheader}
117%{__automake}
88036f35 118%configure \
1e2955fc 119 --with-gnome-distributor="PLD Linux Distribution" \
120 --with-html-dir=%{_gtkdocdir}
39416a2d 121%{__make}
122
123%install
124rm -rf $RPM_BUILD_ROOT
125
126%{__make} install \
2a859574 127 DESTDIR=$RPM_BUILD_ROOT
2bbf3d66 128
e2506272 129rm -rf $RPM_BUILD_ROOT%{_pixmapsdir}/gnome-logo-icon-transparent.png
130install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/gnome-logo-icon-transparent.svg
131
cee74d09 132[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
133 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
39416a2d 134%find_lang %{name} --with-gnome --all-name
135
136%clean
137rm -fr $RPM_BUILD_ROOT
138
3a2dcbb3 139%post
c4c30509 140%scrollkeeper_update_post
3a2dcbb3 141
c4c30509 142%postun
c4c30509 143%scrollkeeper_update_postun
39416a2d 144
5d84d6e6 145%post libs -p /sbin/ldconfig
146%postun libs -p /sbin/ldconfig
147
39416a2d 148%files -f %{name}.lang
149%defattr(644,root,root,755)
172334a8 150%doc AUTHORS ChangeLog MAINTAINERS NEWS README
2d1da467 151%attr(755,root,root) %{_bindir}/gnome-about
172334a8 152%{_mandir}/man1/gnome-about.1*
e1c47caf 153%{_datadir}/gnome-about
1596f461 154%{_pixmapsdir}/*
4061af78 155%{_omf_dest_dir}/fdl
4061af78 156%{_omf_dest_dir}/gpl
157%{_omf_dest_dir}/lgpl
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.132364 seconds and 4 git commands to generate.