Hello community, here is the log from the commit of package smb4k for openSUSE:Factory checked in at Mon Sep 19 18:04:32 CEST 2011.
-------- --- KDE/smb4k/smb4k.changes 2011-03-10 22:49:09.000000000 +0100 +++ smb4k/smb4k.changes 2011-09-15 11:22:06.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Sep 13 12:41:10 UTC 2011 - [email protected] + +- Split translation package (fix for RPMLINT warning) +- Split documentation package (fix for RPMLINT warning) +- Fixed provides (fix for RPMLINT warning) +- Cleaned up spec file formatting + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback KDE/smb4k Destination is smb4k calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ smb4k.spec ++++++ --- /var/tmp/diff_new_pack.xPpHIJ/_old 2011-09-19 18:04:28.000000000 +0200 +++ /var/tmp/diff_new_pack.xPpHIJ/_new 2011-09-19 18:04:28.000000000 +0200 @@ -15,43 +15,50 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: smb4k Version: 0.10.10 Release: 1 -Summary: Advanced Network Neighborhood Browser for KDE - License: GPLv2+ +Summary: Advanced Network Neighborhood Browser for KDE Url: http://smb4k.berlios.de/ Group: Productivity/Networking/Samba -Source0: http://prdownload.berlios.de/smb4k/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build - +Source0: http://download.berlios.de/smb4k/%{name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: gettext BuildRequires: libkde4-devel -%if 0%{?suse_version} -BuildRequires: update-desktop-files -%endif Requires: cifs-utils Requires: samba-client -%kde4_runtime_requires Recommends: enscript Recommends: rsync Recommends: texlive -Recommends: %{name}-lang = %{version} Provides: kde4-smb4k = %{version} +Provides: smb4k-devel = %{version} Obsoletes: kde4-smb4k <= 0.10.2 -Obsoletes: smb4k-devel -Obsoletes: smb4k-doc +Obsoletes: smb4k-devel <= 0.10.2 +Suggests: %{name}-doc = %{version} +Suggests: %{name}-lang = %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%kde4_runtime_requires %description Smb4K is an advanced network neighborhood browser for KDE and a frontend to the programs of the Samba software suite. Its purpose is to provide a program that's easy to use and has as many features as possible. +%package doc +Summary: Documentation for smb4k +Group: Productivity/Networking/Samba +Requires: %{name} = %{version} + +%description doc +Smb4K is an advanced network neighborhood browser for KDE and a frontend to the +programs of the Samba software suite. Its purpose is to provide a program +that's easy to use and has as many features as possible. + +This package provides the documentation for smb4k + %lang_package %prep %setup -q @@ -65,26 +72,23 @@ %make_jobs %install -cd build -%kde4_makeinstall -cd .. - -# Not needed, fix "devel-file-in-non-devel-package" rpmlint warning -rm -f %{buildroot}%{_kde4_libdir}/libsmb4kcore.so -# - -%if 0%{?suse_version} -%suse_update_desktop_file -r %{name} Qt KDE System Network -%endif - -%fdupes -s %{buildroot} - -%find_lang %{name} - -%kde_post_install + cd build + %kde4_makeinstall + cd .. + + # Not needed, fix "devel-file-in-non-devel-package" rpmlint warning + rm -f %{buildroot}%{_kde4_libdir}/libsmb4kcore.so + # + + %if 0%{?suse_version} + %suse_update_desktop_file -r %{name} Qt KDE System Network + %endif + + %fdupes -s %{buildroot} + %find_lang %{name} + %kde_post_install %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %clean @@ -93,32 +97,24 @@ %files %defattr(-,root,root,-) %doc AUTHORS BUGS COPYING ChangeLog FAQ README TODO -%{_kde4_bindir}/smb4k -%{_kde4_bindir}/smb4k_kill -%{_kde4_bindir}/smb4k_mount -%{_kde4_bindir}/smb4k_sudowriter -%{_kde4_bindir}/smb4k_umount -%{_kde4_modulesdir}/libsmb4kconfigdialog.so -%{_kde4_modulesdir}/libsmb4knetworkbrowser.so -%{_kde4_modulesdir}/libsmb4ksearchdialog.so -%{_kde4_modulesdir}/libsmb4ksharesview.so -%{_kde4_libdir}/libsmb4kcore.so* -%{_kde4_libdir}/libsmb4kdialogs.so %{_kde4_applicationsdir}/smb4k.desktop -%doc %lang(en) %{_kde4_htmldir}/en/smb4k/ -%{_kde4_iconsdir}/hicolor/*/apps/smb4k.png -%{_kde4_iconsdir}/oxygen/*/apps/smb4k.png -%{_kde4_appsdir}/kconf_update/authentication1.sh -%{_kde4_appsdir}/kconf_update/network1.sh -%{_kde4_appsdir}/kconf_update/network2.sh -%{_kde4_appsdir}/kconf_update/samba1.sh +%{_kde4_appsdir}/kconf_update/*.sh %{_kde4_appsdir}/kconf_update/smb4ksettings.upd -%{_kde4_appsdir}/kconf_update/userinterface1.sh %{_kde4_appsdir}/smb4k/ -%{_kde4_sharedir}/config.kcfg/smb4k.kcfg +%{_kde4_bindir}/smb4k +%{_kde4_bindir}/smb4k_* +%config %{_kde4_configkcfgdir}/smb4k.kcfg +%{_kde4_iconsdir}/*/*/apps/smb4k.png +%{_kde4_libdir}/libsmb4kcore.so* +%{_kde4_libdir}/libsmb4kdialogs.so +%{_kde4_modulesdir}/libsmb4k*.so %files lang -f %{name}.lang %defattr(-,root,root,-) %exclude %{_kde4_htmldir}/en/smb4k/ +%files doc +%defattr(-,root,root,-) +%doc %lang(en) %{_kde4_htmldir}/en/smb4k/ + %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
