SUNWxdg-user-dirs-gtk.spec
changeset 15650 dbcf7e3715dd
parent 13571 f4298fb04fde
child 16280 462de9e707f7
equal deleted inserted replaced
15649:241f195b9ae0 15650:dbcf7e3715dd
    21 SUNW_BaseDir:        %{_basedir}
    21 SUNW_BaseDir:        %{_basedir}
    22 SUNW_Copyright:      %{name}.copyright
    22 SUNW_Copyright:      %{name}.copyright
    23 BuildRoot:           %{_tmppath}/%{name}-%{version}-build
    23 BuildRoot:           %{_tmppath}/%{name}-%{version}-build
    24 %include default-depend.inc
    24 %include default-depend.inc
    25 
    25 
       
    26 Requires: SUNWgtk2
    26 Requires: %name-root
    27 Requires: %name-root
    27 Requires: SUNWxdg-user-dirs
    28 Requires: SUNWxdg-user-dirs
       
    29 BuildRequires: SUNWgtk2-devel
    28 
    30 
    29 %if %build_l10n
    31 %if %build_l10n
    30 %package l10n
    32 %package l10n
    31 Summary:             %{summary} - l10n files
    33 Summary:             %{summary} - l10n files
    32 SUNW_BaseDir:        %{_basedir}
    34 SUNW_BaseDir:        %{_basedir}
    36 
    38 
    37 %package root
    39 %package root
    38 Summary:             %{summary} - / filesystem
    40 Summary:             %{summary} - / filesystem
    39 SUNW_BaseDir:        /
    41 SUNW_BaseDir:        /
    40 %include default-depend.inc
    42 %include default-depend.inc
    41 
       
    42 
    43 
    43 %prep
    44 %prep
    44 %setup -c -q -n %{name}-%{version}
    45 %setup -c -q -n %{name}-%{version}
    45 #unzip the manpage tarball
    46 #unzip the manpage tarball
    46 cd %{_builddir}/%{name}-%{version}
    47 cd %{_builddir}/%{name}-%{version}
    86 %endif
    87 %endif
    87 
    88 
    88 %clean
    89 %clean
    89 rm -rf $RPM_BUILD_ROOT
    90 rm -rf $RPM_BUILD_ROOT
    90 
    91 
    91 
       
    92 %files
    92 %files
    93 %defattr (-, root, bin)
    93 %defattr (-, root, bin)
    94 %{_bindir}
    94 %{_bindir}
    95 %dir %attr(0755, root, sys) %{_datadir}
    95 %dir %attr(0755, root, sys) %{_datadir}
    96 %dir %attr(0755, root, bin) %{_mandir}
    96 %dir %attr(0755, root, bin) %{_mandir}
   110 %files root
   110 %files root
   111 %defattr (-, root, sys)
   111 %defattr (-, root, sys)
   112 %dir %attr (0755, root, sys) %{_sysconfdir}
   112 %dir %attr (0755, root, sys) %{_sysconfdir}
   113 %{_sysconfdir}/*
   113 %{_sysconfdir}/*
   114 
   114 
   115 
       
   116 %changelog
   115 %changelog
   117 * Fri Sep 12 2008 - [email protected]
   116 * Fri Sep 12 2008 - [email protected]
   118 - Update copyright
   117 - Update copyright
   119 * Tue Sep 09 2008 - [email protected]
   118 * Tue Sep 09 2008 - [email protected]
   120 - Bump to 0.8, change from gz to bz2.
   119 - Bump to 0.8, change from gz to bz2.
   121 * Fri Apr 04 2008 - [email protected]
   120 * Fri Apr 04 2008 - [email protected]
   122 - Add manpages
   121 - Add manpages
   123 * Fri Feb 22 2008 - [email protected]
   122 * Fri Feb 22 2008 - [email protected]
   124 - initial version - 0.7
   123 - initial version - 0.7
       
   124