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