]> git.pld-linux.org Git - packages/gnome-panel.git/blob - gnome-panel.spec
- updated to 1.5.23
[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:        1.5.23
5 Release:        1
6 License:        LGPL
7 Group:          X11/Applications
8 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
9 URL:            http://www.gnome.org/
10 Requires:       gnome-desktop >= 1.5.21
11 BuildRequires:  ORBit2-devel >= 2.3.108
12 BuildRequires:  gnome-desktop-devel >= 1.5.21
13 BuildRequires:  gtk+2-devel >= 2.0.2
14 BuildRequires:  libglade2-devel >= 1.99.12
15 BuildRequires:  libgnomeui-devel >= 1.117.0
16 BuildRequires:  libwnck-devel >= 0.12
17 BuildRequires:  pkgconfig >= 0.12.0
18 BuildRequires:  intltool >= 0.21
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23 %define         _sysconfdir     /etc/X11/GNOME2
24 %define         _omf_dest_dir   %(scrollkeeper-config --omfdir)
25
26 %description
27 GNOME (GNU Network Object Model Environment) is a user-friendly set of
28 applications and desktop tools to be used in conjunction with a window
29 manager for the X Window System. GNOME is similar in purpose and scope
30 to CDE and KDE, but GNOME is based completely on free software.
31
32 The GNOME panel packages provides the gnome panel, menus and some
33 basic applets for the panel.
34
35 %description -l pl
36 GNOME (GNU Network Object Model Environment) to zestaw przyjaznych
37 dla u¿ytkownika aplikacji i narzêdzi do u¿ywania w po³±czeniu z
38 zarz±dc± okien pod X. GNOME ma podobny cel jak CDE i KDE, ale bazuje
39 ca³kowicie na wolnym oprogramowaniu.
40
41 Ten pakiet dostarcza panel GNOME2, menu oraz podstawowe aplety dla
42 panelu GNOME2.
43
44 %package devel
45 Summary:        GNOME panel includes, and more
46 Summary(pl):    Pliki nag³ówkowe biblioteki panelu GNOME
47 Group:          X11/Development/Libraries
48 Requires:       %{name} = %{version}
49
50 %description devel
51 Panel header files for creating GNOME panels.
52
53 %description devel -l pl
54 Pliki nag³ówkowe bibliotek panelu GNOME.
55
56 %package static
57 Summary:        GNOME panel static libraries
58 Summary(pl):    Statyczne biblioteki panelu GNOME
59 Group:          X11/Development/Libraries
60 Requires:       %{name} = %{version}-devel
61
62 %description static
63 Panel static libraries.
64
65 %description static -l pl
66 Statyczne biblioteki panelu GNOME.
67
68 %prep
69 %setup -q
70
71 %build
72 intltoolize --copy --force
73 %{__libtoolize}
74 glib-gettextize --copy --force
75 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
76 %{__autoconf}
77 %{__automake}
78 %configure  \
79         --enable-gtk-doc=no
80 %{__make}
81
82 %install
83 rm -rf $RPM_BUILD_ROOT
84
85 %{__make} install \
86         DESTDIR=$RPM_BUILD_ROOT \
87         omf_dest_dir=%{_omf_dest_dir}/%{name} \
88         pkgconfigdir=%{_pkgconfigdir}
89
90 find . -name ChangeLog |awk '{src=$0; dst=$0;sub("^./","",dst);gsub("/","-",dst); print "cp " src " " dst}'|sh
91
92 %find_lang %{name} --with-gnome --all-name
93
94 %clean
95 rm -rf $RPM_BUILD_ROOT
96
97 %post
98 /sbin/ldconfig
99 GCONF_CONFIG_SOURCE="" \
100 %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null 
101
102 %postun -p /sbin/ldconfig
103
104 %files -f %{name}.lang
105 %defattr(644,root,root,755)
106 %doc AUTHORS *ChangeLog NEWS README
107 %config %{_sysconfdir}/gconf/schemas/*
108 %config %{_sysconfdir}/sound/events/*
109 %attr(755,root,root) %{_bindir}/*
110 %attr(755,root,root) %{_libdir}/libpanel-applet*.so.*.*
111 %attr(755,root,root) %{_libdir}/libgen_util_applet*.so
112 %attr(755,root,root) %{_libdir}/libgen_util_applet*.la
113 %{_libdir}/bonobo/servers/*
114 %{_datadir}/control-center-2.0/capplets/*
115 %{_datadir}/gen_util
116 %{_datadir}/gnome/panel
117 %{_datadir}/gnome-2.0/ui/*
118 %{_datadir}/gnome-panel*
119 %{_datadir}/gtk-doc/html/panel-applet
120 %{_datadir}/idl/gnome-panel-2.0
121 %{_datadir}/pixmaps/*
122 %{_omf_dest_dir}/%{name}
123 %{_mandir}/man1/*
124
125 %files devel
126 %defattr(644,root,root,755)
127 %attr(755,root,root) %{_libdir}/libpanel-applet*.??
128 %{_includedir}/panel-2.0
129 %{_pkgconfigdir}/*.pc
130
131 %files static
132 %defattr(644,root,root,755)
133 %{_libdir}/libpanel-applet*.a
This page took 0.0417 seconds and 4 git commands to generate.