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

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


Author: cwickert

Update of /cvs/pkgs/rpms/thunar-shares/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1406/devel

Modified Files:
	.cvsignore sources 
Added Files:
	thunar-shares.spec 
Log Message:
Initial import of thunar-shares.



--- 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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-shares/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Apr 2008 21:30:51 -0000	1.1
+++ .cvsignore	16 Apr 2008 23:28:27 -0000	1.2
@@ -0,0 +1 @@
+thunar-shares-0.10.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/thunar-shares/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Apr 2008 21:30:51 -0000	1.1
+++ sources	16 Apr 2008 23:28:27 -0000	1.2
@@ -0,0 +1 @@
+64b23eec63c65f50b3a068f15d757067  thunar-shares-0.10.tar.bz2




More information about the scm-commits mailing list