12fa993
12fa993
Summary: Basic desktop integration functions 
12fa993
Name:    xdg-utils
12fa993
Version: 1.0 
7ee8380
Release: 1%{?dist}
12fa993
12fa993
URL:     http://portland.freedesktop.org/ 
07bd039
Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz
12fa993
License: MIT 
12fa993
Group:   System Environment/Base
12fa993
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12fa993
BuildArch: noarch
12fa993
12fa993
# Not really used (yet)
12fa993
#BuildRequires: xmlto
12fa993
12fa993
Requires: desktop-file-utils
12fa993
## kde-config
12fa993
#Requires: kdelibs
12fa993
# update-gtk-icon-cache
12fa993
#Requires: gtk2
12fa993
12fa993
12fa993
%description
12fa993
The xdg-utils package is a set of simple scripts that provide basic
12fa993
desktop integration functions for any Free Desktop, such as Linux.
12fa993
They are intended to provide a set of defacto standards.  
12fa993
This means that:
12fa993
*  Third party software developers can rely on these xdg-utils
12fa993
   for all of their simple integration needs.
12fa993
*  Developers of desktop environments can make sure that their
12fa993
   environments are well supported
12fa993
*  Distribution vendors can provide custom versions of these utilities
12fa993
12fa993
The following scripts are provided at this time:
dae801e
* xdg-desktop-menu      Install desktop menu items
dae801e
* xdg-desktop-icon      Install icons to the desktop
dae801e
* xdg-icon-resource     Install icon resources
dae801e
* xdg-mime              Query information about file type handling and
dae801e
                        install descriptions for new file types
dae801e
* xdg-open              Open a file or URL in the user's preferred application
dae801e
* xdg-email             Send mail using the user's preferred e-mail composer
dae801e
* xdg-screensaver       Control the screensaver
12fa993
12fa993
12fa993
%prep
07bd039
%setup -q -n %{name}-%{version}%{?beta}
12fa993
12fa993
12fa993
%build
12fa993
%configure
12fa993
12fa993
make %{?_smp_mflags}
12fa993
12fa993
12fa993
%install
12fa993
rm -rf $RPM_BUILD_ROOT
12fa993
12fa993
make install DESTDIR=$RPM_BUILD_ROOT
12fa993
12fa993
12fa993
%files
12fa993
%defattr(-,root,root,-)
12fa993
%doc ChangeLog LICENSE README TODO
12fa993
%{_bindir}/xdg-*
12fa993
%{_mandir}/man1/xdg-*
12fa993
12fa993
12fa993
%clean
12fa993
rm -rf $RPM_BUILD_ROOT
12fa993
12fa993
12fa993
%changelog
7ee8380
* Tue Oct 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-1
7ee8380
- 1.0(final)
7ee8380
dae801e
* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.9.rc1
dae801e
- update %%description (#208926)
dae801e
b579746
* Wed Sep 20 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.8.rc1
b579746
- 1.0rc1
b579746
843b2ea
* Fri Sep 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.7.beta4
843b2ea
- 1.0beta4
843b2ea
07bd039
* Mon Aug 21 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.6.beta3
843b2ea
- 1.0beta3
07bd039
64a8b28
* Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.5.20060721
64a8b28
- Release: append/use %%{?dist}
64a8b28
12fa993
* Wed Jul 26 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.4.20060721
12fa993
- specfile cosmetics, tabs -> spaces
12fa993
- %%makeinstall -> make install DESTDIR=...
12fa993
12fa993
* Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.3.20060721
12fa993
- 20060721 snapshot
12fa993
- optgnome.patch
12fa993
12fa993
* Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.2.beta1
12fa993
- Requires: desktop-file-utils
12fa993
12fa993
* Mon Jul 24 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0-0.1.beta1
12fa993
- 1.0beta1
12fa993