rpms/xfce4-session/devel xfce4-session.spec, 1.10, 1.11 sources, 1.4, 1.5 .cvsignore, 1.4, 1.5

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Thu Oct 5 02:53:42 UTC 2006


Author: kevin

Update of /cvs/extras/rpms/xfce4-session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30815

Modified Files:
	xfce4-session.spec sources .cvsignore 
Log Message:
Upgrade to 4.4rc1/4.3.99.1



Index: xfce4-session.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xfce4-session.spec	30 Aug 2006 03:56:26 -0000	1.10
+++ xfce4-session.spec	5 Oct 2006 02:53:42 -0000	1.11
@@ -1,24 +1,25 @@
 Summary: Xfce session manager
 Name: xfce4-session
-Version: 4.2.3
-Release: 4%{?dist}
+Version: 4.3.99.1
+Release: 5%{?dist}
 License: GPL
 URL: http://www.xfce.org/
-Source0: http://www.us.xfce.org/archive/xfce-4.2.3.1/src/xfce4-session-4.2.3.tar.gz
+Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfce4-session-4.3.99.1.tar.bz2
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: libxfcegui4 >= 4.2.3
-Requires: libxfce4mcs >= 4.2.3
-Requires: xfce-mcs-manager >= 4.2.3
+Requires: libxfcegui4 >= 4.3.99.1
+Requires: libxfce4mcs >= 4.3.99.1
+Requires: xfce-mcs-manager >= 4.3.99.1
 Requires: xorg-x11-server-utils
-BuildRequires: libxfcegui4-devel >= 4.2.3
-BuildRequires: libxfce4mcs-devel >= 4.2.3
-BuildRequires: xfce-mcs-manager-devel >= 4.2.3
+BuildRequires: libxfcegui4-devel >= 4.3.99.1
+BuildRequires: libxfce4mcs-devel >= 4.3.99.1
+BuildRequires: xfce-mcs-manager-devel >= 4.3.99.1
 BuildRequires: startup-notification-devel
-BuildRequires: gettext
+BuildRequires: gettext intltool
 BuildRequires: imake
 BuildRequires: libXt-devel
 BuildRequires: xorg-x11-server-utils
+Requires: fortune-mod
 
 %description
 xfce4-session is the session manager for the Xfce desktop environment.
@@ -59,19 +60,37 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog ChangeLog.pre-xfce-devel NEWS README TODO
 %{_bindir}/*
 %{_datadir}/applications/*
-%{_datadir}/icons/*
-%{_datadir}/xfce4/*
+%{_datadir}/icons/hicolor/128x128/apps/xfce4-session.png
+%{_datadir}/icons/hicolor/48x48/apps/xfce4-session.png
+%{_datadir}/icons/hicolor/48x48/apps/xfce4-splash.png
+%{_datadir}/icons/hicolor/48x48/apps/xfsm-logout.png
+%{_datadir}/icons/hicolor/48x48/apps/xfsm-reboot.png
+%{_datadir}/icons/hicolor/48x48/apps/xfsm-shutdown.png
+%{_datadir}/icons/hicolor/64x64/apps/xfsm-gnome-kde-logo.png
+%{_datadir}/icons/hicolor/72x72/apps/xfsm-trash-hilight.png
+%{_datadir}/icons/hicolor/72x72/apps/xfsm-trash-normal.png
+%{_datadir}/icons/hicolor/scalable/apps/xfce4-session.svg
+%{_datadir}/icons/hicolor/scalable/apps/xfsm-shutdown.svg
+%{_datadir}/xfce4/doc/*/images/*
+%{_datadir}/xfce4/doc/*/*.html
+%{_datadir}/xfce4/tips/tips
+%{_datadir}/xfce4/tips/tips.dat
 %{_libdir}/lib*.so.*
 %{_libdir}/xfce4/mcs-plugins/*
 %{_libdir}/xfce4/splash/engines/libmice.*
 %{_libexecdir}/xfsm-shutdown-helper
 %{_mandir}/man1/*
-%{_sysconfdir}/xdg/xfce4-session/*
+%config(noreplace) %{_sysconfdir}/xdg/xfce4-session/xfce4-session.rc
+%config(noreplace) %{_sysconfdir}/xdg/autostart/xfce4-tips-autostart.desktop
 
 %files devel
 %defattr(-,root,root)
@@ -88,8 +107,25 @@
 %{_libexecdir}/balou-*
 
 %changelog
-* Tue Aug 29 2006 Kevin Fenzi <kevin at tummy.com> - 4.2.3-4
-- Rebuild for fc6
+* Wed Oct  4 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-5
+- Bump release for devel checkin
+
+* Sun Sep 24 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-4
+- Don't own doc directories that xfdesktop owns. 
+
+* Sun Sep 17 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-3
+- Only own icons, not any of the icon dirs. 
+
+* Tue Sep 12 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-2
+- Add Requires for fortune-mod, needed for xfce4-tips
+
+* Sun Sep  3 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.99.1-1
+- Upgrade to 4.3.99.1
+- Fix macros in changelog
+- Add post/postun ldconfig
+
+* Wed Jul 12 2006 Kevin Fenzi <kevin at tummy.com> - 4.3.90.2-1
+- Upgrade to 4.3.90.2
 
 * Thu Feb 16 2006 Kevin Fenzi <kevin at tummy.com> - 4.2.3-3.fc5
 - Rebuild for fc5
@@ -122,8 +158,8 @@
 - Updated to 4.2.1 version
 
 * Tue Mar  8 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-2
-- Fixed to use %find_lang
-- Removed generic INSTALL from %doc
+- Fixed to use %%find_lang
+- Removed generic INSTALL from %%doc
 
 * Sun Mar  6 2005 Kevin Fenzi <kevin at tummy.com> - 4.2.0-1
 - Inital Fedora Extras version


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Nov 2005 17:45:02 -0000	1.4
+++ sources	5 Oct 2006 02:53:42 -0000	1.5
@@ -1 +1 @@
-e3685ace007f065eadbd7acce6fa61e8  xfce4-session-4.2.3.tar.gz
+98c20381becc6fa84fae40be888b2ac7  xfce4-session-4.3.99.1.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	12 Nov 2005 17:45:02 -0000	1.4
+++ .cvsignore	5 Oct 2006 02:53:42 -0000	1.5
@@ -1 +1 @@
-xfce4-session-4.2.3.tar.gz
+xfce4-session-4.3.99.1.tar.bz2




More information about the fedora-extras-commits mailing list