]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
- updated to 3.36.5
[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
2c050a11 4Version: 3.36.5
88f3ab1e 5Release: 1
ef2022b0 6License: LGPL v2+
39416a2d 7Group: X11/Applications
d7053aa2 8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.36/%{name}-%{version}.tar.xz
2c050a11 9# Source0-md5: 6bc3193acb3a68a56930aa05f8bec6a4
b939d895 10URL: https://www.gnome.org/
6a7aec71 11BuildRequires: docbook-dtd412-xml
42f57261 12BuildRequires: gdk-pixbuf2-devel >= 2.36.5
c1c6697b 13BuildRequires: gettext-tools
5c141838 14BuildRequires: glib2-devel >= 1:2.54.0
7b4050d0 15BuildRequires: gobject-introspection-devel >= 0.10.0
22b8704d 16BuildRequires: gsettings-desktop-schemas-devel >= 3.27.0
ba3eaba3 17BuildRequires: gtk+3-devel >= 3.4.0
88f3ab1e 18BuildRequires: gtk-doc >= 1.14
8c334cf7 19BuildRequires: iso-codes
1dcc5bf0 20%ifnarch alpha ia64 m68k riscv64 sh4 sparc sparcv9 sparc64
5c141838 21BuildRequires: libseccomp-devel
1dcc5bf0 22%endif
d7053aa2 23BuildRequires: meson >= 0.49.0
9f33fc61 24BuildRequires: ninja >= 1.5
8d23132e 25BuildRequires: pkgconfig
a477735f 26BuildRequires: rpmbuild(find_lang) >= 1.23
22b8704d 27BuildRequires: rpmbuild(macros) >= 1.736
d7053aa2 28BuildRequires: systemd-devel >= 1:209
82c10b9f 29BuildRequires: tar >= 1:1.22
a04979ae 30BuildRequires: udev-devel
8c334cf7 31BuildRequires: xkeyboard-config
5e20210b
JB
32BuildRequires: xorg-lib-libX11-devel
33BuildRequires: xorg-lib-libXext-devel >= 1.1
ba3eaba3 34BuildRequires: xorg-lib-libXrandr-devel >= 1.3
82c10b9f 35BuildRequires: xz
6dea12b7 36BuildRequires: yelp-tools
42f57261 37Requires: gdk-pixbuf2 >= 2.36.5
5c141838 38Requires: glib2 >= 1:2.54.0
22b8704d 39Requires: gsettings-desktop-schemas >= 3.27.0
ba3eaba3 40Requires: gtk+3 >= 3.4.0
a3c7d4df
JB
41Requires: iso-codes
42Requires: xkeyboard-config
cc7148bb
JB
43Requires: xorg-lib-libXext >= 1.1
44Requires: xorg-lib-libXrandr >= 1.3
7b4050d0
MB
45Obsoletes: gnome-desktop-libs
46Obsoletes: gnome-desktop3
47Obsoletes: gnome-desktop3-libs
1596f461 48BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39416a2d 49
39416a2d 50%description
172334a8
MB
51GNOME (GNU Network Object Model Environment) is a user-friendly set of
52applications and desktop tools to be used in conjunction with a window
53manager for the X Window System. GNOME is similar in purpose and scope
54to CDE and KDE, but GNOME is based completely on free software.
39416a2d 55
7b4050d0 56This package contains gnome-desktop library.
39416a2d 57
f8781591 58%description -l pl.UTF-8
172334a8
MB
59GNOME (GNU Network Object Model Environment) jest zestawem przyjaznych
60dla użytkownika programów i narzędzi biurkowych, których używa się
61wraz z zarządcą okien systemu X Window. GNOME przypomina wyglądem i
62zakresem funkcjonalności CDE i KDE, jednak GNOME opiera się w całości
63na wolnym oprogramowaniu.
75fd44a6 64
f8781591 65Pakiet ten zawiera bibliotekę gnome-desktop.
75fd44a6 66
39416a2d 67%package devel
5d84d6e6 68Summary: GNOME desktop includes
7b4050d0 69Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GNOME desktop
c7e8dd7f 70Group: X11/Development/Libraries
7b4050d0 71Requires: %{name} = %{version}-%{release}
5c141838 72Requires: glib2-devel >= 1:2.54.0
22b8704d 73Requires: gsettings-desktop-schemas-devel >= 3.27.0
ba3eaba3 74Requires: gtk+3-devel >= 3.4.0
7b4050d0 75Obsoletes: gnome-desktop3-devel
39416a2d 76
77%description devel
5d84d6e6 78GNOME desktop header files.
a79e7959 79
f8781591 80%description devel -l pl.UTF-8
7b4050d0 81Pliki nagłówkowe biblioteki GNOME desktop.
39416a2d 82
b33a78af 83%package apidocs
84Summary: gnome-desktop API documentation
5b16d880 85Summary(pl.UTF-8): Dokumentacja API gnome-desktop
b33a78af 86Group: Documentation
87Requires: gtk-doc-common
7b4050d0 88Obsoletes: gnome-desktop3-apidocs
d7053aa2 89%if "%{_rpmversion}" >= "4.6"
85dc4c99
ER
90BuildArch: noarch
91%endif
b33a78af 92
93%description apidocs
94gnome-desktop API documentation.
95
f8781591 96%description apidocs -l pl.UTF-8
b33a78af 97Dokumentacja API gnome-desktop.
98
39416a2d 99%prep
100%setup -q
a477735f 101
39416a2d 102%build
22b8704d
JB
103%meson build \
104 --default-library=shared \
105 -Dgnome_distributor="PLD Linux Distribution" \
106 -Dgtk_doc=true
107
108%ninja_build -C build
39416a2d 109
110%install
111rm -rf $RPM_BUILD_ROOT
2bbf3d66 112
22b8704d 113%ninja_install -C build
e2506272 114
ada8038c 115%find_lang %{name} --with-gnome --all-name
39416a2d 116
117%clean
b7c2ac46 118rm -rf $RPM_BUILD_ROOT
39416a2d 119
85dc4c99
ER
120%post -p /sbin/ldconfig
121%postun -p /sbin/ldconfig
39416a2d 122
123%files -f %{name}.lang
124%defattr(644,root,root,755)
9f33fc61 125%doc AUTHORS ChangeLog NEWS README
7b4050d0 126%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so.*.*.*
d7053aa2 127%attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.19
872e65ad 128%attr(755,root,root) %{_libexecdir}/gnome-rr-debug
7b4050d0 129%{_datadir}/gnome/gnome-version.xml
7b4050d0 130%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
5d84d6e6 131
39416a2d 132%files devel
133%defattr(644,root,root,755)
7b4050d0
MB
134%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so
135%{_includedir}/gnome-desktop-3.0
136%{_pkgconfigdir}/gnome-desktop-3.0.pc
137%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
39416a2d 138
b33a78af 139%files apidocs
140%defattr(644,root,root,755)
7b4050d0 141%{_gtkdocdir}/gnome-desktop3
This page took 0.497113 seconds and 4 git commands to generate.