ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: [devel] Re: предложение по инфраструктуре?
Date: Wed, 19 Oct 2005 10:59:34 +0300
Message-ID: <20051019075934.GW16082@osdn.org.ua> (raw)
In-Reply-To: <20051018214734.GD7934@solemn.turbinal.org>


[-- Attachment #1.1: Type: text/plain, Size: 446 bytes --]

On Wed, Oct 19, 2005 at 01:47:34AM +0400, Alexey Tourbin wrote:
> > > Для начала всё-таки надо собрать GIT в Сизиф, желательно с
> > > документацией.
> > Да. Упомянув про перловые ошибки я ненавязчиво так прошу Лешу
> > Турбина помочь :-)
> Собери с %set_perl_req_method relaxed и выложи в Daedalus.
> Я тогда посмотрю.

А вот и спек.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #1.2: git-core.spec --]
[-- Type: text/plain, Size: 2749 bytes --]

# rpmbuild --without docs if you don't want the documetnation
Name: git-core
Version: 0.99.8e
Release: alt0.1

Summary: Git core and tools
License: GPL
Group: Development/Other

Url: http://kernel.org/pub/software/scm/git
Source: %url/%name-%version.tar.gz
BuildRequires: zlib-devel openssl-devel curl-devel  %{!?_without_docs: xmlto asciidoc > 6.0.3}

Requires: rsync rcs curl less openssh-clients
Requires: python >= 2.3
Requires: tk >= 8.4

%set_perl_req_method relaxed

%description
This is a stupid (but extremely fast) directory content manager.
It doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently. It is intended to be the base of an efficient,
distributed source code management system. This package includes
rudimentary tools that can be used as a SCM, but you should look
elsewhere for tools for ordinary humans layered on top of this.

%prep
%setup -q

%build
%make CFLAGS="%optflags" WITH_OWN_SUBPROCESS_PY=YesPlease \
     prefix=%prefix all %{!?_without_docs: doc}

%install
%make DESTDIR=%buildroot WITH_OWN_SUBPROCESS_PY=YesPlease \
     prefix=%prefix mandir=%_mandir \
     install %{!?_without_docs: install-doc}

%files
%_bindir/*
%_datadir/%name/
%doc README Documentation/*.txt
%{!?_without_docs: %doc Documentation/*.html }
%{!?_without_docs: %_man1dir/*.1*}
%{!?_without_docs: %_man7dir/*.7*}

%changelog
* Wed Oct 19 2005 Michael Shigorin <mike@altlinux.org> 0.99.8e-alt0.1
- built for ALT Linux
- relax perl findreq for now

* Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com>
- parallelize build
- COPTS -> CFLAGS

* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
- update to 0.99.6

* Fri Sep 16 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
- Linus noticed that less is required, added to the dependencies

* Sun Sep 11 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
- Updated dependencies
- Don't assume manpages are gzipped

* Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> 0.99.4-4
- drop sh_utils, sh-utils, diffutils, mktemp, and openssl Requires
- use RPM_OPT_FLAGS in spec file, drop patch0

* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.99.4-3
- use dist tag to differentiate between branches
- use rpm optflags by default (patch0)
- own %_datadir/git-core/

* Mon Aug 15 2005 Chris Wright <chrisw@osdl.org>
- update spec file to fix Buildroot, Requires, and drop Vendor

* Sun Aug 07 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
- Redid the description
- Cut overlong make line, loosened changelog a bit
- I think Junio (or perhaps OSDL?) should be vendor...

* Thu Jul 14 2005 Eric Biederman <ebiederm@xmission.com>
- Add the man pages, and the --without docs build option

* Wed Jul 7 2005 Chris Wright <chris@osdl.org>
- initial git spec file

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-10-19  7:59 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-13  7:11 [devel] предложение роботам и их хозяевам Denis Ovsienko
2005-10-13  6:15 ` Genix
2005-10-13  6:33   ` Slava Dubrovskiy
2005-10-13  6:43   ` Anton Gorlov
2005-10-13 10:25     ` Alexander Bokovoy
2005-10-13 19:34   ` Pavlov Konstantin
2005-10-13  6:53 ` [devel] " Michael Shigorin
2005-10-13 10:52 ` [devel] " Alexey Rusakov
2005-10-13 13:38 ` [devel] " Alexey Tourbin
2005-10-13 14:46   ` Denis Ovsienko
2005-10-13 15:58   ` Michael Shigorin
2005-10-13 23:21 ` [devel] " Vladimir Lettiev
2005-10-16 18:07   ` [devel] " Michael Shigorin
2005-10-18 10:17     ` Vladimir Lettiev
2005-10-18 10:27       ` [devel] prometeus FRs Michael Shigorin
2005-10-18 17:01       ` [devel] Re: предложение роботам и их хозяевам Dmitry Marochko
2005-10-18 17:45         ` php-coder
2005-10-18 17:51         ` Pavlov Konstantin
2005-10-18 18:14           ` [devel] предложение по инфраструктуре? Dmitry V. Levin
2005-10-18 18:26             ` Pavlov Konstantin
2005-10-18 18:35               ` Dmitry V. Levin
2005-10-18 19:36                 ` [devel] " Michael Shigorin
2005-10-18 19:40                   ` Dmitry V. Levin
2005-10-18 19:52                     ` Michael Shigorin
2005-10-18 20:16                       ` Alexander Bokovoy
2005-10-18 20:24                         ` Michael Shigorin
2005-10-18 20:47                           ` Alexander Bokovoy
2005-10-18 20:51                             ` Dmitry V. Levin
2005-10-18 21:06                               ` Alexander Bokovoy
2005-10-18 21:47                                 ` Alexey Tourbin
2005-10-19  7:59                                   ` Michael Shigorin [this message]
2005-10-19  7:13                       ` Alexey I. Froloff
2005-10-19  7:59                         ` Michael Shigorin
2005-10-19 12:26                           ` [devel] git-core Alexey Tourbin
2005-10-19 13:06                             ` [devel] git-core Michael Shigorin
2005-10-19 13:08                               ` Alexey Tourbin
2005-10-19 17:46                                 ` Michael Shigorin
2005-10-18 23:16               ` [devel] предложение по инфраструктуре? Igor Zubkov
2005-10-18 18:14           ` [devel] Re: предложение роботам и их хозяевам Dmitry Marochko
2005-10-18 19:35         ` [devel] rpm2specs += cvs? Michael Shigorin
2005-10-18 23:23       ` [devel] prometeus FRs 2 Igor Zubkov
2005-10-19 17:10         ` Dmitry Marochko
2005-10-19 20:13           ` Igor Zubkov
2005-10-20 14:06             ` Ivan Fedorov
2005-10-20 16:12               ` [JT][devel] " Igor Zubkov
2005-10-20 16:33                 ` Ivan Fedorov
2005-10-18 10:04   ` [devel] предложение роботам и их хозяевам Vladimir Lettiev
2005-10-18 10:26     ` [devel] " Michael Shigorin
2005-10-21 23:11     ` Alexey Tourbin
2005-10-22 12:25       ` Vladimir Lettiev
2005-10-22 18:58         ` Michael Shigorin
2005-10-22 19:11           ` Konstantin A. Lepikhov
2005-10-23 12:15             ` [devel] [JT] drbd? nfs! (was: предложение роботам и их хозяевам) Michael Shigorin
2005-10-22 19:54           ` [devel] Re: предложение роботам и их хозяевам Vladimir Lettiev
2005-10-23 12:17             ` Michael Shigorin
2005-10-23 20:14               ` Vladimir Lettiev
2005-10-24  6:30                 ` Michael Shigorin
2005-10-22 23:18         ` Alexey Tourbin
2005-10-23 12:14           ` [devel] [JT] " Michael Shigorin

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=20051019075934.GW16082@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=devel@lists.altlinux.org \
    /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 Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

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


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