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:
|
sources:
|
||||||
i2pd-2.52.0.tar.gz: a1b179b40b7dc1f5207435e69494bb0e5230d444
|
i2pd-2.55.0.tar.gz: 46eb61eaa153f5e014db547a407150a6b10c4d0d
|
||||||
|
|
12
i2pd.spec
12
i2pd.spec
|
@ -2,11 +2,11 @@
|
||||||
%define build_timestamp %(date +"%Y%m%d")
|
%define build_timestamp %(date +"%Y%m%d")
|
||||||
|
|
||||||
Name: i2pd
|
Name: i2pd
|
||||||
Version: 2.52.0
|
Version: 2.55.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: I2P router
|
Summary: I2P router
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://i2pd.website
|
URL: https://i2pd.website
|
||||||
Group: Development/Other
|
Group: Development/Other
|
||||||
Source0: https://github.com/PurpleI2P/i2pd/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/PurpleI2P/i2pd/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1000: %{name}.rpmlintrc
|
Source1000: %{name}.rpmlintrc
|
||||||
|
@ -14,17 +14,11 @@ BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(libssl)
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
#BuildRequires: cjdns
|
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: miniupnpc-devel
|
BuildRequires: miniupnpc-devel
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
#BuildRequires: pkgconfig(websocketpp)
|
|
||||||
|
|
||||||
#Requires(post): /sbin/chkconfig
|
|
||||||
#Requires(preun): /sbin/chkconfig, /sbin/service
|
|
||||||
#Requires(postun): /sbin/service
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -124,4 +118,4 @@ getent passwd i2pd >/dev/null || \
|
||||||
%{_datadir}/%{name}/certificates
|
%{_datadir}/%{name}/certificates
|
||||||
%{_sharedstatedir}/%{name}/certificates
|
%{_sharedstatedir}/%{name}/certificates
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%attr(0755,i2pd,i2pd) %dir %{_localstatedir}/lib/%{name}
|
%attr(0755,i2pd,i2pd) %dir %{_localstatedir}/lib/%{name}
|
||||||
|
|
Loading…
Add table
Reference in a new issue