Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled

This commit is contained in:
Your Name 2025-01-31 15:09:03 +00:00
parent b4d952f679
commit 035640e399
2 changed files with 11 additions and 9 deletions

View file

@ -13,4 +13,5 @@ jobs:
with:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
PUBLICATOR: ${{ secrets.PUBLICATOR }}
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}

View file

@ -2,22 +2,22 @@
%define oname RetroShare
%define pkname retroshare
%define suff qt5
%define gitrev c61ccda4313c3b48990be367a21681ad060bde68
%define gitdata 20170210
%define gitrev 032f1307ffdd80da7968228cb09e481c272eefbb
%define gitdate 20181127
%define debug %nil
%define debug_package %nil
#on/off plugins build
#if Qt5 to plugins off
%define plugins 0
%define plugins 1
Summary: Secure decentralized communication platform
Name: %{pkname}-%{suff}
Version: 0.6.4
Release: 1
Release: 2.%{gitdate}
License: GPLv2+
Group: Networking/File transfer
Url: https://github.com/RetroShare/RetroShare
Source0: https://github.com/RetroShare/RetroShare/archive/%{oname}-%{version}.tar.gz
Source0: https://github.com/RetroShare/RetroShare/archive/%{oname}-%{gitrev}.zip
Source100: %{name}.rpmlintrc
## patch delete all plugins
#if !%{plugins}
@ -115,10 +115,10 @@ The plugin adds a RSS feed reader tab to retroshare.
%endif
%prep
%setup -qn %{oname}-%{version}
%setup -qn %{oname}-%{gitrev}
#patch0 -p0
%patch1 -p0
%patch2 -p0
#patch1 -p0
#patch2 -p0
#patch3 -p0
#sed -i s,"/usr/lib/retroshare","%{_libdir}/retroshare-qt5",g libretroshare/src/rsserver/rsinit.cc
@ -134,7 +134,8 @@ The plugin adds a RSS feed reader tab to retroshare.
# DATA_DIR=%{_datadir}/%{name} INC_DIR=%{_includedir}/%{pkname} "CONFIG-=retroshare_plugins" "CONFIG -= plugin" \
# RetroShare.pro
qmake-qt5 "CONFIG-=debug" "CONFIG+=release" \
qmake-qt5 "CONFIG-=debug" "CONFIG+=release" "CONFIG+=retroshare_plugins" \
"TARGET+=%{name}" "QMAKE_TARGET+=%{name}" \
PREFIX=%{_prefix} LIB_DIR=%{_libdir} \
DATA_DIR=%{_datadir}/%{name} INC_DIR=%{_includedir}/%{name} \
RetroShare.pro