SPECS: sparse.spec - up to 0.4
arekm
arekm at pld-linux.org
Wed Sep 19 09:51:43 CEST 2007
Author: arekm Date: Wed Sep 19 07:51:43 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.4
---- Files affected:
SPECS:
sparse.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/sparse.spec
diff -u SPECS/sparse.spec:1.2 SPECS/sparse.spec:1.3
--- SPECS/sparse.spec:1.2 Thu May 10 19:22:42 2007
+++ SPECS/sparse.spec Wed Sep 19 09:51:38 2007
@@ -2,12 +2,12 @@
Summary: Sparse - a semantic parser of source files
Summary(pl.UTF-8): Sparse - analizator semantyczny plików źródlowych
Name: sparse
-Version: 0.3
+Version: 0.4
Release: 1
License: GPL
Group: Development/Debuggers
Source0: http://kernel.org/pub/software/devel/sparse/dist/%{name}-%{version}.tar.gz
-# Source0-md5: daa548bb52f64f00498ad646e5786c0a
+# Source0-md5: dedd6043e7665ab134c20a45ecbc030c
URL: http://kernel.org/pub/software/devel/sparse/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -45,13 +45,16 @@
%{__make} \
CC="%{__cc}" \
CFLAGS="%{rpmcflags} -fpic" \
- LDFLAGS="%{rpmldflags}"
+ LDFLAGS="%{rpmldflags}" \
+ PREFIX="%{_prefix}" \
+ LIBDIR="%{_libdir}"
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
PREFIX="%{_prefix}" \
+ LIBDIR="%{_libdir}" \
DESTDIR=$RPM_BUILD_ROOT
%clean
@@ -64,6 +67,7 @@
%{_includedir}/%{name}
%{_libdir}/*.a
%{_pkgconfigdir}/*.pc
+%{_mandir}/man1/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -71,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/09/19 07:51:38 arekm
+- up to 0.4
+
Revision 1.2 2007/05/10 17:22:42 qboosh
- pl, URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sparse.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list