add: librda

This commit is contained in:
madomado
2023-10-30 14:10:22 +08:00
parent e97e8c9170
commit faee562a1c
3 changed files with 45 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "librda.spec"
}
}
+39
View File
@@ -0,0 +1,39 @@
Name: librda
Version: 0.0.5
Release: 1%?dist
Summary: Remote Desktop Awareness Shared Library
Group: System Environment/Libraries
License: LGPL2.1+ or GPL3+
URL: https://github.com/ArcticaProject/librda
Source0: %url/archive/refs/tags/%version.tar.gz
Requires: glib2 glibc
BuildRequires: gobject-introspection-devel intltool gtk3-devel
BuildRequires: clang gcc make autoconf libtool gettext-devel
%description
%summary.
%prep
%autosetup
%build
autoupdate
autoreconf -vfi
%configure --disable-static --enable-x2go --enable-ogon
%make_build
%install
%make_install
%files
%_bindir/rdacheck
%_includedir/rda/
%_libdir/girepository-1.0/rda-*.typelib
%_libdir/librda.so*
%_libdir/pkgconfig/rda.pc
%_datadir/gir-1.0/rda-*.gir
%_datadir/locale/*/LC_MESSAGES/librda.mo
%_mandir/man1/rdacheck.1.gz
%changelog
%autochangelog
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("ArcticaProject/librda"));