Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Evergreen:11.4
sparse
sparse.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sparse.spec of Package sparse
# # spec file for package sparse (Version 0.4.2.git1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: sparse Summary: A semantic parser of source files License: Open Software License 1.1 Group: Development/Tools/Building Version: 0.4.2.git1 Release: 5 %define gitrev v0.4.2-26-g8832df8 AutoReqProv: on Url: https://sparse.wiki.kernel.org/index.php/Main_Page Source: http://www.kernel.org/pub/software/devel/sparse/dist/sparse-%{gitrev}.tar.bz2 Patch0: sparse-gcc_base-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config %description Sparse is a semantic parser of source files: it's neither a compiler (although it could be used as a front-end for one) nor is it a preprocessor (although it contains as a part of it a preprocessing phase). It is meant to be a small - and simple - library. Scanty and meager, and partly because of that easy to use. It has one mission in life: create a semantic parse tree for some arbitrary user for further analysis. It's not a tokenizer, nor is it some generic context-free parser. In fact, context (semantics) is what it's all about - figuring out not just what the grouping of tokens are, but what the _types_ are that the grouping implies. Sparse is primarily used in the development and debugging of the Linux kernel. Authors: -------- Linus Torvalds Josh Triplett Git revision: %{gitrev} %package -n sparse-devel License: Open Software License 1.1 Summary: Devel files for sparse Group: Development/Libraries/C and C++ %description -n sparse-devel Development headers and libraries for sparse. %prep %setup -q -n sparse %patch0 -p1 %build make %{?_smp_mflags} PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} \ PKGCONFIGDIR=%{_datadir}/pkgconfig CFLAGS="%{optflags}" %install make install DESTDIR=$RPM_BUILD_ROOT \ PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} \ PKGCONFIGDIR=%{_datadir}/pkgconfig %files %defattr(-,root,root) %doc LICENSE README FAQ %{_mandir}/man?/* %{_bindir}/* %files -n sparse-devel %defattr(-,root,root) %{_includedir}/sparse %{_libdir}/libsparse.a %{_datadir}/pkgconfig/sparse.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor