]> git.pld-linux.org Git - packages/clan.git/commitdiff
- updated to 0.8.1 auto/th/clan-0.8.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Oct 2019 16:23:10 +0000 (18:23 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 11 Oct 2019 16:23:10 +0000 (18:23 +0200)
- updated info patch
- removed obsolete osl patch

clan-info.patch
clan-osl.patch [deleted file]
clan.spec

index 8e733332d8e9778a48a200f9b435954ddb9131ed..7f1f8b4406376354160d5a21a7ed89cf79909aec 100644 (file)
@@ -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 (file)
index e33aa67..0000000
+++ /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)
index 1f4627f5dca8f2c8e8885404e4bfca0c63456bb4..1ccc005c8268b98d708c27545a28e023fc129d13 100644 (file)
--- 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*
 
This page took 0.149868 seconds and 4 git commands to generate.