Hello community, here is the log from the commit of package kradio for openSUSE:Factory checked in at Tue Oct 18 14:19:09 CEST 2011.
-------- --- openSUSE:Factory/kradio/kradio.changes 2011-09-23 02:07:14.000000000 +0200 +++ /mounts/work_src_done/STABLE/kradio/kradio.changes 2011-09-17 12:00:16.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Sep 16 13:00:21 UTC 2011 - [email protected] + +- Fixed self-obsoletes (fix for RPMLINT warning) +- Added ffmpeg optional buildrequires (needed for streaming support) +- Cleaned up spec file formatting + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kradio.spec ++++++ --- /var/tmp/diff_new_pack.n5pziV/_old 2011-10-18 14:19:00.000000000 +0200 +++ /var/tmp/diff_new_pack.n5pziV/_new 2011-10-18 14:19:00.000000000 +0200 @@ -15,23 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - +%bcond_with ffmpeg Name: kradio Version: 4.0.2 Release: 6 License: GPLv2+ +Summary: A comfortable KDE4 AM/FM radio application +Url: http://kradio.sourceforge.net Group: Hardware/Radio Source: http://sourceforge.net/projects/kradio/files/kradio/%{version}/kradio4-%{version}.tar.bz2 Patch0: suse_docdir.patch Patch1: kradio-desktop-file.diff -Url: http://kradio.sourceforge.net -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes libkde4-devel >= 4.2.0 libogg-devel libsndfile-devel libvorbis-devel lirc-devel -Summary: A comfortable KDE4 AM/FM radio application +BuildRequires: fdupes +BuildRequires: libkde4-devel >= 4.2.0 +BuildRequires: libsndfile-devel +BuildRequires: libvorbis-devel +BuildRequires: lirc-devel +%if %{with ffmpeg} +BuildRequires: libffmpeg-devel +BuildRequires: libmms-devel +%endif Provides: kde4-kradio = 4.0.1 -Obsoletes: kde4-kradio <= 4.0.1 +Obsoletes: kde4-kradio < 4.0.1 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %kde4_runtime_requires %description @@ -57,14 +64,6 @@ As KRadio is based on an extendable plugin architecture, contributions of new plugins (e.g. Internet Radio Streams, new cool GUIs) are welcome. - -Authors: --------- - Martin Witte [email protected] - Marcus Camen [email protected] - Klas Kalass [email protected] - Frank Schwanz [email protected] - %prep %setup -q -n kradio4-%{version} %patch0 -p1 @@ -75,31 +74,27 @@ %make_jobs %install -%makeinstall +%make_install %suse_update_desktop_file -G "KDE Radio Tuner" kradio4 AudioVideo Tuner %kde_post_install %fdupes %{buildroot} %find_lang kradio4 --all-name %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig -%clean -test "%{buildroot}" != "/" && %__rm -rf %{buildroot} - %files -f kradio4.lang %defattr(-,root,root) -%{_docdir}/%{name} -%{_docdir}/%{name}/* -%{_bindir}/kradio4 -%{_bindir}/kradio4-convert-presets -%{_libdir}/kradio4 -%{_datadir}/applications/kde4/kradio4.desktop %{_datadir}/pixmaps/kradio4.png -%dir %{_datadir}/icons/??color/* -%dir %{_datadir}/icons/??color/*/* -%{_datadir}/icons/??color/*/*/kradio* -%{_kde_share_dir}/apps/kradio4 +%{_docdir}/%{name} +%exclude %{_docdir}/%{name}/INSTALL +%{_kde4_applicationsdir}/kradio4.desktop +%{_kde4_appsdir}/kradio4 +%{_kde4_bindir}/kradio4 +%{_kde4_bindir}/kradio4-convert-presets +%{_kde4_iconsdir}/hicolor/330x330 +%{_kde4_iconsdir}/locolor/24x24 +%{_kde4_iconsdir}/??color/*/*/*.png +%{_kde4_libdir}/kradio4 %changelog continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
