aboutsummaryrefslogtreecommitdiffstats
path: root/factor/msieve
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2017-12-12 16:27:33 +0800
committerTing-Wei Lan <lantw44@gmail.com>2017-12-12 16:27:33 +0800
commit0fae38a456d1ab76ba7e7a3a49c2f704aa39d293 (patch)
tree1aa1c46fe8b3fe8ec7e039a8ab70f033d86e8e4a /factor/msieve
parentd36f15caaabee8c40eef62353e49ad5305935cd1 (diff)
downloadcopr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar
copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.gz
copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.bz2
copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.lz
copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.xz
copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.tar.zst
copr-rpm-spec-0fae38a456d1ab76ba7e7a3a49c2f704aa39d293.zip
Use autosetup macro
Diffstat (limited to 'factor/msieve')
-rw-r--r--factor/msieve/msieve.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/factor/msieve/msieve.spec b/factor/msieve/msieve.spec
index 0b7bc7e..68cc406 100644
--- a/factor/msieve/msieve.spec
+++ b/factor/msieve/msieve.spec
@@ -1,6 +1,6 @@
Name: msieve
Version: 1.53
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Msieve is a C library to factor large integers.
Group: Applications/Engineering
@@ -17,7 +17,7 @@ integers. It contains an implementation of the SIQS and GNFS algorithms; the
latter has helped complete some of the largest public factorizations known.
%prep
-%setup -qn %{name}-%{version}
+%autosetup -n %{name}-%{version} -p1
%build
@@ -40,6 +40,9 @@ install -m 644 libmsieve.a %{buildroot}%{_libdir}
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-4
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.53-3
- Rebuilt for Fedora 27 and 28