Author: freetz Date: Sun Jul 16 15:33:19 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - 4.3.90.2, updated deps, update icon cache, --as-needed support
---- Files affected: SPECS: xfce-mcs-manager.spec (1.44.2.4 -> 1.44.2.5) , xfce-mcs-plugins.spec (1.40.2.1 -> 1.40.2.2) ---- Diffs: ================================================================ Index: SPECS/xfce-mcs-manager.spec diff -u SPECS/xfce-mcs-manager.spec:1.44.2.4 SPECS/xfce-mcs-manager.spec:1.44.2.5 --- SPECS/xfce-mcs-manager.spec:1.44.2.4 Sat Jul 1 02:06:20 2006 +++ SPECS/xfce-mcs-manager.spec Sun Jul 16 17:33:14 2006 @@ -2,16 +2,16 @@ # # TODO: # - check the icon & the desktop file - +# Summary: Multi channel settings manager Summary(pl): Zarządca ustawień wielokanałowych Name: xfce-mcs-manager -Version: 4.3.90.1 -Release: 2 +Version: 4.3.90.2 +Release: 1 License: LGPL v2 Group: X11/Applications Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 58eee1eb36add409b78c6f42dd7b186c +# Source0-md5: 32d6107a45dbcfc3b41a10404d9caa77 Patch0: %{name}-locale-names.patch URL: http://www.xfce.org/ BuildRequires: autoconf >= 2.50 @@ -22,7 +22,8 @@ BuildRequires: libxfce4mcs-devel >= %{version} BuildRequires: libxfcegui4-devel >= %{version} BuildRequires: pkgconfig >= 1:0.9.0 -BuildRequires: xfce4-dev-tools +BuildRequires: xfce4-dev-tools >= 4.3.90.2 +Requires(post,postun): gtk+2 >= 2:2.10.0 Requires: libxfce4mcs >= %{version} Requires: libxfcegui4 >= %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -58,10 +59,11 @@ %{__glib_gettextize} %{__intltoolize} %{__libtoolize} -%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros +%{__aclocal} %{__autoheader} %{__automake} %{__autoconf} +LDFLAGS="%{rpmldflags} -Wl,--as-needed" %configure %{__make} @@ -78,6 +80,12 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor + +%postun +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog @@ -109,6 +117,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44.2.5 2006/07/16 15:33:14 freetz +- 4.3.90.2, updated deps, update icon cache, --as-needed support + Revision 1.44.2.4 2006/07/01 00:06:20 charles - added shared dir for modules ================================================================ Index: SPECS/xfce-mcs-plugins.spec diff -u SPECS/xfce-mcs-plugins.spec:1.40.2.1 SPECS/xfce-mcs-plugins.spec:1.40.2.2 --- SPECS/xfce-mcs-plugins.spec:1.40.2.1 Wed Apr 26 20:32:18 2006 +++ SPECS/xfce-mcs-plugins.spec Sun Jul 16 17:33:14 2006 @@ -2,27 +2,26 @@ Summary: Plugins for multi channel settings manager Summary(pl): Wtyczki dla zarządcy ustawień wielokanałowych Name: xfce-mcs-plugins -Version: 4.3.90.1 +Version: 4.3.90.2 Release: 1 License: GPL Group: X11/Applications Source0: http://www.xfce.org/archive//xfce-%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: 861ae9ff9e12ea659fd5638949ba2759 +# Source0-md5: 4fd5b8f1f531bcc66f6aeaff76998f0c Patch0: %{name}-locale-names.patch URL: http://www.xfce.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: gettext-devel -BuildRequires: gtk+2-devel >= 1:2.2.0 +BuildRequires: gtk+2-devel >= 1:2.10.0 BuildRequires: intltool BuildRequires: libtool BuildRequires: pkgconfig >= 1:0.9.0 -BuildRequires: xfce-mcs-manager-devel >= 4.1.2 -BuildRequires: xfce4-dev-tools -BuildRequires: xfce4-panel-devel >= %{version} -Requires: gtk+2 >= 1:2.2.0 -Requires: xfce-mcs-manager >= 4.1.2 -Requires: xfce4-panel >= %{version} +BuildRequires: xfce-mcs-manager-devel >= %{version} +BuildRequires: xfce4-dev-tools >= %{version} +Requires(post,postun): gtk+2 >= 2:2.10.0 +Requires: gtk+2 >= 1:2.10.0 +Requires: xfce-mcs-manager >= %{version} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -40,13 +39,14 @@ mv -f po/{pt_PT,pt}.po %build -glib-gettextize --copy --force -intltoolize --copy --force +%{__glib_gettextize} +%{__intltoolize} %{__libtoolize} -%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros +%{__aclocal} %{__autoheader} %{__automake} %{__autoconf} +LDFLAGS="%{rpmldflags} -Wl,--as-needed" %configure %{__make} @@ -63,6 +63,12 @@ %clean rm -rf $RPM_BUILD_ROOT +%post +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor + +%postun +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor + %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog @@ -83,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40.2.2 2006/07/16 15:33:14 freetz +- 4.3.90.2, updated deps, update icon cache, --as-needed support + Revision 1.40.2.1 2006/04/26 18:32:18 troll - updated to 4.3.90.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xfce-mcs-manager.spec?r1=1.44.2.4&r2=1.44.2.5&f=u http://cvs.pld-linux.org/SPECS/xfce-mcs-plugins.spec?r1=1.40.2.1&r2=1.40.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
