SampleSpecs/cmakeprogram: различия между версиями
SirRaorn (обсуждение | вклад) м (cmake -> %build) |
(Отмена правки 77050, сделанной MichaelShigorin (обсуждение)) Метка: отмена |
||
(не показано 12 промежуточных версий 5 участников) | |||
Строка 1: | Строка 1: | ||
<pre>Name: sampleprog | <pre>Name: sampleprog | ||
Version: 1.0 | Version: 1.0 | ||
Строка 5: | Строка 4: | ||
Summary: Sample program specfile | Summary: Sample program specfile | ||
License: | License: GPLv2+ | ||
Group: Development/Other | Group: Development/Other | ||
Url: http://www.altlinux.org/SampleSpecs/cmakeprogram | |||
Source: %name-%version.tar.bz2 | Source: %name-%version.tar.bz2 | ||
BuildRequires(pre): cmake rpm-macros-cmake | |||
%description | %description | ||
This specfile is provided as sample specfile for | This specfile is provided as a sample specfile | ||
for a package built with cmake. | |||
%prep | %prep | ||
Строка 22: | Строка 20: | ||
%build | %build | ||
%cmake_insource | |||
%make_build # VERBOSE=1 | |||
%make_build VERBOSE=1 | |||
%install | %install | ||
%makeinstall_std | |||
% | |||
%find_lang %name | %find_lang %name | ||
Строка 49: | Строка 33: | ||
%changelog | %changelog | ||
* Sat Jan 33 3001 | * Sat Jan 33 3001 Example Packager <example@altlinux.org> 1.0-alt1 | ||
- initial build</pre> | - initial build</pre> | ||
{{Category navigation|title=SampleSpecs|category=SampleSpecs|sortkey={{SUBPAGENAME}}}} | {{Category navigation|title=SampleSpecs|category=SampleSpecs|sortkey={{SUBPAGENAME}}}} |
Текущая версия от 17:27, 15 октября 2024
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 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