]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
- updated to 3.32.2; uses meson now
[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
22b8704d 4Version: 3.32.2
88f3ab1e 5Release: 1
ef2022b0 6License: LGPL v2+
39416a2d 7Group: X11/Applications
22b8704d
JB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.32/%{name}-%{version}.tar.xz
9# Source0-md5: e9a32b755c20f1462f7c4321e32b30cb
39416a2d 10URL: http://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
5c141838 20BuildRequires: libseccomp-devel
22b8704d 21BuildRequires: meson >= 0.47.0
8d23132e 22BuildRequires: pkgconfig
a477735f 23BuildRequires: rpmbuild(find_lang) >= 1.23
22b8704d 24BuildRequires: rpmbuild(macros) >= 1.736
82c10b9f 25BuildRequires: tar >= 1:1.22
a04979ae 26BuildRequires: udev-devel
8c334cf7 27BuildRequires: xkeyboard-config
5e20210b
JB
28BuildRequires: xorg-lib-libX11-devel
29BuildRequires: xorg-lib-libXext-devel >= 1.1
ba3eaba3 30BuildRequires: xorg-lib-libXrandr-devel >= 1.3
82c10b9f 31BuildRequires: xz
6dea12b7 32BuildRequires: yelp-tools
42f57261 33Requires: gdk-pixbuf2 >= 2.36.5
5c141838 34Requires: glib2 >= 1:2.54.0
22b8704d 35Requires: gsettings-desktop-schemas >= 3.27.0
ba3eaba3 36Requires: gtk+3 >= 3.4.0
a3c7d4df
JB
37Requires: iso-codes
38Requires: xkeyboard-config
cc7148bb
JB
39Requires: xorg-lib-libXext >= 1.1
40Requires: xorg-lib-libXrandr >= 1.3
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}
5c141838 70Requires: glib2-devel >= 1:2.54.0
22b8704d 71Requires: gsettings-desktop-schemas-devel >= 3.27.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
85dc4c99
ER
87%if "%{_rpmversion}" >= "5"
88BuildArch: noarch
89%endif
b33a78af 90
91%description apidocs
92gnome-desktop API documentation.
93
f8781591 94%description apidocs -l pl.UTF-8
b33a78af 95Dokumentacja API gnome-desktop.
96
39416a2d 97%prep
98%setup -q
a477735f 99
39416a2d 100%build
22b8704d
JB
101%meson build \
102 --default-library=shared \
103 -Dgnome_distributor="PLD Linux Distribution" \
104 -Dgtk_doc=true
105
106%ninja_build -C build
39416a2d 107
108%install
109rm -rf $RPM_BUILD_ROOT
2bbf3d66 110
22b8704d 111%ninja_install -C build
e2506272 112
ada8038c 113%find_lang %{name} --with-gnome --all-name
39416a2d 114
115%clean
b7c2ac46 116rm -rf $RPM_BUILD_ROOT
39416a2d 117
85dc4c99
ER
118%post -p /sbin/ldconfig
119%postun -p /sbin/ldconfig
39416a2d 120
121%files -f %{name}.lang
122%defattr(644,root,root,755)
172334a8 123%doc AUTHORS ChangeLog MAINTAINERS NEWS README
7b4050d0 124%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so.*.*.*
872e65ad
MB
125%attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.17
126%attr(755,root,root) %{_libexecdir}/gnome-rr-debug
7b4050d0 127%{_datadir}/gnome/gnome-version.xml
7b4050d0 128%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
5d84d6e6 129
39416a2d 130%files devel
131%defattr(644,root,root,755)
7b4050d0
MB
132%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so
133%{_includedir}/gnome-desktop-3.0
134%{_pkgconfigdir}/gnome-desktop-3.0.pc
135%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
39416a2d 136
b33a78af 137%files apidocs
138%defattr(644,root,root,755)
7b4050d0 139%{_gtkdocdir}/gnome-desktop3
This page took 0.157587 seconds and 4 git commands to generate.