Update to recent subversion snapshot.

This commit is contained in:
Jerry James 2012-01-10 16:20:28 -07:00
parent 98f8a24ce8
commit 1af8b5f18c
3 changed files with 754 additions and 328 deletions

View File

@ -1 +1 @@
78da1267ffbbbd8a87a02bac476f6642 stp-0.1.tar.xz
e23ce5a6ef6cc34ce289c2d4eb948efe stp-0.1.tar.xz

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,11 @@
# Upstream occasionally releases a subversion snapshot, but no "regular"
# releases since the 0.1 release.
%global svnver 1434
%global svntim 20111130svn
%global svnver 1493
%global svntim 20120109svn
Name: stp
Version: 0.1
Release: 7.%{svntim}%{?dist}
Release: 8.%{svntim}%{?dist}
Summary: Constraint solver/decision procedure
Group: Applications/Engineering
@ -50,7 +50,7 @@ Additional information can be found at:
%package devel
Summary: Development files for STP constraint solver/decision procedure
Group: Applications/Engineering
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release}
# This "devel" package provides a static (not dynamic) library because:
# 1. This is the normal usage mode when linking this as a library;
@ -109,6 +109,9 @@ make install PREFIX=%{buildroot}%{_prefix} LIB_DIR=%{buildroot}%{_libdir}
%{_includedir}/stp/
%changelog
* Tue Jan 10 2012 Jerry James <loganjerry@gmail.com> - 0.1-8.20120109svn
- Update to recent subversion snapshot
* Tue Dec 13 2011 Jerry James <loganjerry@gmail.com> - 0.1-7.20111130svn
- Update to recent subversion snapshot
- Minor spec file cleanups