New upstream release.
This commit is contained in:
parent
a77d13b46a
commit
8345187200
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/ocamlgraph-1.8.5.tar.gz
|
/ocamlgraph-1.8.5.tar.gz
|
||||||
/ocamlgraph-1.8.6.tar.gz
|
/ocamlgraph-1.8.6.tar.gz
|
||||||
|
/ocamlgraph-1.8.7.tar.gz
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ocaml-ocamlgraph
|
Name: ocaml-ocamlgraph
|
||||||
Version: 1.8.6
|
Version: 1.8.7
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OCaml library for arc and node graphs
|
Summary: OCaml library for arc and node graphs
|
||||||
|
|
||||||
License: LGPLv2 with exceptions
|
License: LGPLv2 with exceptions
|
||||||
@ -67,9 +67,6 @@ The %{name}-tools package contains graph editing tools for use with
|
|||||||
|
|
||||||
cp -p %{SOURCE1} .
|
cp -p %{SOURCE1} .
|
||||||
|
|
||||||
# Remove spurious executable bits
|
|
||||||
find . -name '*.ml*' -perm /0111 | xargs chmod a-x
|
|
||||||
|
|
||||||
# Fix encoding
|
# Fix encoding
|
||||||
for fil in CHANGES COPYING CREDITS; do
|
for fil in CHANGES COPYING CREDITS; do
|
||||||
iconv -f latin1 -t utf-8 $fil > $fil.utf8
|
iconv -f latin1 -t utf-8 $fil > $fil.utf8
|
||||||
@ -139,7 +136,7 @@ install -m 0755 -p view_graph/viewgraph.byte \
|
|||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc CHANGES README dox-devel/*
|
%doc CHANGES README.adoc dox-devel/*
|
||||||
%if %opt
|
%if %opt
|
||||||
%{ocaml_destdir}/*/*.a
|
%{ocaml_destdir}/*/*.a
|
||||||
%{ocaml_destdir}/*/*.cmxa
|
%{ocaml_destdir}/*/*.cmxa
|
||||||
@ -154,6 +151,9 @@ install -m 0755 -p view_graph/viewgraph.byte \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 16 2016 Jerry James <loganjerry@gmail.com> - 1.8.7-1
|
||||||
|
- New upstream release
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.6-6
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.6-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user