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