[packages/clan] - updated to 0.8.1 - updated info patch - removed obsolete osl patch

qboosh qboosh at pld-linux.org
Fri Oct 11 18:19:50 CEST 2019


commit ae5a53df1b517122faf54ace105076f75c48ce0c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Oct 11 18:23:10 2019 +0200

    - updated to 0.8.1
    - updated info patch
    - removed obsolete osl patch

 clan-info.patch | 20 ++++++++++----------
 clan-osl.patch  | 11 -----------
 clan.spec       | 16 +++++++++-------
 3 files changed, 19 insertions(+), 28 deletions(-)
---
diff --git a/clan.spec b/clan.spec
index 1f4627f..1ccc005 100644
--- a/clan.spec
+++ b/clan.spec
@@ -1,15 +1,16 @@
 Summary:	Clan - a Polyhedral Representation Extraction Tool for C-Based High Level Languages
 Summary(pl.UTF-8):	Clan - narzędzie do tworzenia reprezentacji wielościanowej dla języków opartych na C
 Name:		clan
-Version:	0.8.0
-Release:	3
+Version:	0.8.1
+Release:	1
 License:	LGPL v3+
 Group:		Libraries
-#Source0Download: http://icps.u-strasbg.fr/people/bastoul/public_html/development/clan/
-Source0:	http://icps.u-strasbg.fr/people/bastoul/public_html/development/clan/docs/%{name}-%{version}.tar.gz
-# Source0-md5:	0dcba7f4bdf32159405f27ebce439d63
+##Source0Download: http://icps.u-strasbg.fr/people/bastoul/public_html/development/clan/
+#Source0:	http://icps.u-strasbg.fr/people/bastoul/public_html/development/clan/docs/%{name}-%{version}.tar.gz
+#Source0Download: https://github.com/periscop/clan/releases
+Source0:	https://github.com/periscop/clan/releases/download/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	bffd26cc8b1360e47245ef71cea78aa3
 Patch0:		%{name}-info.patch
-Patch1:		%{name}-osl.patch
 URL:		http://icps.u-strasbg.fr/people/bastoul/public_html/development/clan/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake
@@ -73,7 +74,6 @@ Statyczna biblioteka Clan.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -115,6 +115,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libclan.so
 %{_libdir}/libclan.la
+%dir %{_libdir}/clan
+%{_libdir}/clan/clan-config.cmake
 %{_includedir}/clan
 %{_infodir}/clan.info*
 
diff --git a/clan-info.patch b/clan-info.patch
index 8e73333..7f1f8b4 100644
--- a/clan-info.patch
+++ b/clan-info.patch
@@ -1,19 +1,19 @@
---- clan-0.8.0/doc/Makefile.am.orig	2014-10-05 15:00:13.715909221 +0200
-+++ clan-0.8.0/doc/Makefile.am	2014-10-05 15:00:20.782575591 +0200
-@@ -65,10 +65,11 @@
- 	clan.texi				\
+--- clan-0.8.1/doc/Makefile.am.orig	2019-10-11 17:41:24.006874824 +0200
++++ clan-0.8.1/doc/Makefile.am	2019-10-11 17:49:58.994084899 +0200
+@@ -65,10 +65,10 @@
+ 	clan.texi \
  	clan.pdf
  
 +info_TEXINFOS =
-+AM_MAKEINFOHTMLFLAGS    = --no-headers --no-split
++AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
  if GENERATE_DOC
- # Unfortunately the following is not supported conditionaly
--#info_TEXINFOS		= clan.texi
--#AM_MAKEINFOHTMLFLAGS    = --no-headers --no-split
-+info_TEXINFOS		+= clan.texi
+-# Unfortunately the following is not supported conditionaly
+-#info_TEXINFOS = clan.texi
+-#AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
++info_TEXINFOS += clan.texi
  
  clan.pdf: clan.texi
- 	$(TEXI2PDF) clan.texi
+ 	$(TEXI2PDF) $<
 --- clan-0.8.0/doc/clan.texi.orig	2014-06-03 17:55:58.000000000 +0200
 +++ clan-0.8.0/doc/clan.texi	2014-10-05 14:52:41.125928208 +0200
 @@ -33,6 +33,11 @@
diff --git a/clan-osl.patch b/clan-osl.patch
deleted file mode 100644
index e33aa67..0000000
--- a/clan-osl.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- clan-0.8.0/configure.ac.orig	2014-06-03 17:55:27.000000000 +0200
-+++ clan-0.8.0/configure.ac	2014-10-05 15:06:02.102561268 +0200
-@@ -204,7 +204,7 @@
- 	if test "x$with_osl_exec_prefix" != "x"; then
- 		OSL_LDFLAGS="-L$with_osl_exec_prefix/lib"
- 	fi
--	OSL_LIBS="$with_osl_exec_prefix/lib/libosl.la -losl"
-+	OSL_LIBS="-losl"
- esac
- AM_CONDITIONAL(BUNDLED_OSL, test $with_osl = bundled)
- 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/clan.git/commitdiff/ae5a53df1b517122faf54ace105076f75c48ce0c



More information about the pld-cvs-commit mailing list