52 lines
1.2 KiB
RPMSpec
52 lines
1.2 KiB
RPMSpec
|
Name: xdg-user-dirs-gtk
|
||
|
Version: 0.2
|
||
|
Release: 1%{?dist}
|
||
|
Summary: Gnome integration of special directories
|
||
|
|
||
|
Group: User Interface/Desktops
|
||
|
License: GPL
|
||
|
URL: http://freedesktop.org/wiki/Software_2fxdg_2duser_2ddirs
|
||
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/xdg-user-dirs-gtk/0.2/%{name}-%{version}.tar.gz
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||
|
|
||
|
BuildRequires: gettext, gtk2-devel, pkgconfig, perl-XML-Parser
|
||
|
Requires: xdg-user-dirs
|
||
|
|
||
|
%description
|
||
|
Contains some integration of xdg-user-dirs with the gnome
|
||
|
desktop, including creating default bookmarks and detecting
|
||
|
locale changes.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
make %{?_smp_mflags}
|
||
|
|
||
|
|
||
|
%install
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%doc NEWS AUTHORS README ChangeLog COPYING
|
||
|
%{_bindir}/*
|
||
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/user-dirs-update-gtk.desktop
|
||
|
|
||
|
%changelog
|
||
|
* Fri Mar 2 2007 Alexander Larsson <alexl@redhat.com> - 0.2-1
|
||
|
- Update to 0.2
|
||
|
|
||
|
* Fri Mar 2 2007 Alexander Larsson <alexl@redhat.com> - 0.1-2
|
||
|
- Add buildrequires
|
||
|
- Mark autostart file as config
|
||
|
|
||
|
* Wed Feb 28 2007 Alexander Larsson <alexl@redhat.com> - 0.1-1
|
||
|
- Initial version
|
||
|
|