SPECS: bogoseek.spec - updated to 0.3.5 - as-needed patch - pass cc, cflags...
adamg
adamg at pld-linux.org
Sun Dec 28 13:53:06 CET 2008
Author: adamg Date: Sun Dec 28 12:53:06 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.3.5
- as-needed patch
- pass cc, cflags, ldflags
---- Files affected:
SPECS:
bogoseek.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/bogoseek.spec
diff -u SPECS/bogoseek.spec:1.2 SPECS/bogoseek.spec:1.3
--- SPECS/bogoseek.spec:1.2 Thu May 24 22:57:34 2007
+++ SPECS/bogoseek.spec Sun Dec 28 13:53:00 2008
@@ -2,12 +2,13 @@
Summary: Disk Speed Graphs
Summary(pl.UTF-8): Wykresy szybkości dysku
Name: bogoseek
-Version: 0.3.2
+Version: 0.3.5
Release: 1
License: GPL
Group: Applications/System
Source0: http://sweaglesw.com/~djwong/programs/bogodisk/%{name}-%{version}.tar.gz
-# Source0-md5: 3b0e52b9ffd0c77d1fcebb98db743ef0
+# Source0-md5: 6f7f4cfb6d81a592a0e3287316b2c173
+Patch0: %{name}-as-needed.patch
URL: http://sweaglesw.com/~djwong/programs/bogodisk/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -19,10 +20,13 @@
%prep
%setup -q
+%patch0 -p1
%build
-%configure
-%{__make}
+%{__make} \
+ CC="%{__cc}" \
+ CFLAGS="%{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -35,7 +39,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog
+%doc ChangeLog
%attr(755,root,root) %{_bindir}/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -44,6 +48,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2008/12/28 12:53:00 adamg
+- updated to 0.3.5
+- as-needed patch
+- pass cc, cflags, ldflags
+
Revision 1.2 2007/05/24 20:57:34 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bogoseek.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list