aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec7
-rw-r--r--arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec3
-rw-r--r--factor/msieve/msieve.spec7
-rw-r--r--factor/yafu/yafu.spec7
-rw-r--r--guix/emacs-bui/emacs-bui.spec7
-rw-r--r--guix/emacs-dash/emacs-dash.spec7
-rw-r--r--guix/emacs-geiser/emacs-geiser.spec7
-rw-r--r--guix/emacs-guix/emacs-guix.spec7
-rw-r--r--guix/emacs-magit/emacs-magit.spec7
-rw-r--r--guix/emacs-with-editor/emacs-with-editor.spec7
-rw-r--r--guix/guile-json/guile-json.spec7
-rw-r--r--guix/guile-ssh/guile-ssh.spec7
-rw-r--r--qelly/qelly/qelly.spec7
-rw-r--r--tcc/tcc/tcc.spec7
14 files changed, 67 insertions, 27 deletions
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec
index 9635eae..e9c6997 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-binutils/arm-linux-gnueabi-binutils.spec
@@ -8,7 +8,7 @@
Name: %{cross_triplet}-binutils
Version: 2.29.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A GNU collection of binary utilities (%{cross_triplet})
Group: Development/Tools
@@ -24,7 +24,7 @@ Requires: %{cross_triplet}-filesystem
%prep
-%setup -qn binutils-%{version}
+%autosetup -n binutils-%{version} -p1
%build
@@ -89,6 +89,9 @@ rm -rf %{buildroot}%{_infodir}
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.29.1-3
+- Use autosetup macro
+
* Thu Dec 07 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.29.1-2
- Fix build ID conflict for Fedora 27 and later
diff --git a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec
index 46d91c3..043326f 100644
--- a/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec
+++ b/arm-linux-gnueabi-toolchain/arm-linux-gnueabi-kernel-headers/arm-linux-gnueabi-kernel-headers.spec
@@ -23,7 +23,7 @@ Requires: %{cross_triplet}-filesystem
%prep
-%setup -qn linux-%{kversion}
+%autosetup -n linux-%{kversion} -p1
%build
@@ -126,6 +126,7 @@ find %{buildroot}%{cross_sysroot} -name ..install.cmd -delete
%changelog
* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.5-1
- Update to 4.14.5
+- Use autosetup macro
* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 4.14.4-1
- Update to 4.14.4
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
diff --git a/factor/yafu/yafu.spec b/factor/yafu/yafu.spec
index 8eab6ca..6f9386b 100644
--- a/factor/yafu/yafu.spec
+++ b/factor/yafu/yafu.spec
@@ -1,6 +1,6 @@
Name: yafu
Version: 1.34
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Automated integer factorization
Group: Applications/Engineering
@@ -21,7 +21,7 @@ utilize multi- or many-core processors (including SNFS, GNFS, SIQS, and ECM).
%prep
-%setup -qn %{name}-%{version}.3
+%autosetup -n %{name}-%{version}.3 -p1
%build
@@ -46,6 +46,9 @@ install -m 755 yafu %{buildroot}%{_bindir}
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-11
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.34-10
- Rebuilt for Fedora 27 and 28
diff --git a/guix/emacs-bui/emacs-bui.spec b/guix/emacs-bui/emacs-bui.spec
index a1ac917..2b6bf36 100644
--- a/guix/emacs-bui/emacs-bui.spec
+++ b/guix/emacs-bui/emacs-bui.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 1.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Buffer interface library for Emacs
Group: Applications/Editors
@@ -25,7 +25,7 @@ buffers, functions, etc.).
%prep
-%setup -q -n bui.el-%{version}
+%autosetup -n bui.el-%{version} -p1
%build
@@ -49,6 +49,9 @@ install -m 644 *.el %{buildroot}%{_emacs_sitelispdir}/bui/
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-4
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.1.0-3
- Rebuilt for Fedora 27 and 28
diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec
index 75d0a84..60ee01c 100644
--- a/guix/emacs-dash/emacs-dash.spec
+++ b/guix/emacs-dash/emacs-dash.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.13.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Dash is a modern list library for Emacs
Group: Applications/Editors
@@ -21,7 +21,7 @@ Emacs. No cl required.
%prep
-%setup -q -n dash.el-%{version}
+%autosetup -n dash.el-%{version} -p1
%build
@@ -60,6 +60,9 @@ fi
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-4
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.13.0-3
- Rebuilt for Fedora 27 and 28
diff --git a/guix/emacs-geiser/emacs-geiser.spec b/guix/emacs-geiser/emacs-geiser.spec
index b18bcea..9d20099 100644
--- a/guix/emacs-geiser/emacs-geiser.spec
+++ b/guix/emacs-geiser/emacs-geiser.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.9
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Geiser is an Emacs environment to hack and have fun in Scheme
Group: Applications/Editors
@@ -27,7 +27,7 @@ keep the Lisp Machine Spirit alive.
%prep
-%setup -q -n %{pkg}-%{version}
+%autosetup -n %{pkg}-%{version} -p1
%build
@@ -68,6 +68,9 @@ fi
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-5
+- Use autosetup macro
+
* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9-4
- Use HTTPS to download the source
diff --git a/guix/emacs-guix/emacs-guix.spec b/guix/emacs-guix/emacs-guix.spec
index 8e9945b..642a0ca 100644
--- a/guix/emacs-guix/emacs-guix.spec
+++ b/guix/emacs-guix/emacs-guix.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 0.3.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Emacs-Guix is an Emacs interface for GNU Guix package manager
Group: Applications/Editors
@@ -39,7 +39,7 @@ available info about packages and to do many other things.
%prep
-%setup -q
+%autosetup -p1
%build
@@ -95,6 +95,9 @@ fi
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.3.3-2
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.3.3-1
- Update to 0.3.3
diff --git a/guix/emacs-magit/emacs-magit.spec b/guix/emacs-magit/emacs-magit.spec
index 93a143f..51c965e 100644
--- a/guix/emacs-magit/emacs-magit.spec
+++ b/guix/emacs-magit/emacs-magit.spec
@@ -13,7 +13,7 @@
Name: emacs-%{pkg}
Version: 2.11.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Emacs interface to the most common Git operations
Group: Applications/Editors
@@ -36,7 +36,7 @@ the Git source-code management system that aims to make the most
common operations convenient.
%prep
-%setup -q -n magit-%{version}
+%autosetup -n magit-%{version} -p1
%build
make \
@@ -81,6 +81,9 @@ fi
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.11.0-3
+- Use autosetup macro
+
* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.11.0-2
- Use HTTPS in URL
diff --git a/guix/emacs-with-editor/emacs-with-editor.spec b/guix/emacs-with-editor/emacs-with-editor.spec
index 6b64d0c..eb4bade 100644
--- a/guix/emacs-with-editor/emacs-with-editor.spec
+++ b/guix/emacs-with-editor/emacs-with-editor.spec
@@ -3,7 +3,7 @@
Name: emacs-%{pkg}
Version: 2.7.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Use the Emacsclient as the editor of child processes
Group: Applications/Editors
@@ -23,7 +23,7 @@ call home.
%prep
-%setup -q -n with-editor-%{version}
+%autosetup -n with-editor-%{version} -p1
%build
@@ -62,6 +62,9 @@ fi
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-3
+- Use autosetup macro
+
* Sat Dec 09 2017 Ting-Wei Lan <lantw44@gmail.com> - 2.7.0-2
- Use HTTPS in URL
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index 75916b9..daadc6d 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -2,7 +2,7 @@
Name: guile-json
Version: 0.6.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: JSON module for Guile
License: LGPLv3+
@@ -24,7 +24,7 @@ features:
%prep
-%setup -q
+%autosetup -p1
%build
@@ -52,6 +52,9 @@ make %{?_smp_mflags}
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-5
+- Use autosetup macro
+
* Sun Dec 10 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.6.0-4
- Remove noarch because .go files are not architecture-independent
diff --git a/guix/guile-ssh/guile-ssh.spec b/guix/guile-ssh/guile-ssh.spec
index 5e06a53..c6cd3d6 100644
--- a/guix/guile-ssh/guile-ssh.spec
+++ b/guix/guile-ssh/guile-ssh.spec
@@ -1,6 +1,6 @@
Name: guile-ssh
Version: 0.11.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A library that provides access to the SSH protocol for GNU Guile
License: GPLv3+
@@ -22,7 +22,7 @@ written in GNU Guile interpreter. It is built upon the libssh library.
%prep
-%setup -q
+%autosetup -p1
%build
@@ -79,6 +79,9 @@ fi
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.2-3
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.11.2-2
- Rebuilt for Fedora 27 and 28
diff --git a/qelly/qelly/qelly.spec b/qelly/qelly/qelly.spec
index 74f8568..5300df9 100644
--- a/qelly/qelly/qelly.spec
+++ b/qelly/qelly/qelly.spec
@@ -1,6 +1,6 @@
Name: qelly
Version: 1.0
-Release: 0.9.beta%{?dist}
+Release: 0.10.beta%{?dist}
Summary: Qelly is a Qt port of Nally
%global real_name Qelly
@@ -22,7 +22,7 @@ minimal effort. The project is currently only a Qt version of Nally (hence the
name), but more features from other Telnet/SSH clients are also planned.
%prep
-%setup -q -n %{real_name}-%{real_version}
+%autosetup -n %{real_name}-%{real_version} -p1
%build
%{qmake_qt4}
@@ -41,6 +41,9 @@ install -m 755 "bin/Qelly" "%{buildroot}/usr/bin"
%doc AUTHORS CHANGES README.md
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.10.beta
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 1.0-0.9.beta
- Use qmake_qt4 macro instead of _qt4_qmake macro
- Fix build failure on Fedora 27 and 28
diff --git a/tcc/tcc/tcc.spec b/tcc/tcc/tcc.spec
index f2a7ee4..d6f7491 100644
--- a/tcc/tcc/tcc.spec
+++ b/tcc/tcc/tcc.spec
@@ -12,7 +12,7 @@
Name: %{pkg_fullname}
Version: 0.9.26
-Release: 13%{?dist}
+Release: 14%{?dist}
Summary: Tiny C Compiler
Group: Development/Languages
@@ -27,7 +27,7 @@ Tiny C Compiler is a small C compiler, which can already compile itself.
It can also run C source code as a script.
%prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version} -p1
%build
./configure --prefix=%{_prefix} --libdir=%{_libdir} \
@@ -101,6 +101,9 @@ fi
%doc Changelog README TODO VERSION tcc-doc.html
%changelog
+* Mon Dec 11 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-14
+- Use autosetup macro
+
* Mon Oct 16 2017 Ting-Wei Lan <lantw44@gmail.com> - 0.9.26-13
- Rebuilt for Fedora 27 and 28