SPECS: sysdiag.spec - update to 0.3.0, sysfs update still needed

glen glen at pld-linux.org
Sun Dec 16 01:13:41 CET 2007


Author: glen                         Date: Sun Dec 16 00:13:41 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 0.3.0, sysfs update still needed

---- Files affected:
SPECS:
   sysdiag.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/sysdiag.spec
diff -u SPECS/sysdiag.spec:1.10 SPECS/sysdiag.spec:1.11
--- SPECS/sysdiag.spec:1.10	Mon Feb 12 23:09:17 2007
+++ SPECS/sysdiag.spec	Sun Dec 16 01:13:36 2007
@@ -1,9 +1,9 @@
 # $Revision$, $Date$
+%define	fver	%(echo %{version} | tr . _)
 Summary:	Command line diagnostics
 Summary(pl.UTF-8):	Narzędzie diagnostyczne działające z linii poleceń
 Name:		sysdiag
 Version:	0.3.0
-%define	fver	%(echo %{version} | tr . _)
 Release:	0.1
 License:	GPL
 Group:		Applications/System
@@ -19,8 +19,6 @@
 BuildRequires:	tdb-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_datadir	%{_sysconfdir}
-
 %description
 sysdiag is a utility that enables the user to run diagnotics on
 devices present on the system. It also enables the user to list all
@@ -44,11 +42,13 @@
 %patch2 -p1
 
 %build
+export CPPFLAGS=-I/usr/include/sysfs
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+	--datadir=%{_sysconfdir}
 
 %{__make}
 
@@ -74,6 +74,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2007-12-16 00:13:36  glen
+- update to 0.3.0, sysfs update still needed
+
 Revision 1.10  2007-02-12 22:09:17  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sysdiag.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list