]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
- updated to 3.36.2
[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
efc73726 4Version: 3.36.2
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
efc73726 9# Source0-md5: 9fa17a6e2eacde3f9dd0df6be10091b2
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
cee74d09 48# sr@Latn vs. sr@latin
49Conflicts: glibc-misc < 6:2.7
1596f461 50BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39416a2d 51
39416a2d 52%description
172334a8
MB
53GNOME (GNU Network Object Model Environment) is a user-friendly set of
54applications and desktop tools to be used in conjunction with a window
55manager for the X Window System. GNOME is similar in purpose and scope
56to CDE and KDE, but GNOME is based completely on free software.
39416a2d 57
7b4050d0 58This package contains gnome-desktop library.
39416a2d 59
f8781591 60%description -l pl.UTF-8
172334a8
MB
61GNOME (GNU Network Object Model Environment) jest zestawem przyjaznych
62dla użytkownika programów i narzędzi biurkowych, których używa się
63wraz z zarządcą okien systemu X Window. GNOME przypomina wyglądem i
64zakresem funkcjonalności CDE i KDE, jednak GNOME opiera się w całości
65na wolnym oprogramowaniu.
75fd44a6 66
f8781591 67Pakiet ten zawiera bibliotekę gnome-desktop.
75fd44a6 68
39416a2d 69%package devel
5d84d6e6 70Summary: GNOME desktop includes
7b4050d0 71Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GNOME desktop
c7e8dd7f 72Group: X11/Development/Libraries
7b4050d0 73Requires: %{name} = %{version}-%{release}
5c141838 74Requires: glib2-devel >= 1:2.54.0
22b8704d 75Requires: gsettings-desktop-schemas-devel >= 3.27.0
ba3eaba3 76Requires: gtk+3-devel >= 3.4.0
7b4050d0 77Obsoletes: gnome-desktop3-devel
39416a2d 78
79%description devel
5d84d6e6 80GNOME desktop header files.
a79e7959 81
f8781591 82%description devel -l pl.UTF-8
7b4050d0 83Pliki nagłówkowe biblioteki GNOME desktop.
39416a2d 84
b33a78af 85%package apidocs
86Summary: gnome-desktop API documentation
5b16d880 87Summary(pl.UTF-8): Dokumentacja API gnome-desktop
b33a78af 88Group: Documentation
89Requires: gtk-doc-common
7b4050d0 90Obsoletes: gnome-desktop3-apidocs
d7053aa2 91%if "%{_rpmversion}" >= "4.6"
85dc4c99
ER
92BuildArch: noarch
93%endif
b33a78af 94
95%description apidocs
96gnome-desktop API documentation.
97
f8781591 98%description apidocs -l pl.UTF-8
b33a78af 99Dokumentacja API gnome-desktop.
100
39416a2d 101%prep
102%setup -q
a477735f 103
39416a2d 104%build
22b8704d
JB
105%meson build \
106 --default-library=shared \
107 -Dgnome_distributor="PLD Linux Distribution" \
108 -Dgtk_doc=true
109
110%ninja_build -C build
39416a2d 111
112%install
113rm -rf $RPM_BUILD_ROOT
2bbf3d66 114
22b8704d 115%ninja_install -C build
e2506272 116
ada8038c 117%find_lang %{name} --with-gnome --all-name
39416a2d 118
119%clean
b7c2ac46 120rm -rf $RPM_BUILD_ROOT
39416a2d 121
85dc4c99
ER
122%post -p /sbin/ldconfig
123%postun -p /sbin/ldconfig
39416a2d 124
125%files -f %{name}.lang
126%defattr(644,root,root,755)
9f33fc61 127%doc AUTHORS ChangeLog NEWS README
7b4050d0 128%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so.*.*.*
d7053aa2 129%attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.19
872e65ad 130%attr(755,root,root) %{_libexecdir}/gnome-rr-debug
7b4050d0 131%{_datadir}/gnome/gnome-version.xml
7b4050d0 132%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
5d84d6e6 133
39416a2d 134%files devel
135%defattr(644,root,root,755)
7b4050d0
MB
136%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so
137%{_includedir}/gnome-desktop-3.0
138%{_pkgconfigdir}/gnome-desktop-3.0.pc
139%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
39416a2d 140
b33a78af 141%files apidocs
142%defattr(644,root,root,755)
7b4050d0 143%{_gtkdocdir}/gnome-desktop3
This page took 0.15594 seconds and 4 git commands to generate.