]> git.pld-linux.org Git - packages/gnome-panel.git/blob - gnome-panel.spec
- version 2.3.1
[packages/gnome-panel.git] / gnome-panel.spec
1 Summary:        The core programs for the GNOME GUI desktop environment
2 Summary(pl):    Podstawowe programy ¶rodowiska graficznego GNOME
3 Name:           gnome-panel
4 Version:        2.3.1
5 Release:        1
6 License:        LGPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  GConf2-devel >= 2.3.0
13 BuildRequires:  glib2-devel >= 2.2.0
14 BuildRequires:  gnome-desktop-devel >= 2.3.1
15 BuildRequires:  gnome-common >= 1.2.4
16 BuildRequires:  gtk+2-devel >= 2.2.0
17 BuildRequires:  gtk-doc >= 1.0
18 BuildRequires:  intltool >= 0.23
19 BuildRequires:  libart_lgpl-devel >= 2.3.11
20 BuildRequires:  libglade2-devel >= 2.0.1
21 BuildRequires:  libgnomeui-devel >= 2.2.0
22 BuildRequires:  libtool
23 BuildRequires:  libwnck-devel >= 2.3.0
24 BuildRequires:  ORBit2-devel >= 2.6.0
25 BuildRequires:  pkgconfig >= 0.12.0
26 BuildRequires:  rpm-build >= 4.1-10
27 BuildRequires:  scrollkeeper >= 0.3.11
28 BuildConflicts: GConf-devel < 1.0.9-7
29 Requires(post,postun): scrollkeeper
30 Requires(post,postun): /sbin/ldconfig
31 Requires(post): GConf2 >= 2.3.0
32 Requires:       gnome-desktop >= 2.3.1
33 Requires:       libgnomeui >= 2.2.0
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 GNOME (GNU Network Object Model Environment) is a user-friendly set of
38 applications and desktop tools to be used in conjunction with a window
39 manager for the X Window System. GNOME is similar in purpose and scope
40 to CDE and KDE, but GNOME is based completely on free software.
41
42 The GNOME panel packages provides the gnome panel, menus and some
43 basic applets for the panel.
44
45 %description -l pl
46 GNOME (GNU Network Object Model Environment) to zestaw przyjaznych
47 dla u¿ytkownika aplikacji i narzêdzi do u¿ywania w po³±czeniu z
48 zarz±dc± okien pod X. GNOME ma podobny cel jak CDE i KDE, ale bazuje
49 ca³kowicie na wolnym oprogramowaniu.
50
51 Ten pakiet dostarcza panel GNOME2, menu oraz podstawowe aplety dla
52 panelu GNOME2.
53
54 %package devel
55 Summary:        GNOME panel includes, and more
56 Summary(pl):    Pliki nag³ówkowe biblioteki panelu GNOME
57 Group:          X11/Development/Libraries
58 Requires:       %{name} = %{version}
59 Requires:       gtk-doc-common
60
61 %description devel
62 Panel header files for creating GNOME panels.
63
64 %description devel -l pl
65 Pliki nag³ówkowe bibliotek panelu GNOME.
66
67 %package static
68 Summary:        GNOME panel static libraries
69 Summary(pl):    Statyczne biblioteki panelu GNOME
70 Group:          X11/Development/Libraries
71 Requires:       %{name}-devel = %{version}
72
73 %description static
74 Panel static libraries.
75
76 %description static -l pl
77 Statyczne biblioteki panelu GNOME.
78
79 %prep
80 %setup -q
81
82 %build
83 intltoolize --copy --force
84 %{__libtoolize}
85 glib-gettextize --copy --force
86 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
87 %{__autoheader}
88 %{__autoconf}
89 %{__automake}
90 %configure \
91         --enable-gtk-doc \
92         --with-html-dir=%{_gtkdocdir}
93
94 %{__make}
95
96 %install
97 rm -rf $RPM_BUILD_ROOT
98
99 %{__make} install \
100         DESTDIR=$RPM_BUILD_ROOT 
101
102 mv ChangeLog main-ChangeLog
103 find . -name ChangeLog |awk '{src=$0; dst=$0;sub("^./","",dst);gsub("/","-",dst); print "cp " src " " dst}'|sh
104
105 %find_lang %{name} --with-gnome --all-name
106
107 %clean
108 rm -rf $RPM_BUILD_ROOT
109
110 %post
111 /sbin/ldconfig
112 scrollkeeper-update
113 %gconf_schema_install
114
115 %postun 
116 /sbin/ldconfig
117 scrollkeeper-update
118
119 %files -f %{name}.lang
120 %defattr(644,root,root,755)
121 %doc AUTHORS NEWS README *ChangeLog
122 %config %{_sysconfdir}/gconf/schemas/*
123 %attr(755,root,root) %{_bindir}/*
124 %attr(755,root,root) %{_libdir}/fish-applet-2
125 %attr(755,root,root) %{_libdir}/libpanel-applet*.so.*.*
126 %attr(755,root,root) %{_libdir}/libclock-applet*.so
127 %attr(755,root,root) %{_libdir}/wnck-applet
128 %attr(755,root,root) %{_libdir}/notification-area-applet
129 %{_libdir}/libclock-applet*.la
130 %{_libdir}/bonobo/servers/*
131 %{_datadir}/control-center-2.0/capplets/*
132 %{_datadir}/fish/*
133 %{_datadir}/gen_util
134 %{_datadir}/gnome/panel
135 %{_datadir}/gnome-2.0/ui/*
136 %{_datadir}/gnome-panel*
137 %{_datadir}/idl/gnome-panel-2.0
138 %{_datadir}/pixmaps/*
139 %{_omf_dest_dir}/%{name}
140 %{_mandir}/man1/*
141
142 %files devel
143 %defattr(644,root,root,755)
144 %attr(755,root,root) %{_libdir}/libpanel-applet*.so
145 %{_libdir}/libpanel-applet*.la
146 %{_gtkdocdir}/panel-applet
147 %{_includedir}/panel-2.0
148 %{_pkgconfigdir}/*.pc
149
150 %files static
151 %defattr(644,root,root,755)
152 %{_libdir}/lib*.a
This page took 0.06556 seconds and 4 git commands to generate.