SPECS (DEVEL): xfce4-dev-tools.spec, libxfce4mcs.spec, libxfce4uti...
freetz
freetz at pld-linux.org
Sun Jul 16 13:27:24 CEST 2006
Author: freetz Date: Sun Jul 16 11:27:24 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- 4.3.90.2, use common aclocal dir for m4 macros, updated deps, --as-needed
support
---- Files affected:
SPECS:
xfce4-dev-tools.spec (1.8.2.3 -> 1.8.2.4) , libxfce4mcs.spec (1.45.2.1 -> 1.45.2.2) , libxfce4util.spec (1.37.2.8 -> 1.37.2.9) , libxfcegui4.spec (1.51.2.1 -> 1.51.2.2)
---- Diffs:
================================================================
Index: SPECS/xfce4-dev-tools.spec
diff -u SPECS/xfce4-dev-tools.spec:1.8.2.3 SPECS/xfce4-dev-tools.spec:1.8.2.4
--- SPECS/xfce4-dev-tools.spec:1.8.2.3 Tue Apr 18 23:32:18 2006
+++ SPECS/xfce4-dev-tools.spec Sun Jul 16 13:27:19 2006
@@ -2,12 +2,12 @@
Summary: Xfce development tools
Summary(pl): Narzędzia programistyczne Xfce
Name: xfce4-dev-tools
-Version: 4.3.90.1
+Version: 4.3.90.2
Release: 1
License: GPL v2
Group: Development/Building
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 1019947e31acfcd367c9ecb9aa579c92
+# Source0-md5: 2cf48dc426f971896c955bc197fe0b68
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,7 +32,8 @@
rm -rf $RPM_BUILD_ROOT
%{__make} install \
- DESTDIR=$RPM_BUILD_ROOT
+ DESTDIR=$RPM_BUILD_ROOT \
+ macrodir=%{_aclocaldir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -41,7 +42,7 @@
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
-%{_datadir}/xfce4/dev-tools
+%{_aclocaldir}/*.m4
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -49,6 +50,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8.2.4 2006/07/16 11:27:19 freetz
+- 4.3.90.2, use common aclocal dir for m4 macros, updated deps, --as-needed
+ support
+
Revision 1.8.2.3 2006/04/18 21:32:18 freetz
- typo
================================================================
Index: SPECS/libxfce4mcs.spec
diff -u SPECS/libxfce4mcs.spec:1.45.2.1 SPECS/libxfce4mcs.spec:1.45.2.2
--- SPECS/libxfce4mcs.spec:1.45.2.1 Tue Apr 18 21:32:33 2006
+++ SPECS/libxfce4mcs.spec Sun Jul 16 13:27:19 2006
@@ -2,12 +2,12 @@
Summary: Multi-channel settings management support for Xfce
Summary(pl): Obsługa zarządzania ustawieniami wielokanałowymi dla Xfce
Name: libxfce4mcs
-Version: 4.3.90.1
+Version: 4.3.90.2
Release: 1
License: LGPL v2
Group: Libraries
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: ce5f95e11e73e56ae0d0fe991a4f0b1b
+# Source0-md5: 71c8280e256882563f57a273b8a5184a
URL: http://www.xfce.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
@@ -16,7 +16,7 @@
BuildRequires: libxfce4util-devel >= %{version}
BuildRequires: pkgconfig >= 1:0.9.0
BuildRequires: rpmbuild(macros) >= 1.98
-BuildRequires: xfce4-dev-tools
+BuildRequires: xfce4-dev-tools >= 4.3.90.2
BuildRequires: xorg-lib-libX11-devel
Requires: libxfce4util >= %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -59,10 +59,11 @@
%build
%{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__aclocal}
%{__autoheader}
%{__automake}
%{__autoconf}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
--with-html-dir=%{_gtkdocdir}
%{__make}
@@ -102,6 +103,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.45.2.2 2006/07/16 11:27:19 freetz
+- 4.3.90.2, use common aclocal dir for m4 macros, updated deps, --as-needed
+ support
+
Revision 1.45.2.1 2006/04/18 19:32:33 troll
- updated to 4.3.90.1 (4.4 beta 1)
================================================================
Index: SPECS/libxfce4util.spec
diff -u SPECS/libxfce4util.spec:1.37.2.8 SPECS/libxfce4util.spec:1.37.2.9
--- SPECS/libxfce4util.spec:1.37.2.8 Fri May 19 03:53:42 2006
+++ SPECS/libxfce4util.spec Sun Jul 16 13:27:19 2006
@@ -6,25 +6,23 @@
Summary: Utility library for the Xfce desktop environment
Summary(pl): Biblioteka narzędziowa dla środowiska Xfce
Name: libxfce4util
-Version: 4.3.90.1
-Release: 4
+Version: 4.3.90.2
+Release: 1
License: BSD, LGPL
Group: Libraries
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 1e5a6dd3555045e02126770788ba4067
+# Source0-md5: 1fe13bf71e814aa5d512e772c011f234
URL: http://www.xfce.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
-BuildRequires: glib2-devel >= 1:2.6.0
+BuildRequires: glib2-devel >= 1:2.12.0
BuildRequires: gtk-doc-automake
BuildRequires: libtool
BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: xfce4-dev-tools >= 4.3.90.1
-Requires: glib2 >= 1:2.6.0
+BuildRequires: xfce4-dev-tools >= 4.3.90.2
+Requires: glib2 >= 1:2.12.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define xfce_m4_dir %{_datadir}/xfce4/dev-tools/m4macros
-
%description
Basic utility non-GUI functions for Xfce.
@@ -36,7 +34,7 @@
Summary(pl): Pliki nagłówkowe biblioteki libxfce4util
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: glib2-devel >= 1:2.2.0
+Requires: glib2-devel >= 1:2.12.0
%description devel
Development files for the libxfce4util library.
@@ -73,10 +71,11 @@
%build
%{__libtoolize}
-%{__aclocal} -I %{xfce_m4_dir}
+%{__aclocal}
%{__autoheader}
%{__automake}
%{__autoconf}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
--with-html-dir=%{_gtkdocdir} \
%{!?with_static_libs:--disable-static}
@@ -90,13 +89,15 @@
install -d $RPM_BUILD_ROOT%{_datadir}/xfce4
+%find_lang %{name}
+
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
-%files
+%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog COPYING README
%attr(755,root,root) %{_libdir}/lib*.so.*.*
@@ -126,6 +127,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.37.2.9 2006/07/16 11:27:19 freetz
+- 4.3.90.2, use common aclocal dir for m4 macros, updated deps, --as-needed
+ support
+
Revision 1.37.2.8 2006/05/19 01:53:42 undefine
- rel 4.. fix (sleep!)
================================================================
Index: SPECS/libxfcegui4.spec
diff -u SPECS/libxfcegui4.spec:1.51.2.1 SPECS/libxfcegui4.spec:1.51.2.2
--- SPECS/libxfcegui4.spec:1.51.2.1 Tue Apr 18 21:46:22 2006
+++ SPECS/libxfcegui4.spec Sun Jul 16 13:27:19 2006
@@ -1,31 +1,32 @@
# $Revision$, $Date$
+#
# Conditional build:
%bcond_without static_libs # don't build static library
#
Summary: Various GTK+ widgets for Xfce
Summary(pl): Różne widgety GTK+ dla Xfce
Name: libxfcegui4
-Version: 4.3.90.1
+Version: 4.3.90.2
Release: 1
License: LGPL v2
Group: Libraries
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 55053ee6f434d5c5dd75aa45dd21e84c
+# Source0-md5: 901f299f3da72c25b6667b40a13a45d9
URL: http://www.xfce.org/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: dbh-devel >= 1.0
BuildRequires: gettext-devel
BuildRequires: gtk-doc-automake
-BuildRequires: gtk+2-devel >= 2:2.6.0
+BuildRequires: gtk+2-devel >= 2:2.10.0
BuildRequires: libtool
BuildRequires: libxfce4util-devel >= %{version}
-BuildRequires: libxml2-devel >= 2.4.0
+BuildRequires: libxml2-devel >= 1:2.6.26
BuildRequires: pkgconfig >= 1:0.9.0
BuildRequires: rpmbuild(macros) >= 1.98
-BuildRequires: startup-notification-devel >= 0.5
-BuildRequires: xfce4-dev-tools
-Requires: gtk+2 >= 2:2.6.0
+BuildRequires: startup-notification-devel >= 0.8
+BuildRequires: xfce4-dev-tools >= 4.3.90.2
+Requires: gtk+2 >= 2:2.10.0
Requires: libxfce4util >= %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,10 +41,10 @@
Summary(pl): Pliki nagłówkowe biblioteki libxfcegui4
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: gtk+2-devel >= 2:2.6.0
+Requires: gtk+2-devel >= 2:2.10.0
Requires: gtk-doc-common
Requires: libxfce4util-devel >= %{version}
-Requires: startup-notification-devel >= 0.5
+Requires: startup-notification-devel >= 0.8
%description devel
Development files for the libxfcegui4 library.
@@ -68,10 +69,11 @@
%build
%{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__aclocal}
%{__autoheader}
%{__automake}
%{__autoconf}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
--enable-xinerama \
--with-html-dir=%{_gtkdocdir} \
@@ -131,6 +133,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51.2.2 2006/07/16 11:27:19 freetz
+- 4.3.90.2, use common aclocal dir for m4 macros, updated deps, --as-needed
+ support
+
Revision 1.51.2.1 2006/04/18 19:46:22 troll
- updated to 4.3.90.1 (4.4 beta 1)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-dev-tools.spec?r1=1.8.2.3&r2=1.8.2.4&f=u
http://cvs.pld-linux.org/SPECS/libxfce4mcs.spec?r1=1.45.2.1&r2=1.45.2.2&f=u
http://cvs.pld-linux.org/SPECS/libxfce4util.spec?r1=1.37.2.8&r2=1.37.2.9&f=u
http://cvs.pld-linux.org/SPECS/libxfcegui4.spec?r1=1.51.2.1&r2=1.51.2.2&f=u
More information about the pld-cvs-commit
mailing list