]> git.pld-linux.org Git - packages/gnome-desktop.git/blame - gnome-desktop.spec
- updated to 3.0.0; merged from DEVEL
[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
7b4050d0 4Version: 3.0.0
489dd695 5Release: 1
39416a2d 6License: LGPL
7Group: X11/Applications
7b4050d0
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.0/%{name}-%{version}.tar.bz2
9# Source0-md5: 6215d5fee0a3ab517830d3e6553685f2
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
MB
19BuildRequires: gobject-introspection-devel >= 0.10.0
20BuildRequires: gsettings-desktop-schemas-devel >= 3.0.0
21BuildRequires: gtk+3-devel >= 3.0.0
172334a8 22BuildRequires: gtk-doc >= 1.8
e9f9026c 23BuildRequires: intltool >= 0.40.0
1596f461 24BuildRequires: libtool
8d23132e 25BuildRequires: pkgconfig
a477735f 26BuildRequires: rpmbuild(find_lang) >= 1.23
d2f8210f 27BuildRequires: rpmbuild(macros) >= 1.311
6a0a6c0b 28BuildRequires: scrollkeeper
7b4050d0 29BuildRequires: sed >= 4.0
2bbf3d66 30BuildRequires: startup-notification-devel >= 0.8
34b0f689 31BuildRequires: xorg-lib-libXrandr-devel >= 1.2
c4c30509 32Requires(post,postun): scrollkeeper
7b4050d0
MB
33Requires: gsettings-desktop-schemas >= 3.0.0
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
MB
62Requires: %{name} = %{version}-%{release}
63Requires: gsettings-desktop-schemas-devel >= 3.0.0
64Requires: gtk+3-devel >= 3.0.0
41dfc190 65Requires: startup-notification-devel >= 0.8
7b4050d0 66Obsoletes: gnome-desktop3-devel
39416a2d 67
68%description devel
5d84d6e6 69GNOME desktop header files.
a79e7959 70
f8781591 71%description devel -l pl.UTF-8
7b4050d0 72Pliki nagłówkowe biblioteki GNOME desktop.
39416a2d 73
74%package static
7b4050d0
MB
75Summary: GNOME desktop static library
76Summary(pl.UTF-8): Statyczna biblioteka GNOME desktop
c7e8dd7f 77Group: X11/Development/Libraries
3a2dcbb3 78Requires: %{name} = %{version}-%{release}
7b4050d0 79Obsoletes: gnome-desktop3-static
39416a2d 80
81%description static
7b4050d0 82GNOME desktop static library.
a79e7959 83
f8781591 84%description static -l pl.UTF-8
7b4050d0 85Statyczna biblioteka GNOME desktop.
39416a2d 86
b33a78af 87%package apidocs
88Summary: gnome-desktop API documentation
5b16d880 89Summary(pl.UTF-8): Dokumentacja API gnome-desktop
b33a78af 90Group: Documentation
91Requires: gtk-doc-common
7b4050d0 92Obsoletes: gnome-desktop3-apidocs
b33a78af 93
94%description apidocs
95gnome-desktop API documentation.
96
f8781591 97%description apidocs -l pl.UTF-8
b33a78af 98Dokumentacja API gnome-desktop.
99
39416a2d 100%prep
101%setup -q
a477735f 102
7b4050d0
MB
103sed -i -e 's/^kg//' po/LINGUAS
104%{__rm} po/kg.po
105
39416a2d 106%build
5e7b3a0e 107%{__gtkdocize}
5d84d6e6 108%{__intltoolize}
d2f8210f 109%{__gnome_doc_prepare}
c4c30509 110%{__gnome_doc_common}
af8e699c 111%{__intltoolize}
1596f461 112%{__libtoolize}
74ea5881 113%{__aclocal} -I m4
1596f461
JB
114%{__autoconf}
115%{__autoheader}
116%{__automake}
88036f35 117%configure \
1e2955fc 118 --with-gnome-distributor="PLD Linux Distribution" \
7fa61deb
MB
119 --enable-gtk-doc \
120 --with-html-dir=%{_gtkdocdir} \
121 --disable-silent-rules
39416a2d 122%{__make}
123
124%install
125rm -rf $RPM_BUILD_ROOT
126
127%{__make} install \
2a859574 128 DESTDIR=$RPM_BUILD_ROOT
2bbf3d66 129
00a26788 130%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
e2506272 131
a477735f 132%find_lang %{name} --with-gnome --with-omf --all-name
39416a2d 133
134%clean
b7c2ac46 135rm -rf $RPM_BUILD_ROOT
39416a2d 136
3a2dcbb3 137%post
7b4050d0 138/sbin/ldconfig
c4c30509 139%scrollkeeper_update_post
3a2dcbb3 140
c4c30509 141%postun
7b4050d0 142/sbin/ldconfig
c4c30509 143%scrollkeeper_update_postun
39416a2d 144
145%files -f %{name}.lang
146%defattr(644,root,root,755)
172334a8 147%doc AUTHORS ChangeLog MAINTAINERS NEWS README
7b4050d0
MB
148%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so.*.*.*
149%attr(755,root,root) %ghost %{_libdir}/libgnome-desktop-3.so.0
150%{_datadir}/gnome/gnome-version.xml
151%{_datadir}/libgnome-desktop-3.0
152%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
5d84d6e6 153
39416a2d 154%files devel
155%defattr(644,root,root,755)
7b4050d0
MB
156%attr(755,root,root) %{_libdir}/libgnome-desktop-3.so
157%{_includedir}/gnome-desktop-3.0
158%{_pkgconfigdir}/gnome-desktop-3.0.pc
159%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir
39416a2d 160
161%files static
162%defattr(644,root,root,755)
7b4050d0 163%{_libdir}/libgnome-desktop-3.a
b33a78af 164
165%files apidocs
166%defattr(644,root,root,755)
7b4050d0 167%{_gtkdocdir}/gnome-desktop3
This page took 0.386606 seconds and 4 git commands to generate.