Author: baggins Date: Mon Nov 15 11:58:33 2010 GMT Module: packages Tag: DEVEL ---- Log message: - fix build - updated files
---- Files affected: packages/xfce4-power-manager: xfce4-power-manager.spec (1.4.2.1 -> 1.4.2.2) ---- Diffs: ================================================================ Index: packages/xfce4-power-manager/xfce4-power-manager.spec diff -u packages/xfce4-power-manager/xfce4-power-manager.spec:1.4.2.1 packages/xfce4-power-manager/xfce4-power-manager.spec:1.4.2.2 --- packages/xfce4-power-manager/xfce4-power-manager.spec:1.4.2.1 Mon Nov 15 10:52:52 2010 +++ packages/xfce4-power-manager/xfce4-power-manager.spec Mon Nov 15 12:58:27 2010 @@ -8,12 +8,17 @@ Group: X11/Applications Source0: http://archive.xfce.org/src/apps/xfce4-power-manager/1.0/%{name}-%{version}.tar.bz2 # Source0-md5: 683558affa77beefb14855c110c6bd28 +Patch0: %{name}-ac-am.patch URL: http://goodies.xfce.org/projects/applications/xfce4-power-manager +BuildRequires: autoconf >= 2.50 +BuildRequires: automake >= 1:1.8 BuildRequires: dbus-glib-devel >= 0.74 BuildRequires: gettext-devel BuildRequires: glib2-devel >= 1:2.14.0 BuildRequires: gtk+2-devel >= 2:2.10.6 +BuildRequires: intltool BuildRequires: libnotify-devel +BuildRequires: libtool BuildRequires: libxfce4ui-devel >= 4.7.0 BuildRequires: rpmbuild(macros) >= 1.311 BuildRequires: xfce4-dev-tools >= 4.7.0 @@ -30,8 +35,15 @@ %prep %setup -q +%patch0 -p1 %build +%{__intltoolize} +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --disable-hal @@ -60,6 +72,7 @@ %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO %{_sysconfdir}/xdg/autostart/xfce4-power-manager.desktop +%attr(755,root,root) %{_bindir}/xfce4-power-information %attr(755,root,root) %{_bindir}/xfce4-power-manager %attr(755,root,root) %{_bindir}/xfce4-power-manager-settings %attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-brightness-plugin @@ -76,6 +89,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4.2.2 2010/11/15 11:58:27 baggins +- fix build +- updated files + Revision 1.4.2.1 2010/11/15 09:52:52 baggins - 1.0.1 for XFCE 4.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-power-manager/xfce4-power-manager.spec?r1=1.4.2.1&r2=1.4.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
