SampleSpecs/cmakeprogram: различия между версиями
Нет описания правки |
Ilis (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
{{MovedFromFreesourceInfo|AltLinux/Sisyphus/devel/SampleSpecs/cmakeprogram}} | {{MovedFromFreesourceInfo|AltLinux/Sisyphus/devel/SampleSpecs/cmakeprogram}} | ||
<pre>Name: sampleprog | <pre>Name: sampleprog | ||
Version: 1.0 | Version: 1.0 | ||
Строка 52: | Строка 50: | ||
* Sat Jan 33 3001 Sample Packager <sample@altlinux.org> 1.0-alt1 | * Sat Jan 33 3001 Sample Packager <sample@altlinux.org> 1.0-alt1 | ||
- initial build</pre> | - initial build</pre> | ||
{{Category navigation|title=SampleSpecs|category=SampleSpecs|sortkey={{SUBPAGENAME}}}} |
Версия от 13:54, 25 декабря 2008
Name: sampleprog Version: 1.0 Release: alt1 Summary: Sample program specfile License: GPL Group: Development/Other Url: http://www.freesource.info/wiki/AltLinux/Sisyphus/devel/SampleSpecs/cmakeprogram Packager: Sample Packager <sample@altlinux.org> Source: %name-%version.tar.bz2 BuildPreReq: cmake %description This specfile is provided as sample specfile for packages with programs. It contains most of usual tags and constructions used in such specfiles. %prep %setup mkdir build cd build cmake ../ \ -DCMAKE_INSTALL_PREFIX=%_prefix \ %if %_lib == lib64 -DLIB_SUFFIX=64 \ %endif -DCMAKE_CXX_FLAGS:STRING="%optflags" \ -DCMAKE_BUILD_TYPE="Release" \ -DCMAKE_SKIP_RPATH=YES %build pushd build %make_build VERBOSE=1 popd %install pushd build %makeinstall DESTDIR=%buildroot popd %find_lang %name %files -f %name.lang %doc AUTHORS ChangeLog NEWS README THANKS TODO contrib/ manual/ %_bindir/* %_man1dir/* %changelog * Sat Jan 33 3001 Sample Packager <sample@altlinux.org> 1.0-alt1 - initial build