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
%define oname lav-nature %define photos_dir %_datadir/wallpapers/%oname Name: wallpapers-%oname Version: 20040726 Release: alt2 Summary: Photos for screen backgrounds Summary(ru_RU.KOI8-R): \xe6\xcf\xd4\xcf \xc4\xcc\xd1 \xc6\xcf\xce\xcf\xd7 Summary(uk_UA.KOI8-U): \xe6\xcf\xd4\xcf \xc4\xcc\xd1 \xd4\xcc\xc1 License: Distributable Group: Graphics #Url: Packager: Vitaly Lipatov <lav@altlinux.ru> Buildarch: noarch Source: wallpapers-%oname-%version.tar.bz2 %description Collection of botanic photos %prep %setup -q %build %install mkdir -p %buildroot%photos_dir/ install -m 0644 *.jpg %buildroot%photos_dir/ %files %photos_dir/ %doc READ.ME %changelog * Fri Mar 31 2006 Vitaly Lipatov <lav@altlinux.ru> 20040726-alt2 - cleanup spec, fix non latin char in filename * Mon Jul 26 2004 Vitaly Lipatov <lav@altlinux.ru> 20040726-alt1 - first build for Sisyphus