rpms/thunar-shares-plugin/devel import.log, NONE, 1.1 thunar-shares-plugin.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Sun Feb 22 20:20:28 UTC 2009


Author: cwickert

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log thunar-shares-plugin.spec 
Log Message:
Initial import of thunar-shares-plugin. Review was at
https://bugzilla.redhat.com/show_bug.cgi?id=486519



--- NEW FILE import.log ---
thunar-shares-plugin-0_2_0-1_fc11:HEAD:thunar-shares-plugin-0.2.0-1.fc11.src.rpm:1235333552


--- 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-3
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 <fedora christoph-wickert de> - 0.2.0-1
- Initial Fedora RPM based on the former thunar-shares package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-shares-plugin/devel/.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	22 Feb 2009 20:19:56 -0000	1.2
@@ -0,0 +1 @@
+thunar-shares-plugin-0.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-shares-plugin/devel/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	22 Feb 2009 20:19:57 -0000	1.2
@@ -0,0 +1 @@
+80659565406f838585a867443aad4102  thunar-shares-plugin-0.2.0.tar.gz




More information about the fedora-extras-commits mailing list