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

Материал из ALT Linux Wiki
м (macroize (NB: careful %cmake seems to make less sense for a package build))
м (или %cmake и pushd/pood, или %cmake_insource и без них)
Строка 26: Строка 26:


%install
%install
pushd build
#pushd build
%makeinstall_std
%makeinstall_std
popd
#popd
%find_lang %name
%find_lang %name



Версия от 12:36, 10 сентября 2014

Name: sampleprog
Version: 1.0
Release: alt1

Summary: Sample program specfile
License: GPLv2+
Group: Development/Other
Url: http://www.altlinux.org/SampleSpecs/cmakeprogram

Packager: Example Packager <example@altlinux.org>
Source: %name-%version.tar.bz2

BuildPreReq: cmake rpm-macros-cmake

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

%prep
%setup

%build
#%%cmake
%cmake_insource
%make_build # VERBOSE=1

%install
#pushd build
%makeinstall_std
#popd
%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