SampleSpecs/cmakeprogram: различия между версиями

Материал из ALT Linux Wiki
м (спать пора! :( -- Отмена правки 40116, сделанной участником MichaelShigorin (обс.))
м (s/BuildPreReq/BuildRequires(pre)/ по нынешней моде)
Строка 11: Строка 11:
Packager: Example Packager <example@altlinux.org>
Packager: Example Packager <example@altlinux.org>


BuildPreReq: cmake rpm-macros-cmake
BuildRequires(pre): cmake rpm-macros-cmake


%description
%description

Версия от 20:44, 27 мая 2022

Name: sampleprog
Version: 1.0
Release: alt1

Summary: Sample program specfile
License: GPLv2+
Group: Development/Other

Url: http://www.altlinux.org/SampleSpecs/cmakeprogram
Source: %name-%version.tar.bz2
Packager: Example Packager <example@altlinux.org>

BuildRequires(pre): cmake rpm-macros-cmake

%description
This specfile is provided as a sample specfile
for a package built with cmake.

%prep
%setup

%build
%cmake_insource
%make_build # VERBOSE=1

%install
%makeinstall_std
%find_lang %name

%files -f %name.lang
%doc AUTHORS ChangeLog NEWS README THANKS TODO contrib/ manual/
%_bindir/*
%_man1dir/*

%changelog
* Sat Jan 33 3001 Example Packager <example@altlinux.org> 1.0-alt1
- initial build