]> git.pld-linux.org Git - packages/rpm-build-tools.git/log
packages/rpm-build-tools.git
11 years ago- tries ~/etc/builderrc before ~/.builderrc
Sebastian Zagrodzki [Sat, 27 Nov 1999 16:13:53 +0000 (16:13 +0000)]
- tries ~/etc/builderrc before ~/.builderrc

Changed files:
    builder.sh -> 1.45

11 years ago- insert only one blank line after %changelog header,
kloczek [Sat, 27 Nov 1999 14:20:52 +0000 (14:20 +0000)]
- insert only one blank line after %changelog header,
- ignore some spec fileds like: Packager, Distribution, Prefix.

Changed files:
    adapter.awk -> 1.6

11 years agoversion 0.4
kura [Sat, 27 Nov 1999 10:10:20 +0000 (10:10 +0000)]
version 0.4
- s/<_login>/<cvs_login>/
- added adding 'Log' CVS keyword

Changed files:
    adapter.awk -> 1.5

11 years ago- added possibility to download files from FTP/HTTP site (if possible)
Sebastian Zagrodzki [Fri, 26 Nov 1999 00:09:46 +0000 (00:09 +0000)]
- added possibility to download files from FTP/HTTP site (if possible)
- cvs.pld.org.pl -> anoncvs.pld.org.pl
- typo

Changed files:
    builder.sh -> 1.44

11 years agoversion 0.3+
kura [Tue, 23 Nov 1999 15:10:44 +0000 (15:10 +0000)]
version 0.3+
- removed buggy descriptions formatting (maybe later I will do it correct)
- fixed bug in CVS keywords substitution

Changed files:
    adapter.awk -> 1.4

11 years agoversion 0.3
kura [Sat, 20 Nov 1999 09:12:33 +0000 (09:12 +0000)]
version 0.3
- added formating descriptions. There is small bug - if description is
  divided to paragraphs adapter joins them, but there is double space in
  the place where was empty line.
- added adding "%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
  before changelog section

Changed files:
    adapter.awk -> 1.3

11 years agoversion 0.2
kura [Tue, 16 Nov 1999 16:11:11 +0000 (16:11 +0000)]
version 0.2
- "Copyright:" is replaced with "License:" if it is (L)GPL or BSD
- added using %{name} and %{version} in the filenames in "Source:" (if
  there is "ftp:" or "http:" on the beggining of filename)
- If the Group is started with X11 - add defines of _prefix and _mandir
- '-m' is removed fro parametrs list of 'install' only if sets modes to 644
- '-g' and '-u' are removed from parameters list of 'install' only if
  sets user/group to root
- lines contain 'chown' or 'chgrp' are removed only if changes owner/group
  to root
- lines contain 'chmod' are removed only if chmod sets the modes to 644
- some cosmetics

Changed files:
    adapter.awk -> 1.2

11 years ago- version 0.1
kura [Tue, 16 Nov 1999 01:25:54 +0000 (01:25 +0000)]
- version 0.1

Changed files:
    adapter.awk -> 1.1

11 years ago- added check for the requested file just after cvs update; this is
kravietz [Mon, 15 Nov 1999 16:42:46 +0000 (16:42 +0000)]
- added check for the requested file just after cvs update; this is
  probably needed since cvs returns 0 even if the file doesn't exist
  in the repository

Changed files:
    builder.sh -> 1.43

11 years ago- added support to ~/.builderrc
Artur Frysiak [Tue, 9 Nov 1999 11:12:24 +0000 (11:12 +0000)]
- added support to ~/.builderrc
- using --eval instead parsing dummy spec file
- new configurations parameter CHMODE (if ="yes" then do chmod 444 )

Changed files:
    builder.sh -> 1.42

11 years ago- rel 0.7,
kloczek [Mon, 20 Sep 1999 23:40:54 +0000 (23:40 +0000)]
- rel 0.7,
- added -bb, --build-binary,
- added -bs, --build-source.

Changed files:
    builder.sh -> 1.41

11 years ago- corrected typos in Usage description
pius [Mon, 20 Sep 1999 23:26:08 +0000 (23:26 +0000)]
- corrected typos in Usage description

Changed files:
    builder.sh -> 1.40

11 years ago- "=" instead "==" in if [].
kloczek [Wed, 21 Jul 1999 16:07:15 +0000 (16:07 +0000)]
- "=" instead "==" in if [].

Changed files:
    builder.sh -> 1.39

11 years ago- fix very stupid bug on parsing spec file.
kloczek [Thu, 8 Jul 1999 18:37:30 +0000 (18:37 +0000)]
- fix very stupid bug on parsing spec file.

Changed files:
    builder.sh -> 1.38

11 years ago- fixed: for getting resources fron main branch cvs must be called with -A
kloczek [Mon, 21 Jun 1999 19:17:46 +0000 (19:17 +0000)]
- fixed: for getting resources fron main branch cvs must be called with -A
istead -P.

Changed files:
    builder.sh -> 1.37

11 years ago- now fixed added $CVSROOT to $OPTIONS
Artur Frysiak [Mon, 14 Jun 1999 16:51:30 +0000 (16:51 +0000)]
- now fixed added $CVSROOT to $OPTIONS

Changed files:
    builder.sh -> 1.36

11 years ago- fix added $CVSROOT to OPTIONS
Artur Frysiak [Mon, 14 Jun 1999 16:46:46 +0000 (16:46 +0000)]
- fix added $CVSROOT to OPTIONS

Changed files:
    builder.sh -> 1.35

11 years ago- added debugging scrip level (-D, --debug),
kloczek [Sun, 13 Jun 1999 22:30:10 +0000 (22:30 +0000)]
- added debugging scrip level (-D, --debug),
- fixed preparing cvs $OPTIONS.

Changed files:
    builder.sh -> 1.34

11 years ago- added building from specified cvs tag,
kloczek [Sat, 12 Jun 1999 11:09:16 +0000 (11:09 +0000)]
- added building from specified cvs tag,
- if cvs tag not specyfied added -P to cvs options for defdault action
  building from HEAD.

Changed files:
    builder.sh -> 1.33

11 years ago- fixed bug in checking SOURCE file list.
kloczek [Sat, 12 Jun 1999 10:47:09 +0000 (10:47 +0000)]
- fixed bug in checking SOURCE file list.

Changed files:
    builder.sh -> 1.32

11 years ago- sipler way checking is file list is empty.
kloczek [Thu, 10 Jun 1999 16:44:16 +0000 (16:44 +0000)]
- sipler way checking is file list is empty.

Changed files:
    builder.sh -> 1.31

11 years ago!= instead -ne
Artur Frysiak [Thu, 10 Jun 1999 16:34:30 +0000 (16:34 +0000)]
!= instead -ne

Changed files:
    builder.sh -> 1.30

11 years ago- don't files from SOURCE if fo files to get from repo in $SOURCE,
kloczek [Thu, 10 Jun 1999 15:50:27 +0000 (15:50 +0000)]
- don't files from SOURCE if fo files to get from repo in $SOURCE,
  $PATCES and $ICONS,
- s#$ICON#$ICONS#.

Changed files:
    builder.sh -> 1.29

11 years ago- default $COMMAND if no switches passed (only spec dile name) is now
kloczek [Thu, 10 Jun 1999 15:17:49 +0000 (15:17 +0000)]
- default $COMMAND if no switches passed (only spec dile name) is now
"build",
- prepare to next V to 0.60.

Changed files:
    builder.sh -> 1.28

11 years ago- set perm to 444 on spec files and files in SOURCES.
kloczek [Thu, 3 Jun 1999 22:53:51 +0000 (22:53 +0000)]
- set perm to 444 on spec files and files in SOURCES.

Changed files:
    builder.sh -> 1.27

11 years ago- cosmetics.
kloczek [Thu, 3 Jun 1999 21:44:23 +0000 (21:44 +0000)]
- cosmetics.

Changed files:
    builder.sh -> 1.26

11 years ago- added handling [-c|--clean] options - clean all temporary maked files (in
kloczek [Thu, 3 Jun 1999 21:43:36 +0000 (21:43 +0000)]
- added handling [-c|--clean] options - clean all temporary maked files (in
  BUILD, SOURCES, SPECS and $RPM_BUILD_ROOT).

Changed files:
    builder.sh -> 1.25

11 years ago- as on begining .. %dump instead %prep during parsing.
kloczek [Wed, 2 Jun 1999 18:50:59 +0000 (18:50 +0000)]
- as on begining .. %dump instead %prep during parsing.

Changed files:
    builder.sh -> 1.24

11 years ago- striped Icon from %dumping spec
Artur Frysiak [Wed, 2 Jun 1999 18:39:47 +0000 (18:39 +0000)]
- striped Icon from %dumping spec
- extract Icon with awk from orginal spec
- fix typo in cvs up up

Changed files:
    builder.sh -> 1.23

11 years ago- fixed file list to get from repo in get_all_files().
kloczek [Wed, 2 Jun 1999 17:59:50 +0000 (17:59 +0000)]
- fixed file list to get from repo in get_all_files().

Changed files:
    builder.sh -> 1.22

11 years ago- fixed all if [],
kloczek [Tue, 1 Jun 1999 22:59:16 +0000 (22:59 +0000)]
- fixed all if [],
- changes in output parsing spec.

Getting spec file work corectly. Something is wrong in parsing spec file.

Changed files:
    builder.sh -> 1.21

11 years ago- getting spec file now work.
kloczek [Tue, 1 Jun 1999 21:21:27 +0000 (21:21 +0000)]
- getting spec file now work.

Changed files:
    builder.sh -> 1.20

11 years ago-n instead != ""
Artur Frysiak [Tue, 1 Jun 1999 20:46:42 +0000 (20:46 +0000)]
-n instead != ""

Changed files:
    builder.sh -> 1.19

11 years ago- fix: s#[#]# on checking $CVSROOT.
kloczek [Tue, 1 Jun 1999 20:44:13 +0000 (20:44 +0000)]
- fix: s#[#]# on checking $CVSROOT.

Changed files:
    builder.sh -> 1.18

11 years ago- changed way preparing dumb spec file.
kloczek [Tue, 1 Jun 1999 20:05:57 +0000 (20:05 +0000)]
- changed way preparing dumb spec file.

Changed files:
    builder.sh -> 1.17

11 years ago- added central error handling,
kloczek [Tue, 1 Jun 1999 19:27:21 +0000 (19:27 +0000)]
- added central error handling,
- get_spec(), get_all_files() and build_package() - fist implementation,
- on tom in comment descriprion exit error codes.

Changed files:
    builder.sh -> 1.16

11 years ago- exit 1 if error
Artur Frysiak [Tue, 1 Jun 1999 18:56:10 +0000 (18:56 +0000)]
- exit 1 if error

Changed files:
    builder.sh -> 1.15

11 years ago- added getting user rpm source and spec directory.
kloczek [Tue, 1 Jun 1999 18:10:58 +0000 (18:10 +0000)]
- added getting user rpm source and spec directory.

Changed files:
    builder.sh -> 1.14

11 years ago- "exit 1" when no parameters passed.
kloczek [Tue, 1 Jun 1999 18:04:20 +0000 (18:04 +0000)]
- "exit 1" when no parameters passed.

Changed files:
    builder.sh -> 1.13

11 years ago- fix inheriting $CVSROOT.
kloczek [Tue, 1 Jun 1999 18:00:24 +0000 (18:00 +0000)]
- fix inheriting $CVSROOT.

Changed files:
    builder.sh -> 1.12

11 years ago- if no parameters print usage,
kloczek [Tue, 1 Jun 1999 17:47:31 +0000 (17:47 +0000)]
- if no parameters print usage,
- added template for dumb spec file.

Changed files:
    builder.sh -> 1.11

11 years ago- added iherititing $CVSROOT variable from parent (shell) proces.
kloczek [Tue, 1 Jun 1999 10:10:33 +0000 (10:10 +0000)]
- added iherititing $CVSROOT variable from parent (shell) proces.

Changed files:
    builder.sh -> 1.10

11 years ago* new dumping specfile data method (put %dump on top spec in Summary:
kloczek [Sun, 30 May 1999 19:27:00 +0000 (19:27 +0000)]
* new dumping specfile data method (put %dump on top spec in Summary:
field).

Changed files:
    builder.sh -> 1.9

11 years ago- fixed CVSROOT for anon access.
kloczek [Sun, 30 May 1999 18:12:09 +0000 (18:12 +0000)]
- fixed CVSROOT for anon access.

Changed files:
    builder.sh -> 1.8

11 years ago- added handling all cmdl parameters,
kloczek [Sun, 30 May 1999 17:53:51 +0000 (17:53 +0000)]
- added handling all cmdl parameters,
- added handling $COMMAND "version".

Changed files:
    builder.sh -> 1.7

11 years ago- changed way making spec file for dumping to orginal metod by wiget.
kloczek [Sat, 29 May 1999 11:19:49 +0000 (11:19 +0000)]
- changed way making spec file for dumping to orginal metod by wiget.

Changed files:
    builder.sh -> 1.6

11 years ago- fix be verbose about icon.
kloczek [Sat, 29 May 1999 11:06:51 +0000 (11:06 +0000)]
- fix be verbose about icon.

Changed files:
    builder.sh -> 1.5

11 years ago- full help,
kloczek [Sat, 29 May 1999 11:02:17 +0000 (11:02 +0000)]
- full help,
- start implemt parse_spec(),
- handle -v, --verbose swith.

Changed files:
    builder.sh -> 1.4

11 years ago- template for parse_spec(), get_spec(), get_all_files(), build_package(),
kloczek [Sat, 29 May 1999 04:30:14 +0000 (04:30 +0000)]
- template for parse_spec(), get_spec(), get_all_files(), build_package(),
- added missing shift after getting spec file name,
- finished implementing "build" and "get" $OMMAND.

Changed files:
    builder.sh -> 1.3

11 years ago- beter template which allog random order switches and passed spec file,
kloczek [Sat, 29 May 1999 04:09:13 +0000 (04:09 +0000)]
- beter template which allog random order switches and passed spec file,
- start implement getting files,
- some reorders.

Changed files:
    builder.sh -> 1.2

11 years ago- template new helping build package scrit tool.
kloczek [Sat, 29 May 1999 01:56:58 +0000 (01:56 +0000)]
- template new helping build package scrit tool.

Changed files:
    builder.sh -> 1.1

This page took 0.568308 seconds and 4 git commands to generate.