mirror of
https://abf.rosa.ru/djam/i2pd.git
synced 2025-02-23 09:12:48 +00:00
This commit is contained in:
parent
f4a0c590b6
commit
88626d148e
2 changed files with 4 additions and 10 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
i2pd-2.52.0.tar.gz: a1b179b40b7dc1f5207435e69494bb0e5230d444
|
||||
i2pd-2.55.0.tar.gz: 46eb61eaa153f5e014db547a407150a6b10c4d0d
|
||||
|
|
10
i2pd.spec
10
i2pd.spec
|
@ -2,11 +2,11 @@
|
|||
%define build_timestamp %(date +"%Y%m%d")
|
||||
|
||||
Name: i2pd
|
||||
Version: 2.52.0
|
||||
Version: 2.55.0
|
||||
Release: 1
|
||||
Summary: I2P router
|
||||
License: BSD
|
||||
URL: http://i2pd.website
|
||||
URL: https://i2pd.website
|
||||
Group: Development/Other
|
||||
Source0: https://github.com/PurpleI2P/i2pd/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1000: %{name}.rpmlintrc
|
||||
|
@ -14,17 +14,11 @@ BuildRequires: gcc
|
|||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(libssl)
|
||||
BuildRequires: boost-devel
|
||||
#BuildRequires: cjdns
|
||||
BuildRequires: systemd
|
||||
BuildRequires: cmake
|
||||
BuildRequires: miniupnpc-devel
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: openssl-devel
|
||||
#BuildRequires: pkgconfig(websocketpp)
|
||||
|
||||
#Requires(post): /sbin/chkconfig
|
||||
#Requires(preun): /sbin/chkconfig, /sbin/service
|
||||
#Requires(postun): /sbin/service
|
||||
|
||||
|
||||
%description
|
||||
|
|
Loading…
Add table
Reference in a new issue