1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-27 14:50:25 +03:00

Gear rules and ALT specfile added

This commit is contained in:
Игорь Чудов 2020-05-21 18:20:00 +04:00
parent 0d4c85b046
commit 029c295ff3
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC
2 changed files with 52 additions and 0 deletions

2
.gear/rules Normal file
View File

@ -0,0 +1,2 @@
tar: .

50
adtool.spec Normal file
View File

@ -0,0 +1,50 @@
%define _unpackaged_files_terminate_build 1
Name: adtool
Version: 0.1.0
Release: alt1
Summary: AD editor
License: GPLv2+
Group: Other
Url: https://github.com/altlinuxteam/adtool
BuildArch: x86_64
BuildRequires(pre): cmake
BuildRequires(pre): rpm-macros-cmake
BuildRequires(pre): gcc-c++
BuildRequires(pre): qt5-base-devel
BuildRequires: openldap-devel
BuildRequires: libsasl2-devel
BuildRequires: qt5-base-common
BuildRequires: doxygen
Requires: openldap
Requires: libsasl2
Requires: qt5-base
Source0: %name-%version.tar
%description
AD editor
%prep
%setup -q
%build
%cmake
%cmake_build VERBOSE=1
%install
cd BUILD
%makeinstall_std
%files
%doc README.md
%_bindir/adtool
%changelog
* Thu May 21 2020 Igor Chudov <nir@altlinux.org> 0.1.0-alt1
- Initial build