Author: megabajt Date: Sun Nov 5 18:06:08 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 4.3.99.2 (Xfce 4.4RC2) - added static_libs bcond
---- Files affected: SPECS: libxfce4mcs.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/libxfce4mcs.spec diff -u SPECS/libxfce4mcs.spec:1.49 SPECS/libxfce4mcs.spec:1.50 --- SPECS/libxfce4mcs.spec:1.49 Mon Sep 4 14:21:30 2006 +++ SPECS/libxfce4mcs.spec Sun Nov 5 19:06:03 2006 @@ -1,13 +1,17 @@ # $Revision$, $Date$ +# +# Conditional build: +%bcond_without static_libs # don't build static library +# Summary: Multi-channel settings management support for Xfce Summary(pl): Obsługa zarządzania ustawieniami wielokanałowymi dla Xfce Name: libxfce4mcs -Version: 4.3.99.1 +Version: 4.3.99.2 Release: 1 License: LGPL v2 Group: Libraries Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: ad70646a4ef699d7adcd409339f78884 +# Source0-md5: 7ee4eab238e773b9dbf3fa1472643f6e URL: http://www.xfce.org/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -66,7 +70,8 @@ %{__automake} %{__autoconf} %configure \ - --with-html-dir=%{_gtkdocdir} + --with-html-dir=%{_gtkdocdir} \ + --%{?with_static_libs:en}%{!?with_static_libs:dis}able-static %{__make} %install @@ -83,7 +88,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README +%doc AUTHORS ChangeLog NEWS README %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel @@ -94,9 +99,11 @@ %{_pkgconfigdir}/*.pc #%{_gtkdocdir}/libxfce4mcs +%if %{with static_libs} %files static %defattr(644,root,root,755) %{_libdir}/lib*.a +%endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -104,6 +111,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2006/11/05 18:06:03 megabajt +- up to 4.3.99.2 (Xfce 4.4RC2) +- added static_libs bcond + Revision 1.49 2006/09/04 12:21:30 megabajt - added R: startup-notification-devel to devel subpackage ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libxfce4mcs.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
