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