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