SPECS: hwreport.spec - no need for CFLAGS - rel 1
shadzik
shadzik at pld-linux.org
Thu Jul 19 17:39:19 CEST 2007
Author: shadzik Date: Thu Jul 19 15:39:19 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- no need for CFLAGS
- rel 1
---- Files affected:
SPECS:
hwreport.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/hwreport.spec
diff -u SPECS/hwreport.spec:1.2 SPECS/hwreport.spec:1.3
--- SPECS/hwreport.spec:1.2 Thu Jul 19 17:36:46 2007
+++ SPECS/hwreport.spec Thu Jul 19 17:39:14 2007
@@ -7,7 +7,7 @@
Summary(pl.UTF-8): Zbiera informacje dla strony hardware4linux
Name: hwreport
Version: 0.9
-Release: 0.1
+Release: 1
License: GPL v2
Group: Applications/System
Source0: http://hardware4linux.info/res/%{name}-%{version}.tar.bz2
@@ -45,7 +45,7 @@
sbindir = %{_sbindir}
all: Makefile $(TARGET)
$(TARGET): $(OBJECTS)
- $(CC) $(CFLAGS) $(LDFLAGS) -o $(TARGET) $(OBJECTS)
+ $(CC) $(LDFLAGS) -o $(TARGET) $(OBJECTS)
clean:
rm -f $(OBJECTS) $(TARGET)
@@ -60,7 +60,6 @@
%build
%{__make} \
CC="%{__cc}"
- CFLAGS="%{rpmcflags}" \
LDFLAGS="%{rpmldflags}"
%install
@@ -83,6 +82,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/07/19 15:39:14 shadzik
+- no need for CFLAGS
+- rel 1
+
Revision 1.2 2007/07/19 15:36:46 shadzik
- better Makefile
- kill unneeded BR
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/hwreport.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list