Author: glen Date: Tue Sep 30 09:28:35 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - minor fixes from HEAD; rel 2
---- Files affected: SPECS: gnome-panel.spec (1.172.2.6 -> 1.172.2.7) ---- Diffs: ================================================================ Index: SPECS/gnome-panel.spec diff -u SPECS/gnome-panel.spec:1.172.2.6 SPECS/gnome-panel.spec:1.172.2.7 --- SPECS/gnome-panel.spec:1.172.2.6 Tue Sep 30 11:24:38 2008 +++ SPECS/gnome-panel.spec Tue Sep 30 11:28:29 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Podstawowe programy środowiska graficznego GNOME Name: gnome-panel Version: 2.14.3 -Release: 1 +Release: 2 License: LGPL Group: X11/Applications Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-panel/2.14/%{name}-%{version}.tar.bz2 @@ -64,6 +64,19 @@ Ten pakiet dostarcza panel GNOME2, menu oraz podstawowe aplety dla panelu GNOME2. +%package libs +Summary: GNOME panel library +Summary(pl.UTF-8): Biblioteka panelu GNOME +Group: X11/Libraries +Requires: libgnomeui >= 2.14.0 +Requires: librsvg >= 1:2.14.0 + +%description libs +GNOME panel library. + +%description libs -l pl.UTF-8 +Biblioteka panelu GNOME. + %package devel Summary: GNOME panel includes, and more Summary(pl.UTF-8): Pliki nagłówkowe biblioteki panelu GNOME @@ -90,32 +103,35 @@ %description static -l pl.UTF-8 Statyczne biblioteki panelu GNOME. -%package libs -Summary: GNOME panel library -Summary(pl.UTF-8): Biblioteka panelu GNOME -Group: X11/Libraries -Requires: libgnomeui >= 2.14.0 -Requires: librsvg >= 1:2.14.0 +%package apidocs +Summary: panel-applet API documentation +Summary(pl.UTF-8): Dokumentacja API panel-applet +Group: Documentation +Requires: gtk-doc-common -%description libs -GNOME panel library. +%description apidocs +panel-applet API documentation. -%description libs -l pl.UTF-8 -Biblioteka panelu GNOME. +%description apidocs -l pl.UTF-8 +Dokumentacja API panel-applet. %prep %setup -q %patch0 -p1 %patch1 -p1 +# short circuit stopper (fix me!) +mv ChangeLog main-ChangeLog +find . -name ChangeLog |awk '{src=$0; dst=$0;sub("^./","",dst);gsub("/","-",dst); print "cp " src " " dst}'|sh + %build %{__gnome_doc_prepare} %{__gnome_doc_common} %{__intltoolize} %{__libtoolize} %{__aclocal} -%{__autoheader} %{__autoconf} +%{__autoheader} %{__automake} %configure \ --disable-schemas-install \ @@ -134,10 +150,6 @@ install %{name}/panel-default-setup.entries $RPM_BUILD_ROOT%{_datadir}/%{name} -# short circuit stopper (fix me!) -mv ChangeLog main-ChangeLog -find . -name ChangeLog |awk '{src=$0; dst=$0;sub("^./","",dst);gsub("/","-",dst); print "cp " src " " dst}'|sh - rm -f $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/panel-default-setup.entries %find_lang %{name} --with-gnome --all-name @@ -156,17 +168,14 @@ %gconf_schema_install panel-toplevel.schemas %gconf_schema_install window-list.schemas %gconf_schema_install workspace-switcher.schemas +%update_icon_cache hicolor + %{_bindir}/gconftool-2 --direct \ --config-source="`%{_bindir}/gconftool-2 --get-default-source`" \ --load %{_datadir}/%{name}/panel-default-setup.entries > /dev/null %{_bindir}/gconftool-2 --direct \ --config-source="`%{_bindir}/gconftool-2 --get-default-source`" \ --load %{_datadir}/%{name}/panel-default-setup.entries /apps/panel/profiles/default > /dev/null -%update_icon_cache hicolor -%banner %{name} -e << EOF -For full functionality, you need to install -gnome-utils-screenshot and gnome-utils-search-tool. -EOF %preun %gconf_schema_uninstall clock.schemas @@ -217,21 +226,25 @@ %{_sysconfdir}/gconf/schemas/window-list.schemas %{_sysconfdir}/gconf/schemas/workspace-switcher.schemas +%files libs +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libpanel-applet-2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libpanel-applet-2.so.0 + %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libpanel-applet*.so -%{_libdir}/*.la -%{_gtkdocdir}/panel-applet +%attr(755,root,root) %{_libdir}/libpanel-applet-2.so +%{_libdir}/libpanel-applet-2.la %{_includedir}/panel-2.0 -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/libpanelapplet-2.0.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libpanel-applet-2.a -%files libs +%files apidocs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libpanel-applet*.so.*.* +%{_gtkdocdir}/panel-applet %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -239,6 +252,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.172.2.7 2008/09/30 09:28:29 glen +- minor fixes from HEAD; rel 2 + Revision 1.172.2.6 2008/09/30 09:24:38 glen - convert to utf8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnome-panel.spec?r1=1.172.2.6&r2=1.172.2.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
