[packages/sparse] - updated to 0.6.0 - removed obsolete llvm patch - devel part no longer installed

qboosh qboosh at pld-linux.org
Sat Mar 30 16:27:57 CET 2019


commit bf29ecfd132f75b71179f369419ac9260bbbef5a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Mar 30 16:34:00 2019 +0100

    - updated to 0.6.0
    - removed obsolete llvm patch
    - devel part no longer installed

 sparse-llvm.patch | 11 -----------
 sparse.spec       | 11 +++--------
 2 files changed, 3 insertions(+), 19 deletions(-)
---
diff --git a/sparse.spec b/sparse.spec
index 2aaee79..4d2cdca 100644
--- a/sparse.spec
+++ b/sparse.spec
@@ -1,13 +1,12 @@
 Summary:	Sparse - a semantic parser of source files
 Summary(pl.UTF-8):	Sparse - analizator semantyczny plików źródłowych
 Name:		sparse
-Version:	0.5.2
-Release:	3
+Version:	0.6.0
+Release:	1
 License:	OSL v1.1
 Group:		Development/Debuggers
 Source0:	https://www.kernel.org/pub/software/devel/sparse/dist/%{name}-%{version}.tar.xz
-# Source0-md5:	1eeec1b3cd53caedfad6175df4fa87a6
-Patch0:		%{name}-llvm.patch
+# Source0-md5:	2723361d267250723b8225256df9aa70
 URL:		https://www.kernel.org/pub/software/devel/sparse/
 BuildRequires:	gtk+3-devel >= 3.0
 BuildRequires:	libxml2-devel >= 2.0
@@ -46,7 +45,6 @@ czym są _typy_ obejmowane przez grupowanie.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
@@ -77,8 +75,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/sparse-llvm
 %attr(755,root,root) %{_bindir}/sparsec
 %attr(755,root,root) %{_bindir}/test-inspect
-%{_includedir}/%{name}
-%{_libdir}/libsparse.a
-%{_pkgconfigdir}/sparse.pc
 %{_mandir}/man1/cgcc.1*
 %{_mandir}/man1/sparse.1*
diff --git a/sparse-llvm.patch b/sparse-llvm.patch
deleted file mode 100644
index f3341df..0000000
--- a/sparse-llvm.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- sparse-0.5.2/Makefile.orig	2018-04-13 17:15:41.000000000 +0200
-+++ sparse-0.5.2/Makefile	2018-11-26 20:14:30.999238925 +0100
-@@ -90,7 +90,7 @@
- endif
- 
- ifeq ($(HAVE_LLVM),yes)
--ifeq ($(shell uname -m | grep -q '\(i386\|x86\)' && echo ok),ok)
-+ifeq ($(shell uname -m | grep -q '\(i[3456]86\|x86\)' && echo ok),ok)
- LLVM_VERSION:=$(shell $(LLVM_CONFIG) --version)
- ifeq ($(shell expr "$(LLVM_VERSION)" : '[3-9]\.'),2)
- LLVM_PROGS := sparse-llvm
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sparse.git/commitdiff/bf29ecfd132f75b71179f369419ac9260bbbef5a



More information about the pld-cvs-commit mailing list