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