Hello community, here is the log from the commit of package cpufrequtils for openSUSE:11.4 checked in at Tue May 10 17:30:22 CEST 2011.
-------- --- old-versions/11.4/all/cpufrequtils/cpufrequtils.changes 2011-01-10 15:58:28.000000000 +0100 +++ 11.4/cpufrequtils/cpufrequtils.changes 2011-05-03 21:47:19.000000000 +0200 @@ -1,0 +2,6 @@ +Tue May 3 00:28:48 UTC 2011 - [email protected] + +- Create a devel package as it's required for building additional + applications + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/cpufrequtils Destination is old-versions/11.4/UPDATES/all/cpufrequtils calling whatdependson for 11.4-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpufrequtils.spec ++++++ --- /var/tmp/diff_new_pack.NbRqtU/_old 2011-05-10 17:29:00.000000000 +0200 +++ /var/tmp/diff_new_pack.NbRqtU/_new 2011-05-10 17:29:00.000000000 +0200 @@ -23,7 +23,7 @@ BuildRequires: doxygen lynx Url: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html Version: 008 -Release: 3 +Release: 6.<RELEASE7> Summary: Tools to Determine and Set CPUfreq Settings License: GPLv2+ Group: System/Base @@ -64,6 +64,15 @@ -------- Christian Kornacker <[email protected]> +%package devel +License: GPLv2+ +Summary: Development files for cpufrequtils +Group: Development/Libraries/C and C++ +Requires: %{name} >= %{version} + +%description devel +Files required for cpufreq userspace tools development + %prep %setup -q -a 3 @@ -87,10 +96,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples mv $RPM_BUILD_ROOT/%{_docdir}/%{name}/cpufreq-bench_script.sh $RPM_BUILD_ROOT/%{_docdir}/%{name}/examples %find_lang %{name} -# Nobody uses these, remove them. If somebody needs them, we could -# create a devel subpackage -rm $RPM_BUILD_ROOT/usr/include/cpufreq.h -rm $RPM_BUILD_ROOT/%{_libdir}/libcpufreq.so mkdir -p $RPM_BUILD_ROOT/%{_sbindir} mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8 @@ -106,7 +111,7 @@ %files -f %{name}.lang %defattr (-,root,root) -%{_libdir}/libcpufreq.* +%{_libdir}/libcpufreq.*.0 %{_mandir}/man1/cpufreq* %{_mandir}/man8/turbostat* %{_sbindir}/turbostat @@ -119,11 +124,16 @@ %config /etc/cpufreq-bench.conf /usr/sbin/cpufreq-bench /usr/bin/cpufreq-bench_plot.sh -# Can't use %doc because I want to avoid cpufrequtils-bench doc dir +# Can't use %%doc because I want to avoid cpufrequtils-bench doc dir # and use the cpufrequtils doc dir instead %dir %{_docdir}/%{name} %dir %{_docdir}/%{name}/examples %{_docdir}/%{name}/examples/cpufreq-bench_script.sh %{_docdir}/%{name}/README-BENCH +%files devel +%defattr (-,root,root) +/usr/include/cpufreq.h +%{_libdir}/libcpufreq.so + %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
