]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
Update to 3.10.1
[packages/gnome-desktop.git] / gnome-desktop.spec
CommitLineData
7b4050d0
MB
1Summary: gnome-desktop library
2Summary(pl.UTF-8): Biblioteka gnome-desktop
39416a2d 3Name: gnome-desktop
f12bc176 4Version: 3.10.1
f8aacc39 5Release: 1
39416a2d 6License: LGPL
7Group: X11/Applications
6dea12b7 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.10/%{name}-%{version}.tar.xz
f12bc176 9# Source0-md5: 97cc7a69b1f9bc67d0e2c591627028bc
39416a2d 10URL: http://www.gnome.org/
5e20210b 11BuildRequires: autoconf >= 2.50
ba3eaba3 12BuildRequires: automake >= 1:1.11
6a7aec71 13BuildRequires: docbook-dtd412-xml
7b4050d0 14BuildRequires: gdk-pixbuf2-devel >= 2.22.0
2b287125 15BuildRequires: gettext-devel
6dea12b7 16BuildRequires: glib2-devel >= 1:2.36.0
e9f9026c
MB
17BuildRequires: gnome-common >= 2.24.0
18BuildRequires: gnome-doc-utils >= 0.14.0
7b4050d0 19BuildRequires: gobject-introspection-devel >= 0.10.0
9f0c99e1 20BuildRequires: gsettings-desktop-schemas-devel >= 3.6.0
ba3eaba3 21BuildRequires: gtk+3-devel >= 3.4.0
172334a8 22BuildRequires: gtk-doc >= 1.8
82c10b9f 23BuildRequires: intltool >= 0.40.6
8c334cf7 24BuildRequires: iso-codes
82c10b9f 25BuildRequires: libtool >= 2:2.2.6
8d23132e 26BuildRequires: pkgconfig
a477735f 27BuildRequires: rpmbuild(find_lang) >= 1.23
d2f8210f 28BuildRequires: rpmbuild(macros) >= 1.311
82c10b9f 29BuildRequires: tar >= 1:1.22
8c334cf7 30BuildRequires: xkeyboard-config
5e20210b
JB
31BuildRequires: xorg-lib-libX11-devel
32BuildRequires: xorg-lib-libXext-devel >= 1.1
ba3eaba3 33BuildRequires: xorg-lib-libXrandr-devel >= 1.3
9dbea8e9 34BuildRequires: xorg-lib-libxkbfile-devel
82c10b9f 35BuildRequires: xz
6dea12b7
MB
36BuildRequires: yelp-tools
37Requires: glib2 >= 1:2.36.0
5e20210b 38Requires: gdk-pixbuf2 >= 2.22.0
9f0c99e1 39Requires: gsettings-desktop-schemas >= 3.6.0
ba3eaba3 40Requires: gtk+3 >= 3.4.0
7b4050d0
MB
41Obsoletes: gnome-desktop-libs
42Obsoletes: gnome-desktop3
43Obsoletes: gnome-desktop3-libs
cee74d09 44# sr@Latn vs. sr@latin
45Conflicts: glibc-misc < 6:2.7
1596f461 46BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39416a2d 47
39416a2d 48%description
172334a8
MB
49GNOME (GNU Network Object Model Environment) is a user-friendly set of
50applications and desktop tools to be used in conjunction with a window
51manager for the X Window System. GNOME is similar in purpose and scope
52to CDE and KDE, but GNOME is based completely on free software.
39416a2d 53
7b4050d0 54This package contains gnome-desktop library.
39416a2d 55
f8781591 56%description -l pl.UTF-8
172334a8
MB
57GNOME (GNU Network Object Model Environment) jest zestawem przyjaznych
58dla użytkownika programów i narzędzi biurkowych, których używa się
59wraz z zarządcą okien systemu X Window. GNOME przypomina wyglądem i
60zakresem funkcjonalności CDE i KDE, jednak GNOME opiera się w całości
61na wolnym oprogramowaniu.
75fd44a6 62
f8781591 63Pakiet ten zawiera bibliotekę gnome-desktop.
75fd44a6 64
39416a2d 65%package devel
5d84d6e6 66Summary: GNOME desktop includes
7b4050d0 67Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GNOME desktop
c7e8dd7f 68Group: X11/Development/Libraries
7b4050d0 69Requires: %{name} = %{version}-%{release}
9f0c99e1 70Requires: gsettings-desktop-schemas-devel >= 3.6.0
5e20210b 71Requires: glib2-devel >= 1:2.36.0
ba3eaba3 72Requires: gtk+3-devel >= 3.4.0
7b4050d0 73Obsoletes: gnome-desktop3-devel
39416a2d 74
75%description devel
5d84d6e6 76GNOME desktop header files.
a79e7959 77
f8781591 78%description devel -l pl.UTF-8
7b4050d0 79Pliki nagłówkowe biblioteki GNOME desktop.
39416a2d 80
b33a78af 81%package apidocs
82Summary: gnome-desktop API documentation
5b16d880 83Summary(pl.UTF-8): Dokumentacja API gnome-desktop
b33a78af 84Group: Documentation
85Requires: gtk-doc-common
7b4050d0 86Obsoletes: gnome-desktop3-apidocs
b33a78af 87
88%description apidocs
89gnome-desktop API documentation.
90
f8781591 91%description apidocs -l pl.UTF-8
b33a78af 92Dokumentacja API gnome-desktop.
93
39416a2d 94%prep
95%setup -q
a477735f 96
39416a2d 97%build
5e7b3a0e 98%{__gtkdocize}
5d84d6e6 99%{__intltoolize}
d2f8210f 100%{__gnome_doc_prepare}
c4c30509 101%{__gnome_doc_common}
af8e699c 102%{__intltoolize}
1596f461 103%{__libtoolize}
74ea5881 104%{__aclocal} -I m4
1596f461
JB
105%{__autoconf}
106%{__autoheader}
107%{__automake}
88036f35 108%configure \
1e2955fc 109 --with-gnome-distributor="PLD Linux Distribution" \
7fa61deb
MB
110 --enable-gtk-doc \
111 --with-html-dir=%{_gtkdocdir} \
112 --disable-silent-rules
39416a2d 113%{__make}
114
115%install
116rm -rf $RPM_BUILD_ROOT
117
118%{__make} install \
2a859574 119 DESTDIR=$RPM_BUILD_ROOT
2bbf3d66 120
00a26788 121%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
e2506272 122
ada8038c 123%find_lang %{name} --with-gnome --all-name
39416a2d 124
125%clean
b7c2ac46 126rm -rf $RPM_BUILD_ROOT
39416a2d 127
3a2dcbb3 128%post
7b4050d0 129/sbin/ldconfig
3a2dcbb3 130
c4c30509 131%postun
7b4050d0 132/sbin/ldconfig
39416a2d 133
134%files -f %{name}.lang
135%defattr(644,root,root,755)
172334a8 136%doc AUTHORS ChangeLog MAINTAINERS NEWS README
7b4050d0 137%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so.*.*.*
6dea12b7 138%attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.8
9dbea8e9 139%attr(755,root,root) %{_libdir}/gnome-rr-debug
7b4050d0
MB
140%{_datadir}/gnome/gnome-version.xml
141%{_datadir}/libgnome-desktop-3.0
142%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
5d84d6e6 143
39416a2d 144%files devel
145%defattr(644,root,root,755)
7b4050d0
MB
146%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so
147%{_includedir}/gnome-desktop-3.0
148%{_pkgconfigdir}/gnome-desktop-3.0.pc
149%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
39416a2d 150
b33a78af 151%files apidocs
152%defattr(644,root,root,755)
7b4050d0 153%{_gtkdocdir}/gnome-desktop3
This page took 0.643152 seconds and 4 git commands to generate.