JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
%define photos_dir %_datadir/wallpapers %define rname rm-nature Name: wallpapers-rm-nature Version: 20201006 Release: alt2 Summary: Photos for screen backgrounds License: GPL-2.0+ Group: Graphics Source: %name-%version.tar BuildArch: noarch Summary(ru_RU.UTF-8): Фотографии для рабочего стола BuildRequires(pre): ImageMagick-tools %description Author: Roman Myskin (c). Packed as original photos and as adapted photos for widescreen monitors. %description -l ru_RU.UTF-8 Автор: Роман Мыскин (c). Упакованы как оригинальные фотографии, так и адаптированные для широкоформатных мониторов. %prep %setup %build %install mkdir -p %buildroot/%photos_dir/%rname/{default,1024x768,3024x1701} # 768×1024 convert -rotate -90 image0.jpeg %buildroot%photos_dir/%rname/1024x768/image0.jpeg # 3024×4032 convert -crop 1701x3024+1008+0 image1.jpeg %buildroot%photos_dir/%rname/3024x1701/image1.jpeg install -m 0644 *.jpeg %buildroot%photos_dir/%rname/default %files %photos_dir/%rname/ %doc LICENSE %changelog * Tue Oct 06 2020 Leontiy Volodin <lvol@altlinux.org> 20201006-alt2 - Fixed description and license. * Tue Oct 06 2020 Leontiy Volodin <lvol@altlinux.org> 20201006-alt1 - Initial built for ALT Linux.