Hello community,

here is the log from the commit of package kvirc for openSUSE:Factory
checked in at Sun Oct 16 12:52:26 CEST 2011.



--------
--- openSUSE:Factory/kvirc/kvirc.changes        2011-09-27 16:07:21.000000000 
+0200
+++ /mounts/work_src_done/STABLE/kvirc/kvirc.changes    2011-10-14 
15:25:32.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Oct 14 15:24:14 UTC 2011 - [email protected]
+
+- Switched to external libraries.  This is the upstream recommended
+  way to build the program and is more secure
+- Removed INSTALL file from documentation (fix for RPMLINT warning)
+- Cleaned up spec file formatting
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kvirc.spec ++++++
--- /var/tmp/diff_new_pack.1HBuep/_old  2011-10-16 12:52:21.000000000 +0200
+++ /var/tmp/diff_new_pack.1HBuep/_new  2011-10-16 12:52:21.000000000 +0200
@@ -26,10 +26,16 @@
 %define         _realversion 4.0
 BuildRequires:  audiofile-devel
 BuildRequires:  fdupes
+BuildRequires:  glibc-devel 
 BuildRequires:  libkde4-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  python-devel
+# use external libraries if available.  This is the upstream recommended way 
to build the package
+%if 0%{?suse_version} >= 1140
+BuildRequires:  libcryptopp-devel
+%endif
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %requires_eq    perl
 %kde4_runtime_requires
@@ -56,9 +62,12 @@
 sed -i -e 's|@CMAKE_KVIRC_BUILD_DATE@||g' cmake/kvirc-config.cmake
 
 %build
-ls
-echo ls
-%cmake_kde4 -d build -- -DWANT_KDE4=ON -DWANT_COEXISTENCE=OFF
+EXTRA_FLAGS="-DWANT_KDE4=ON \
+%if 0%{?suse_version} >= 1140
+             -DWITH_NO_EMBEDDED_CODE=ON \
+%endif
+             -DWANT_COEXISTENCE=OFF"
+%cmake_kde4 -d build -- $EXTRA_FLAGS
 make %{?_smp_mflags} VERBOSE=1
 
 %install
@@ -85,31 +94,17 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc README INSTALL ChangeLog
+%doc README ChangeLog
 %{_kde4_bindir}/kvirc*
 %{_kde4_libdir}/libkvilib*.so.*
-%dir %{_kde4_libdir}/kvirc
-%dir %{_kde4_libdir}/kvirc/%{_realversion}
-%{_kde4_libdir}/kvirc/%{_realversion}/modules
-%dir %{_datadir}/kvirc
-%dir %{_datadir}/kvirc/%{_realversion}
-%{_datadir}/kvirc/%{_realversion}/audio
-%{_datadir}/kvirc/%{_realversion}/doc
-%{_datadir}/kvirc/%{_realversion}/help
-%{_datadir}/kvirc/%{_realversion}/pics
-%{_datadir}/kvirc/%{_realversion}/license
-%{_datadir}/kvirc/%{_realversion}/msgcolors
-%{_datadir}/kvirc/%{_realversion}/modules
-%{_datadir}/kvirc/%{_realversion}/config
-%{_datadir}/kvirc/%{_realversion}/defscript
-%{_datadir}/kvirc/%{_realversion}/locale
-%{_datadir}/kvirc/%{_realversion}/themes
+%{_kde4_libdir}/kvirc/
+%{_datadir}/kvirc/
 %{_datadir}/mime/packages/kvirc.xml
 %{_datadir}/applications/kvirc*.desktop
-%{_datadir}/icons/hicolor
+%{_kde4_iconsdir}/hicolor
 %{_datadir}/pixmaps/kvirc.png
-%{_mandir}/*/man?/kvirc.*
-%{_mandir}/man?/kvirc.*
+%{_kde4_mandir}/*/man?/kvirc.*
+%{_kde4_mandir}/man?/kvirc.*
 
 %files devel
 %defattr(-,root,root)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to