Version 1.23
This commit is contained in:
parent
f425986493
commit
53d3b70b3f
2 changed files with 4 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
Name: cliquer
|
||||
Version: 1.22
|
||||
Version: 1.23
|
||||
Release: %autorelease
|
||||
Summary: Find cliques in arbitrary weighted graphs
|
||||
|
||||
|
|
@ -65,9 +65,6 @@ sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|||
# Add missing executable bit
|
||||
chmod 0755 %{buildroot}%{_libdir}/libcliquer.so.1.*
|
||||
|
||||
# We do not want the libtool archive
|
||||
rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
# We do not want to install the examples
|
||||
rm -fr %{buildroot}%{_datadir}/%{name}
|
||||
|
||||
|
|
@ -79,7 +76,7 @@ mkdir -p %{buildroot}%{_mandir}/man1
|
|||
cp -p %{SOURCE4} %{buildroot}%{_mandir}/man1
|
||||
|
||||
%check
|
||||
LD_LIBRARY_PATH=. make test CFLAGS="%build_cflags"
|
||||
LD_LIBRARY_PATH=$PWD make test
|
||||
|
||||
%files
|
||||
%doc cliquer*.pdf
|
||||
|
|
@ -94,6 +91,7 @@ LD_LIBRARY_PATH=. make test CFLAGS="%build_cflags"
|
|||
%files devel
|
||||
%{_includedir}/%{name}/
|
||||
%{_libdir}/libcliquer.so
|
||||
%{_libdir}/pkgconfig/libcliquer.pc
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,4 +1,4 @@
|
|||
SHA512 (cliquer-1.22.tar.gz) = 3285cb0a3987ff730d9f9b25419a98201f399daf28444179ba8902211ddda87adcc7189f5b94f062d0648039a1b6217b80c8db482887d7dc8552b20459eff861
|
||||
SHA512 (cliquer-1.23.tar.gz) = ba3af2de31bfc34a742af7ee6edead648b0acc2b47c2afcc3a408ffb651c4d424778bf1aa41dd843a3028c7d30f4daa15b15964b8fac2e1b36686eebc85acf3c
|
||||
SHA512 (cliquer.pdf) = 00d0bbcef826b301a563121868aa63fc420857b162211c74c5d09750f6a6e3a17cf184b783b2517f7af87296c896f55073331d608799101d0377f679269d9f36
|
||||
SHA512 (cliquer_bm.pdf) = 50a4114e99c806b2149d9397fb6cb78a45d9be12b6fabe9b787cee180a593ce12d47698056f4c4a387ee99fea099c9517441d05b8fbc346bc2a86777d2dfed6d
|
||||
SHA512 (cliquer_fm.pdf) = a82947612f79aef90f6343f1c4d50977f42bd26c3548965092b9dcffd1003a525beeef5631fe85c5f5a779938e9f608b4cc6baffd75379d1ed92b48309cae9df
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue