Hello community, here is the log from the commit of package varmon checked in at Thu May 25 00:54:28 CEST 2006. -------- --- varmon/varmon.changes 2006-01-25 21:42:30.000000000 +0100 +++ varmon/varmon.changes 2006-05-24 23:10:09.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 24 23:09:58 CEST 2006 - schwab@suse.de + +- Use RPM_OPT_FLAGS. +- Don't strip binaries. + +------------------------------------------------------------------- New: ---- makefile.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ varmon.spec ++++++ --- /var/tmp/diff_new_pack.MMDugI/_old 2006-05-25 00:54:14.000000000 +0200 +++ /var/tmp/diff_new_pack.MMDugI/_new 2006-05-25 00:54:14.000000000 +0200 @@ -1,26 +1,26 @@ # # spec file for package varmon (Version 1.0.2) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://www.suse.de/feedback/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: varmon Summary: Mylex DAC960 RAID Controller Monitoring Tool - License: GPL Group: Hardware/Other Autoreqprov: on Version: 1.0.2 -Release: 575 +Release: 587 Source: varmon-1.0.2.tar.gz Patch: varmon-1.0.2.dif Patch1: gcc4.dif +Patch2: makefile.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -38,23 +38,27 @@ %setup -n varmon-1.0.2 %patch %patch1 +%patch2 rm -f varmon %build -make +make CFLAGS="$RPM_OPT_FLAGS" %install -test -n "$RPM_BUILD_ROOT" && rm -Rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/sbin install varmon $RPM_BUILD_ROOT/sbin/ %clean +rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) /sbin/varmon %changelog -n varmon +* Wed May 24 2006 - schwab@suse.de +- Use RPM_OPT_FLAGS. +- Don't strip binaries. * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Sun Apr 24 2005 - aj@suse.de ++++++ makefile.diff ++++++ --- Makefile +++ Makefile @@ -3,10 +3,9 @@ # Author Dragan Stancevic <visitor@valinux.com> strip: varmon - strip varmon varmon: olddel - gcc -o varmon varmon.c -Wall -lncurses + gcc -o varmon varmon.c -Wall $(CFLAGS) -lncurses static: varmon_st strip varmon ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de