Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37042796
en ru br
Репозитории ALT

Группа :: Сети/Прочее
Пакет: bitcoin

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: bitcoin-25.0-alt1.patch
Скачать


 .gear/bitcoin.spec                                 | 200 +++++++++++++++++++++
 .gear/rules                                        |   3 +
 .../tags/63a7adcc6922c27fc3a39c7cfa5dec84fbeea397  |  24 +++
 .gear/tags/list                                    |   1 +
 4 files changed, 228 insertions(+)
diff --git a/.gear/bitcoin.spec b/.gear/bitcoin.spec
new file mode 100644
index 000000000..63e4ec60b
--- /dev/null
+++ b/.gear/bitcoin.spec
@@ -0,0 +1,200 @@
+Name: bitcoin
+Version: 25.0
+Release: alt1
+
+Summary: peer-to-peer network based anonymous digital currency
+License: MIT
+Group: Networking/Other
+
+Url: http://www.bitcoin.org/
+Source: %name-%version.tar
+Patch0: %name-%version-%release.patch
+
+# Automatically added by buildreq on Thu Sep 14 2017
+# optimized out: boost-devel boost-devel-headers gcc-c++ glibc-kernheaders-generic glibc-kernheaders-x86 gnu-config libcom_err-devel libdb4-devel libgpg-error libkrb5-devel libqt5-core libqt5-dbus libqt5-gui libqt5-network libqt5-test libqt5-widgets libqt5-xml libstdc++-devel llvm perl pkg-config python-base python-modules qt5-base-common
+BuildRequires: boost-filesystem-devel boost-interprocess-devel boost-program_options-devel boost-signals-devel boost-asio-devel
+BuildRequires: clang libevent-devel libminiupnpc-devel libprotobuf-devel libqrencode-devel
+BuildRequires: libssl-devel protobuf-compiler python3-dev qt5-base-devel qt5-tools libdb4.8_cxx-devel
+
+%description
+Q. What is Bitcoin?
+A. Bitcoin is a peer-to-peer currency. Peer-to-peer means that no
+central authority issues new money or tracks transactions. These tasks
+are managed collectively by the network.
+
+Q. How does Bitcoin work?
+A. Bitcoin utilises public-key cryptography. A coin contains the owner's
+public key. When a coin is transferred from user A to user B, A adds B's
+public key to the coin, and the coin is signed using A's private key. B
+now owns the coin and can transfer it further. A is prevented from
+transferring the already spent coin to other users because a public list
+of all previous transactions is collectively maintained by the network.
+Before each transaction the coin's validity will be checked.
+
+%prep
+%setup
+%patch0 -p1
+
+%build
+%{?optflags_lto:%global optflags_lto %optflags_lto -ffat-lto-objects}
+
+./autogen.sh
+export OBJC=clang
+export OBJCXX=clang++
+%configure \
+	--enable-upnp-default \
+	--with-gui=qt5
+%make_build V=1
+
+%install
+%makeinstall_std
+ln -s %name-qt %buildroot%_bindir/%name
+
+%pre
+rm -f %_bindir/%name
+
+%files
+%_bindir/%{name}*
+%_mandir/man1/bitcoin*.1.*
+%doc doc/*
+
+%changelog
+* Fri May 26 2023 Alexei Takaseev <taf@altlinux.org> 25.0-alt1
+- 25.0
+
+* Wed Dec 07 2022 Alexei Takaseev <taf@altlinux.org> 24.0.1-alt1
+- 24.0.1
+
+* Fri Nov 18 2022 Alexei Takaseev <taf@altlinux.org> 24.0-alt1
+- 24.0
+
+* Fri Apr 22 2022 Alexei Takaseev <taf@altlinux.org> 23.0-alt1
+- 23.0
+
+* Thu Sep 09 2021 Alexei Takaseev <taf@altlinux.org> 22.0-alt1
+- 22.0
+
+* Wed Aug 25 2021 Alexei Takaseev <taf@altlinux.org> 0.21.1-alt4
+- Added -ffat-lto-objects to %optflags_lto.
+
+* Thu Aug 19 2021 Aleksei Nikiforov <darktemplar@altlinux.org> 0.21.1-alt3
+- Rebuilt with boost-1.77.0.
+
+* Mon Aug 02 2021 Alexei Takaseev <taf@altlinux.org> 0.21.1-alt2
+- Build with python3
+
+* Fri Apr 30 2021 Alexei Takaseev <taf@altlinux.org> 0.21.1-alt1
+- 0.21.1
+
+* Thu Jan 14 2021 Alexei Takaseev <taf@altlinux.org> 0.21.0-alt1
+- 0.21.0
+
+* Mon Aug 03 2020 Alexei Takaseev <taf@altlinux.org> 0.20.1-alt1
+- 0.20.1
+
+* Wed Jun 03 2020 Alexei Takaseev <taf@altlinux.org> 0.20.0-alt1
+- 0.20.0
+
+* Thu Mar 05 2020 Alexei Takaseev <taf@altlinux.org> 0.19.1-alt1
+- 0.19.1
+
+* Tue Feb 04 2020 Alexei Takaseev <taf@altlinux.org> 0.19.1-alt0.rc1
+- 0.19.1rc1
+- Fix build with boost-1.72
+
+* Tue Nov 19 2019 Alexei Takaseev <taf@altlinux.org> 0.19.0.1-alt1
+- Version 0.19.0.1
+
+* Mon Nov 11 2019 Alexei Takaseev <taf@altlinux.org> 0.19.0-alt1
+- Version 0.19.0
+
+* Mon Oct 28 2019 Alexei Takaseev <taf@altlinux.org> 0.18.1-alt2
+- Remove BR: lcov
+
+* Sun Aug 04 2019 Alexei Takaseev <taf@altlinux.org> 0.18.1-alt1
+- Version 0.18.1
+
+* Fri May 03 2019 Alexei Takaseev <taf@altlinux.org> 0.18.0-alt1
+- Version 0.18.0
+
+* Mon Dec 24 2018 Alexei Takaseev <taf@altlinux.org> 0.17.1-alt1
+- Version 0.17.1
+
+* Tue Oct 30 2018 Alexei Takaseev <taf@altlinux.org> 0.17.0.1-alt1
+- Version 0.17.0.1
+
+* Tue Oct 02 2018 Alexei Takaseev <taf@altlinux.org> 0.17.0-alt1
+- Version 0.17.0
+
+* Tue Sep 18 2018 Alexei Takaseev <taf@altlinux.org> 0.16.3-alt1
+- Version 0.16.3
+
+* Wed Aug 29 2018 Grigory Ustinov <grenka@altlinux.org> 0.16.2-alt1.1
+- NMU: Rebuild with new openssl 1.1.0.
+
+* Fri Jul 27 2018 Alexei Takaseev <taf@altlinux.org> 0.16.2-alt1
+- Version 0.16.2
+
+* Thu Jun 14 2018 Alexei Takaseev <taf@altlinux.org> 0.16.1-alt1
+- Version 0.16.1
+
+* Thu May 31 2018 Aleksei Nikiforov <darktemplar@altlinux.org> 0.16.0-alt2.1
+- NMU: rebuilt with boost-1.67.0
+
+* Thu Apr 19 2018 Alexei Takaseev <taf@altlinux.org> 0.16.0-alt2
+- Rebuild with boost 1.66.0
+
+* Mon Feb 26 2018 Alexei Takaseev <taf@altlinux.org> 0.16.0-alt1
+- Version 0.16.0
+
+* Fri Nov 10 2017 Alexei Takaseev <taf@altlinux.org> 0.15.1-alt1
+- Version 0.15.1
+
+* Thu Sep 21 2017 Alexei Takaseev <taf@altlinux.org> 0.15.0.1-alt1
+- Version 0.15.0.1
+
+* Thu Sep 14 2017 Alexei Takaseev <taf@altlinux.org> 0.15.0-alt1
+- Version 0.15.0
+
+* Wed Jun 10 2015 Gleb F-Malinovskiy <glebfm@altlinux.org> 0.9.3-alt1.rc1.1.1
+- Rebuilt with:
+ + gcc5 C++11 ABI.
+ + boost 1.58.0.
+
+* Sat Jan 03 2015 Ivan A. Melnikov <iv@altlinux.org> 0.9.3-alt1.rc1.1
+- rebuild with boost 1.57.0
+
+* Thu Sep 04 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.9.3-alt1.rc1
+- Version 0.9.3rc1
+
+* Fri Apr 19 2013 Dmitry V. Levin (QA) <qa_ldv@altlinux.org> 0.6.0-alt1.4.qa1
+- NMU: rebuilt for updated dependencies.
+
+* Sun Feb 10 2013 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.6.0-alt1.4
+- Rebuilt with Boost 1.53.0
+
+* Thu Nov 29 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.6.0-alt1.3
+- Rebuilt with Boost 1.52.0
+
+* Thu Sep 06 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.6.0-alt1.2
+- Rebuilt with Boost 1.51.0
+- Enabled debuginfo
+
+* Thu Apr 05 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.6.0-alt1.1
+- Rebuilt with Boost 1.49.0
+
+* Sat Mar 31 2012 Vladimir V. Kamarzin <vvk@altlinux.org> 0.6.0-alt1
+- 0.6.0 (Closes: #26403).
+
+* Sun Dec 04 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.4.0-alt1.1
+- Rebuilt with Boost 1.48.0
+
+* Tue Oct 04 2011 Vladimir V. Kamarzin <vvk@altlinux.org> 0.4.0-alt1
+- 0.4.0 (Closes: #26403).
+
+* Tue Jul 26 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 0.3.21-alt1.1
+- Rebuilt with Boost 1.47.0
+
+* Wed May 04 2011 Vladimir V. Kamarzin <vvk@altlinux.org> 0.3.21-alt1
+- Initial build for Sisyphus.
+
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 000000000..d5d60a290
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,3 @@
+spec: .gear/bitcoin.spec
+tar: v@version@:.
+diff: v@version@:. .
diff --git a/.gear/tags/63a7adcc6922c27fc3a39c7cfa5dec84fbeea397 b/.gear/tags/63a7adcc6922c27fc3a39c7cfa5dec84fbeea397
new file mode 100644
index 000000000..aba60b593
--- /dev/null
+++ b/.gear/tags/63a7adcc6922c27fc3a39c7cfa5dec84fbeea397
@@ -0,0 +1,24 @@
+object 8105bce5b384c72cf08b25b7c5343622754e7337
+type commit
+tag v25.0
+tagger fanquake <fanquake@gmail.com> 1685009498 +0100
+
+Bitcoin Core 25.0 final
+
+Tree-SHA512: 7325e7d2747fbbeaa7efa9ceebfef56121d6866441fc4f3f9e95e67ab8ad7d4e518db4f545c214f1b677eaea84f28c1ea4f790aaf993a20904c76c3592406fd6
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCAAdFiEEz7FuIclQ9n+pXlWPLuufXMCVJsEFAmRvNFoACgkQLuufXMCV
+JsGe9BAAmnphS0tlffLDFErZfy6AwE5ONth1Ha2fu/cnPoyutjkoZdskLDGG72pN
+Bq2ff1WuKggCUnmMC2MfzFvcdEQQ+itm6BEm82rkJ1xdmN/a8WSANRZjkqjdlW43
+7hZ1Fem6vUK5WgvXiZ2wk9Z0m3OM3bcXzNT4HAOEkbf5Q+YohMjcIzksx/gRn7kF
+hR9lEq9dn09FYmvDwwqjHEVB1NjzPi8Fh7+oguEMQ2jmo6vcCT5YrW0PaO7zbkf+
+SlMvDlGeZfdouG8v/AhPO2LdJUe4xcEg3AKRLnnW0rPierHu5sRsLcC871sjH3db
+dolICT9FMWtMGZ3byX+3BSIgn9Uigf7VKEE6nfH1DCytbNGVVTqloOQgGMKu8QLo
+ICcNYTAqdL0QmJjf67FSKdAlZObCOcJNetqPueP6kfTSrJd5KQh+mgjrXcYyZWT4
+papt5f0z6YMQzLDCyvY/UtxiYT7yvwkmVCitTqHHs6V+uhC9ibGOFVV9E7bN8F14
++CHKmENBCNi0JPfbK2Q8v1qbU05uaJaGr8PZyoTFaYZUueOYkpad8YWm5C8D0upL
+/Z7oNUG/Eyd65zosVO1b7G0379EM6q1lxz+EK9gcgYN4EYWNp3rn7hd7IVzxnFrL
+sMvblC7ragVUKsB1R2VCY615sW5Sn3RdA2vNiO/FwGP/aFAJN2c=
+=kZ3O
+-----END PGP SIGNATURE-----
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 000000000..912217e2f
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+63a7adcc6922c27fc3a39c7cfa5dec84fbeea397 v25.0
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin