Skip to content

Commit

Permalink
contrib: Update Fedora RPM spec for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonls committed Dec 18, 2014
1 parent 1eb6179 commit 640666c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions contrib/fedora/qsopt_ex.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: An exact, linear programming solver
Name: qsopt_ex
Version: 2.5.10_p1
Version: 2.5.10.2
Release: 1%{dist}
License: GPLv3+
Group: Applications/Engineering
Expand All @@ -17,8 +17,7 @@ Exact linear programming solver. This is a fork of QSopt_ex by Daniel
Espinoza et al. version 2.5.10. The goal of this fork is to update the
software, and in particular the build system, to be more friendly. In
addition the external dependencies have been reduced by removing the
dependency on EGlib and GNU awk. The dependencies may be further reduced
later.
dependency on EGlib, GNU awk and Exuberant Ctags.

This is the base library.

Expand Down Expand Up @@ -51,13 +50,16 @@ rm -f %{buildroot}%{_libdir}/libqsopt_ex.la
%defattr(-,root,root,-)
%doc README.md NEWS.md License.txt
%{_bindir}/esolver
%{_libdir}/libqsopt_ex.so.0
%{_libdir}/libqsopt_ex.so.0.1.1
%{_libdir}/libqsopt_ex.so.2
%{_libdir}/libqsopt_ex.so.2.0.2

%files -n %{name}-devel
%{_libdir}/libqsopt_ex.so
%{_includedir}/qsopt_ex/

%changelog
* Tue Dec 16 2014 Jon Lund Steffensen <[email protected]> -
- Update for release 2.5.10.2

* Sat Nov 29 2014 Jon Lund Steffensen <[email protected]> -
- Initial build.

0 comments on commit 640666c

Please sign in to comment.