ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] помогите собрать... (webshots для linux'a)
Date: Thu, 7 Jan 2010 18:05:27 +0200
Message-ID: <20100107160526.GT1710@osdn.org.ua> (raw)
In-Reply-To: <E1NSou2-0001xh-00.marsden-mail-ru@f282.mail.ru>

On Thu, Jan 07, 2010 at 12:43:38PM +0300, Денис Назаров wrote:
> почитав главу восьмую, попытался изваять свой пакет.
> Суть у него проста - файл конфигурации и скрипт, который надо
> поместить в /usr/bin. Сделал архив, в котором в /etc лежит
> конфиг и в /usr/bin лежит скрипт. Сделал спек
> 
> Summary: my utility and some system tunings after install desktop

Вот здесь лучше бы сразу поставить просто
Name: desktop-tuning
(что автоматически определит макрос %name) -- зачем тут origname?

> Version: 1.0
> Release: alt0
> %define origname desktop-tuning
> License: GPL
> Group: System/Configuration/Other
> BuildArch: noarch
> Name: %origname
> Provides: %origname
> Source: %origname-%version.tar.bz2

Соответственно здесь везде просто %name.

> %description
> Some my system tunings and scripts :)
> 
> %description -l ru
> Немного дополнительных системных настроек и скриптов :)
> 
> %prep
> %setup -q

Можно просто %setup, -q довольно давно является параметром
по умолчанию.

Также следует добавить секцию установки:

%install
install -pDm755 myscript %buildroot%_bindir/%name
install -pDm644 myscript.conf %buildroot%_sysconfdir/%name.conf

> %files

%_bindir/%name
%_sysconfdir/%name.conf

Если указать, скажем, %doc README, то будет создан каталог
%buildroot%_defaultdocdir/%name-%version и туда будет скопирован
файл README из каталога сборки.

> %changelog

Его поможет создать и дополнять утилита add_changelog
(rpm-utils), см. тж. http://www.altlinux.org/Changelogs_guide

Ну и ещё из мелочей -- рекомендуемый порядок тегов описан тут:
http://www.altlinux.org/ALT_Packaging_HOWTO

-- 
с Рождеством!


  parent reply	other threads:[~2010-01-07 16:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-06 21:57 ` Motsyo Gennadi aka Drool
2010-01-06 23:09     ` Michael Shigorin
2010-01-07  7:55       ` Денис Назаров
2010-01-07  9:43         ` Денис Назаров
2010-01-07 11:05           ` Andrew Clark
2010-01-07 12:36             ` Denis Nazarov
2010-01-07 12:57               ` Andrew Clark
2010-01-07 16:05           ` Michael Shigorin [this message]
2010-01-07 18:04             ` Denis Nazarov
2010-01-07 18:16               ` Andrew Clark
2010-01-07 18:24                 ` Denis Nazarov
2010-01-07 18:33                   ` Andrew Clark
2010-01-08 13:50                     ` Michael Shigorin
2010-01-08 14:54                       ` Andrew Clark
2010-01-08 14:57                         ` Michael Shigorin
2010-01-07 19:11                 ` Motsyo Gennadi aka Drool
2010-01-08 13:48                 ` Michael Shigorin
2010-01-07 18:26             ` Denis Nazarov
2010-01-07 18:35               ` Andrew Clark
2010-01-07 18:43                 ` Denis Nazarov
2010-01-07 18:47                   ` Andrew Clark
2010-01-07 18:51                     ` Denis Nazarov
2010-01-07 18:58                       ` Andrew Clark
2010-01-07 18:51                   ` Andrew Clark
2010-01-07 19:20                     ` Denis Nazarov
2010-01-07 19:10                   ` Motsyo Gennadi aka Drool
2010-01-08 13:39               ` Michael Shigorin
2010-01-07 10:01         ` Michael Shigorin
2010-01-07 16:17         ` Michael Shigorin
2010-01-08  1:16         ` Andrey Rahmatullin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100107160526.GT1710@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=community@lists.altlinux.org \
    --cc=shigorin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git