SUNWgnome-display-mgr.spec
changeset 16248 329c07ce78ac
parent 16234 438eca6ff2af
child 16308 dcf21c19a5ef
equal deleted inserted replaced
16247:a18d7328c65c 16248:329c07ce78ac
    21 Source2:                 svc-gdm
    21 Source2:                 svc-gdm
    22 # gdmdynamic is wrapper script for ck-seat-tool and ck-list-sessions.
    22 # gdmdynamic is wrapper script for ck-seat-tool and ck-list-sessions.
    23 # This script is for back compatible for SRSS.
    23 # This script is for back compatible for SRSS.
    24 # Should be removed when SRSS using ck-seat-tool and ck-list-sessions instead.
    24 # Should be removed when SRSS using ck-seat-tool and ck-list-sessions instead.
    25 Source3:                 gdmdynamic
    25 Source3:                 gdmdynamic
       
    26 Source4:                 xterm.desktop
    26 SUNW_BaseDir:            %{_basedir}
    27 SUNW_BaseDir:            %{_basedir}
    27 SUNW_Copyright:          %{name}.copyright
    28 SUNW_Copyright:          %{name}.copyright
    28 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
    29 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
    29 
    30 
    30 %include default-depend.inc
    31 %include default-depend.inc
    97 install --mode=0444 %SOURCE1 $RPM_BUILD_ROOT/var/svc/manifest/application/graphical-login
    98 install --mode=0444 %SOURCE1 $RPM_BUILD_ROOT/var/svc/manifest/application/graphical-login
    98 install -d $RPM_BUILD_ROOT/lib/svc/method
    99 install -d $RPM_BUILD_ROOT/lib/svc/method
    99 cp %SOURCE2 $RPM_BUILD_ROOT/lib/svc/method/
   100 cp %SOURCE2 $RPM_BUILD_ROOT/lib/svc/method/
   100 
   101 
   101 install --mode=0744 %SOURCE3 $RPM_BUILD_ROOT/%{_bindir}/
   102 install --mode=0744 %SOURCE3 $RPM_BUILD_ROOT/%{_bindir}/
       
   103 
       
   104 # Install fail safe desktop
       
   105 install -d $RPM_BUILD_ROOT/%{_datadir}/xsessions
       
   106 install --mode=0644 %SOURCE4 $RPM_BUILD_ROOT/%{_datadir}/xsessions/
   102 
   107 
   103 # Create the 'interface' directory so that user's session scripts can be
   108 # Create the 'interface' directory so that user's session scripts can be
   104 # run by gdm and which are populated by other applications.
   109 # run by gdm and which are populated by other applications.
   105 install -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinitrc.d
   110 install -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinitrc.d
   106 
   111 
   173 %{_datadir}/icons/hicolor/*/apps/*
   178 %{_datadir}/icons/hicolor/*/apps/*
   174 %{_datadir}/omf/gdm/*-C.omf
   179 %{_datadir}/omf/gdm/*-C.omf
   175 %dir %attr (0755, root, other) %{_datadir}/pixmaps
   180 %dir %attr (0755, root, other) %{_datadir}/pixmaps
   176 %{_datadir}/gnome-2.0/*
   181 %{_datadir}/gnome-2.0/*
   177 %{_datadir}/pixmaps/*
   182 %{_datadir}/pixmaps/*
       
   183 %{_datadir}/xsessions/*
   178 %dir %attr(0755, root, bin) %{_mandir}
   184 %dir %attr(0755, root, bin) %{_mandir}
   179 %dir %attr(0755, root, bin) %{_mandir}/man1
   185 %dir %attr(0755, root, bin) %{_mandir}/man1
   180 %dir %attr(0755, root, bin) %{_mandir}/man1m
   186 %dir %attr(0755, root, bin) %{_mandir}/man1m
   181 %{_mandir}/man1/*
   187 %{_mandir}/man1/*
   182 %{_mandir}/man1m/*
   188 %{_mandir}/man1m/*
   225 %{_datadir}/gnome/*help/*/[a-z]*
   231 %{_datadir}/gnome/*help/*/[a-z]*
   226 %{_datadir}/omf/gdm/*-[a-z]*.omf
   232 %{_datadir}/omf/gdm/*-[a-z]*.omf
   227 %endif
   233 %endif
   228 
   234 
   229 %changelog
   235 %changelog
       
   236 * Wed Aug 12 2009 - [email protected]
       
   237 - Add xterm.desktop for fail safe.
   230 * Tue Aug 11 2009 - [email protected]
   238 * Tue Aug 11 2009 - [email protected]
   231 - Add gdmdynamic as Source3
   239 - Add gdmdynamic as Source3
   232 * Mon Jul 27 2009 - [email protected]
   240 * Mon Jul 27 2009 - [email protected]
   233 - We bump gdm to 2.27.4, this is a rewrite release compared gdm 2.20x version,
   241 - We bump gdm to 2.27.4, this is a rewrite release compared gdm 2.20x version,
   234   rework totally.
   242   rework totally.