rpms/thunar-shares-plugin/F-10 thunar-shares-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Mon Feb 23 19:57:42 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/thunar-shares-plugin/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv508

Modified Files:
	.cvsignore sources 
Added Files:
	thunar-shares-plugin.spec 
Log Message:
* Mon Feb 16 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0-1
- Initial Fedora RPM based on the former thunar-shares package



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

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

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://goodies.xfce.org/projects/thunar-plugins/%{name}
Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  Thunar-devel >= %{thunarver}, libxfcegui4-devel >= 4.4.0
BuildRequires:  intltool, gettext
Requires:       Thunar >= %{thunarver}, samba >= 3.0.22
# The provides is supposed to be removed in F12
Provides:       thunar-shares = 0.16-2
Obsoletes:      thunar-shares < 0.16-2

%description
The Thunar Shares plugin allows you to quickly share a folder using Samba from
Thunar (the Xfce file manager) without requiring root access. It's  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
%find_lang %{name}


%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 -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog README TODO
%{_libdir}/thunarx-1/%{name}.so


%changelog
* Mon Feb 16 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0-1
- Initial Fedora RPM based on the former thunar-shares package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-shares-plugin/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Feb 2009 19:38:26 -0000	1.1
+++ .cvsignore	23 Feb 2009 19:57:11 -0000	1.2
@@ -0,0 +1 @@
+thunar-shares-plugin-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-shares-plugin/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Feb 2009 19:38:27 -0000	1.1
+++ sources	23 Feb 2009 19:57:11 -0000	1.2
@@ -0,0 +1 @@
+80659565406f838585a867443aad4102  thunar-shares-plugin-0.2.0.tar.gz




More information about the scm-commits mailing list