[smb4k] Initial import (#799651)

Sérgio Monteiro Basto sergiomb at fedoraproject.org
Fri Apr 6 23:59:00 UTC 2012


commit e89558d63d98836ed2547e11ec40c7d5e612230b
Author: Sérgio Basto <sergio at serjux.com>
Date:   Sat Apr 7 00:54:08 2012 +0100

    Initial import (#799651)

 .gitignore   |    1 +
 dead.package |    1 -
 smb4k.spec   |  284 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 4 files changed, 286 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dcccc3f..e221149 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 smb4k-0.10.7.tar.bz2
+/smb4k-1.0.1.tar.bz2
diff --git a/smb4k.spec b/smb4k.spec
new file mode 100644
index 0000000..23ef527
--- /dev/null
+++ b/smb4k.spec
@@ -0,0 +1,284 @@
+Name:		smb4k
+Version:	1.0.1
+Release:	4%{?dist}
+Summary:	The SMB/CIFS Share Browser for KDE
+
+Group:		Applications/Internet
+License:	GPLv2+
+URL:		http://smb4k.sourceforge.net/
+
+Source0: http://downloads.sourceforge.net/smb4k/%{name}-%{version}.tar.bz2
+
+BuildRequires:	cmake >= 2.6.0
+BuildRequires:	kdelibs4-devel >= 4.4.0
+BuildRequires:	gettext
+Requires:	samba-client
+Requires:	kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
+
+%description
+Smb4K is an SMB/CIFS share browser for KDE. It uses the Samba software suite to
+access the SMB/CIFS shares of the local network neighborhood. Its purpose is to
+provide a program that's easy to use and has as many features as possible.
+
+%prep
+%setup -q
+
+%build
+mkdir -p %{_target_platform}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
+
+make %{?_smp_mflags} -C %{_target_platform}
+
+%install
+make install DESTDIR=%{buildroot} -C %{_target_platform}
+# delete .so 
+rm %{buildroot}%{_kde4_libdir}/libsmb4kc*.so
+
+# add-category Network becuase is Network application, search and map and computer on LAN.
+# add-category KDE , because is Application based on KDE libraries.
+# add-category Utility, because Small utility application
+desktop-file-install --vendor="" \
+	--dir=%{buildroot}%{_kde4_datadir}/applications/kde4 \
+	--add-category Network \
+	--add-category KDE \
+	--add-category Utility \
+	%{buildroot}%{_kde4_datadir}/applications/kde4/smb4k.desktop
+
+desktop-file-validate %{buildroot}/%{_kde4_datadir}/applications/kde4/smb4k.desktop
+
+%find_lang %{name} --with-kde
+
+%post
+/sbin/ldconfig
+/bin/touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null || :
+/bin/touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
+
+%postun
+/sbin/ldconfig
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null
+    /bin/touch --no-create %{_kde4_iconsdir}/oxygen &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || :
+    /usr/bin/gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
+fi
+/usr/bin/update-desktop-database &> /dev/null || :
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || :
+/usr/bin/gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || :
+
+%files -f %{name}.lang
+%doc AUTHORS BUGS ChangeLog COPYING README TODO
+%{_kde4_bindir}/*
+%{_kde4_libdir}/kde4/smb4k*
+%{_kde4_libdir}/libsmb4k*
+%{_kde4_datadir}/applications/kde4/smb4k.desktop
+%{_kde4_datadir}/config.kcfg/smb4k.kcfg
+%{_kde4_iconsdir}/hicolor/*/apps/smb4k.png
+%{_kde4_iconsdir}/oxygen/*/apps/smb4k.png
+%{_kde4_appsdir}/kconf_update/*
+%{_kde4_appsdir}/smb4k/
+%{_kde4_libexecdir}/mounthelper
+%{_sysconfdir}/dbus-1/system.d/de.berlios.smb4k.mounthelper.conf
+%{_datadir}/dbus-1/system-services/de.berlios.smb4k.mounthelper.service
+%{_datadir}/polkit-1/actions/de.berlios.smb4k.mounthelper.policy
+
+%changelog
+* Mon Apr 2 2012 Sérgio Basto <sergio at serjux.com> - 1.0.1-4
+- a little review
+
+* Wed Mar 28 2012 Sérgio Basto <sergio at serjux.com> - 1.0.1-3
+- new review 
+
+* Tue Mar 27 2012 Sérgio Basto <sergio at serjux.com> - 1.0.1-2
+- review
+- remove devel subpackage
+
+* Sat Mar 24 2012 Sérgio Basto <sergio at serjux.com> - 1.0.1-1
+- New upstream version 1.0.1
+- some cleanups for fedora-review.
+
+* Sun Dec 4 2011 Sérgio Basto <sergio at serjux.com> - 0.10.12-1
+- update to 0.10.12
+- drop qtstring upstreamed patch 
+
+* Thu Dec 1 2011 Sérgio Basto <sergio at serjux.com> - 0.10.11-1
+- update to 0.10.11
+- patch a qtstring to fix a compile error.
+- update homepage project and url source.
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.7-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Jun 21 2010 Marcin Garski <mgarski[AT]post.pl> 0.10.7-1
+- Update to 0.10.7 (fix #574904)
+
+* Wed Nov 25 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.10.4-2
+- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
+
+* Sat Oct 24 2009 Marcin Garski <mgarski[AT]post.pl> 0.10.4-1
+- Update to 0.10.4
+- Proper update of sudoers (#527401)
+- Add kdesu to Requires (#499720)
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Sun Mar 15 2009 Marcin Garski <mgarski[AT]post.pl> 0.10.2-1
+- Update to 0.10.2
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sat Oct 18 2008 Marcin Garski <mgarski[AT]post.pl> 0.10.1-1
+- Update to 0.10.1
+
+* Thu Sep 04 2008 Marcin Garski <mgarski[AT]post.pl> 0.10.0-2
+- Update to 0.10.0
+
+* Wed Jul 30 2008 Marcin Garski <mgarski[AT]post.pl> 0.9.6-1
+- Update to 0.9.6
+
+* Mon Jun 02 2008 Marcin Garski <mgarski[AT]post.pl> 0.9.5-1
+- Update to 0.9.5
+
+* Tue Apr 29 2008 Marcin Garski <mgarski[AT]post.pl> 0.9.4-1
+- Update to 0.9.4
+
+* Sat Mar 01 2008 Marcin Garski <mgarski[AT]post.pl> 0.9.3-2
+- Include .la files (bug #435149)
+
+* Tue Feb 26 2008 Marcin Garski <mgarski[AT]post.pl> 0.9.3-1
+- Update to 0.9.3
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.2-4
+- Autorebuild for GCC 4.3
+
+* Sat Jan 26 2008 Marcin Garski <mgarski[AT]post.pl> 0.9.2-3
+- Update to 0.9.2
+- Don't compile Konqueror plugin
+
+* Sat Dec 08 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.7-3
+- Fix BR's to compile on rawhide
+
+* Sun Dec 02 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.7-2
+- Add qt-devel to BR
+
+* Sun Dec 02 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.7-1
+- Update to 0.8.7
+
+* Sun Nov 11 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.6-1
+- Update to 0.8.6
+
+* Thu Sep 27 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.5-1
+- Update to 0.8.5
+
+* Fri Aug 31 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.4-2
+- Fix license tag
+
+* Fri Aug 03 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.4-1
+- Update to 0.8.4
+- Preserve upstream .desktop vendor
+
+* Thu May 03 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.3-1
+- Updated to version 0.8.3
+
+* Tue May 01 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.2-1
+- Updated to version 0.8.2
+- Spec file cleanup
+
+* Tue Apr 10 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.1-1
+- Updated to version 0.8.1
+
+* Mon Jan 01 2007 Marcin Garski <mgarski[AT]post.pl> 0.8.0-1
+- Updated to version 0.8.0
+
+* Tue Nov 28 2006 Marcin Garski <mgarski[AT]post.pl> 0.7.5-1
+- Updated to version 0.7.5
+
+* Tue Nov 14 2006 Marcin Garski <mgarski[AT]post.pl> 0.7.4-1
+- Updated to version 0.7.4
+
+* Wed Sep 27 2006 Marcin Garski <mgarski[AT]post.pl> 0.7.3-1
+- Updated to version 0.7.3
+
+* Fri Sep 01 2006 Marcin Garski <mgarski[AT]post.pl> 0.7.2-2
+- Rebuild for Fedora Core 6
+- Spec tweak
+
+* Fri Aug 18 2006 Marcin Garski <mgarski[AT]post.pl> 0.7.2-1
+- Updated to version 0.7.2
+
+* Mon Jun 19 2006 Marcin Garski <mgarski[AT]post.pl> 0.7.1-1
+- Updated to version 0.7.1
+- Drop smb4k-0.6.5-desktop.patch (merged upstream)
+
+* Tue Apr 25 2006 Marcin Garski <mgarski[AT]post.pl> 0.7.0-1
+- Updated to version 0.7.0, comment --enable-final
+
+* Tue Apr 18 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.10-1
+- Updated to version 0.6.10
+
+* Fri Mar 24 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.9-1
+- Updated to version 0.6.9
+
+* Fri Feb 24 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.8-1
+- Updated to version 0.6.8
+
+* Fri Feb 17 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.7-4
+- Updated smb4k-0.6.8-mount.patch
+
+* Fri Feb 17 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.7-3
+- Add support of mount.cifs/umount.cifs (bug #181638)
+- Remove smb4k-0.6.5-buff.patch
+
+* Tue Feb 14 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.7-2
+- Rebuild
+
+* Wed Feb 08 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.7-1
+- Updated to version 0.6.7
+
+* Wed Feb 01 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.5-5
+- Fix GCC warnings
+- Don't own KDE directories
+
+* Wed Jan 18 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.5-4
+- Remove libxml2 from BR
+- Add workaround for broken libtool archive (made by Dawid Gajownik)
+
+* Sun Jan 15 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.5-3
+- Get rid of desktop-file-utils
+- Add --disable-dependency-tracking & --enable-final
+
+* Thu Jan 12 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.5-2
+- Add kdebase-devel to BuildRequires
+
+* Wed Jan 11 2006 Marcin Garski <mgarski[AT]post.pl> 0.6.5-1
+- Updated to version 0.6.5 && spec cleanup for FE
+
+* Sun Sep 05 2004 Marcin Garski <mgarski[AT]post.pl> 0.4.1a-1.fc2
+- Updated to version 0.4.1a
+
+* Thu Aug 31 2004 Marcin Garski <mgarski[AT]post.pl> 0.4.1-1.fc2
+- Updated to version 0.4.1
+
+* Wed Jun 02 2004 Marcin Garski <mgarski[AT]post.pl> 0.4.0-3.fc2
+- Rebuild for Fedora Core 2
+
+* Thu May 06 2004 Marcin Garski <mgarski[AT]post.pl> 0.4.0-2
+- Convert pl.po to UTF-8
+
+* Thu May 06 2004 Marcin Garski <mgarski[AT]post.pl> 0.4.0-1
+- Update to 0.4.0
+
+* Wed Jan 21 2004 Marcin Garski <mgarski[AT]post.pl> 0.3.2-1
+- Rebuild for Fedora Core 1
+
+* Thu Dec 18 2003 Marcin Garski <mgarski[AT]post.pl> 0.3.1-3
+- Cleanup specfile
+
+* Fri Nov 27 2003 Marcin Garski <mgarski[AT]post.pl> 0.3.1-2
+- Initial specfile based on specfile by Ian Geiser <geiseri[AT]msoe.edu>
diff --git a/sources b/sources
new file mode 100644
index 0000000..6b1b98d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+c4b515e482ef7a7a834a3b660e1ee4d0  smb4k-1.0.1.tar.bz2


More information about the scm-commits mailing list