Author: megabajt Date: Fri Jan 28 18:05:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.1.5
---- Files affected: packages/garcon: garcon.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/garcon/garcon.spec diff -u packages/garcon/garcon.spec:1.2 packages/garcon/garcon.spec:1.3 --- packages/garcon/garcon.spec:1.2 Mon Jan 24 03:10:54 2011 +++ packages/garcon/garcon.spec Fri Jan 28 19:05:43 2011 @@ -5,38 +5,45 @@ %bcond_without static_libs # don't build static libraries # Summary: Freedesktop.org compliant menu library for the Xfce desktop environment -Summary(pl.UTF-8): Biblioteka menu dla środowiska Xfce +Summary(pl.UTF-8): Biblioteka menu dla środowiska Xfce zgodna z freedesktop.org Name: garcon -Version: 0.1.3 -Release: 0.1 +Version: 0.1.5 +Release: 1 License: LGPL Group: X11/Libraries Source0: http://archive.xfce.org/src/libs/garcon/0.1/%{name}-%{version}.tar.bz2 -# Source0-md5: 3c1d07e9d93d32c1073fcbc9bce80426 +# Source0-md5: c4fd42082b4ae157aa4c7abb6d6570aa URL: http://archive.xfce.org/src/libs/garcon/ BuildRequires: gettext-devel -BuildRequires: gtk+2-devel >= 2:2.10.0 +BuildRequires: glib2-devel >= 1:2.14.0 BuildRequires: gtk-doc >= 1.0 BuildRequires: intltool BuildRequires: pkgconfig -BuildRequires: xfce4-dev-tools >= 4.6.0 +BuildRequires: xfce4-dev-tools >= 4.8.0 +Obsoletes: libxfce4menu BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This is garcon, a freedesktop.org compliant menu implementation based -on GLib and GIO. It was started as a complete rewrite of the former -Xfce menu library called libxfce4menu, which, in contrast to garcon, -was lacking menu merging features essential for loading menus modified +garcon is a freedesktop.org compliant menu implementation based on +GLib and GIO. It was started as a complete rewrite of the former Xfce +menu library called libxfce4menu, which, in contrast to garcon, was +lacking menu merging features essential for loading menus modified with menu editors. -#%description -l pl.UTF-8 +%description -l pl.UTF-8 +garcon jest implementacją menu zgodnego z freedesktop.org, bazującą na +GLib i GIO. Została rozpoczęta jako całkowite przepisanie biblioteki +libxfce4menu, której, w odróżnieniu do garcon, brakowało +funkcjonalności łączenia menu, wymaganej w przypadku modyfikowania za +pomocą edytora. %package devel Summary: Header files for garcon library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki garcon Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: gtk+2-devel >= 2:2.10.0 +Requires: glib2-devel >= 1:2.14.0 +Obsoletes: libxfce4menu-devel %description devel Header files for garcon library. @@ -49,6 +56,7 @@ Summary(pl.UTF-8): Statyczna biblioteka garcon Group: X11/Development/Libraries Requires: %{name}-devel = %{version}-%{release} +Obsoletes: libxfce4menu-static %description static Static garcon library. @@ -60,6 +68,8 @@ Summary: garcon API documentation Summary(pl.UTF-8): Dokumentacja API biblioteki garcon Group: Documentation +Requires: gtk-doc-common +Obsoletes: libxfce4menu-apidocs %description apidocs API and internal documentation for garcon library. @@ -74,7 +84,8 @@ %configure \ %{!?with_static_libs:--disable-static} \ --enable-gtk-doc \ - --with-html-dir=%{_gtkdocdir} + --with-html-dir=%{_gtkdocdir} \ + --disable-silent-rules %{__make} @@ -84,6 +95,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# pt locale is already installed, so there is no need to rename it +%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale/pt_PT + %find_lang %{name} %clean @@ -125,6 +139,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2011/01/28 18:05:43 megabajt +- updated to 0.1.5 + Revision 1.2 2011/01/24 02:10:54 sparky - BR: intltool, pkgconfig ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/garcon/garcon.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
