rpms/thunar-shares/F-8 thunar-shares.spec,NONE,1.1

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Wed Apr 16 23:52:33 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/thunar-shares/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2268/F-8

Added Files:
	thunar-shares.spec 
Log Message:
add missing spec


--- NEW FILE thunar-shares.spec ---
%define thunarver 0.9.0

Name:           thunar-shares
Version:        0.10
Release:        1%{?dist}
Summary:        Thunar file manager extension to share files using Samba

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://thunar-shares.googlecode.com
Source0:        http://thunar-shares.googlecode.com/files/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  Thunar-devel >= %{thunarver}, libxfcegui4-devel >= 4.4.0
BuildRequires:  libxml2-devel, gettext, perl(XML::Parser)
Requires:       Thunar >= %{thunarver}, samba

%description
A Thunar file manager extension to share files using Samba. The backend is 
based on nautilus-share.


%prep
%setup -q


%build
%configure --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/thunarx-1/%{name}.la

%clean
rm -rf $RPM_BUILD_ROOT


%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi


%files 
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%{_libdir}/thunarx-1/%{name}.so
%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
%{_datadir}/thunar-shares/


%changelog
* Mon Apr 14 2008 Christoph Wickert <fedora christoph-wickert de> - 0.10-1
- Initial Fedora RPM




More information about the fedora-extras-commits mailing list