]> git.pld-linux.org Git - packages/rpm-build-macros.git/log
packages/rpm-build-macros.git
11 years agos/install_post_no_compress_docs/no_install_post_compress_docs/ rpm-3_0_5-12
kloczek [Wed, 27 Sep 2000 11:58:15 +0000 (11:58 +0000)]
s/install_post_no_compress_docs/no_install_post_compress_docs/
s/install_post_no_strip/no_install_post_strip/

Changed files:
    rpm.macros -> 1.35

11 years ago- reverse logick variables dor conditional disable compressing and
kloczek [Wed, 27 Sep 2000 11:56:27 +0000 (11:56 +0000)]
- reverse logick variables dor conditional disable compressing and
  stripping.

Changed files:
    rpm.macros -> 1.34

11 years ago- typo.
kloczek [Wed, 27 Sep 2000 11:44:00 +0000 (11:44 +0000)]
- typo.

Changed files:
    rpm.macros -> 1.33

11 years ago- on nstall_post_compress_docs=1 disable completly
kloczek [Wed, 27 Sep 2000 11:40:54 +0000 (11:40 +0000)]
- on nstall_post_compress_docs=1 disable completly
  %__spec_install_post_compress_docs macro.

Changed files:
    rpm.macros -> 1.32

11 years ago- added conditional defines for disable post install compressing docs and
kloczek [Wed, 27 Sep 2000 11:23:54 +0000 (11:23 +0000)]
- added conditional defines for disable post install compressing docs and
  post install stripping binaries. By default above swithes for above are
  enabled:

%install_post_compress_docs 1
%install_post_strip 1
[ACVS: ----------------------------------------------------------------------

Changed files:
    rpm.macros -> 1.31

11 years ago- __spec_install_post_compress_docs: don't (un)compress non-existing files
mis [Mon, 25 Sep 2000 08:21:48 +0000 (08:21 +0000)]
- __spec_install_post_compress_docs: don't (un)compress non-existing files

Changed files:
    rpm.macros -> 1.30

11 years ago- decompress if needed before gzipping
Jan Rękorajski [Sat, 23 Sep 2000 17:19:34 +0000 (17:19 +0000)]
- decompress if needed before gzipping

Changed files:
    rpm.macros -> 1.29

11 years ago- added missing \
Jan Rękorajski [Sat, 23 Sep 2000 16:53:01 +0000 (16:53 +0000)]
- added missing \
- don't gzip already gzipped files

Changed files:
    rpm.macros -> 1.28

11 years agoChange default binary packages compresion payloads: rpm-3_0_5-11_91
kloczek [Thu, 14 Sep 2000 23:55:52 +0000 (23:55 +0000)]
Change default binary packages compresion payloads:

%_binary_payload        w9.bzdio

Example: binary rpm packages summary size after switch to w9.bzdio makes
~10% output smaller:
w9.gzdio 1839645
w9.bzdio 1670818

Changed files:
    rpm.macros -> 1.27

11 years ago- rewrited %__spec_install_post_compress_docs: rpm-3_0_5-11_9
kloczek [Thu, 14 Sep 2000 00:58:52 +0000 (00:58 +0000)]
- rewrited %__spec_install_post_compress_docs:
  resignate lookup to %{_mandir} for man pages because we have two root
  directories for man pages: /usr/share/man, and /usr/X11R6/man and some
  packages have man pages in both locations,
- finished implementation %__spec_install_post_strip,
- added handling verbose mode in %__spec_install_post_strip and
  %__spec_install_post_compress_docs (this can be enambled during building
  package in standard way using -v command line switch),
- uncomment %{__spec_install_post_strip},
  %{__spec_install_post_compress_docs} in %__spec_install_post.

Seems all is ready but please carefully verify above.

Changed files:
    rpm.macros -> 1.26

11 years ago- added %__spec_install_post_compress_docs macro (complet),
kloczek [Sun, 10 Sep 2000 00:23:17 +0000 (00:23 +0000)]
- added %__spec_install_post_compress_docs macro (complet),
- added %__spec_install_post_strip (lines moved from %__spec_install_post)
- place comment out %__spec_install_post_compress_docs and
  %__spec_install_post_strip in %__spec_install_post (please uncomment this
  if you want testt this).
TODO: rewrite %__spec_install_post_strip:
 - move remove-unneeded-elf-sections script inside %__spec_install_post_strip
   macro and remove remove-unneeded-elf-sections script,
 - simplify stripping/cutting .note/.comment sections by use awk instead
   xargs, egrep (cut also ?),
 - use directly strip instead objcopy for remove .comment and .note sections
   (stripping andremoving unnused sections can be performet in one command
   line).

Changed files:
    rpm.macros -> 1.25

11 years ago- added to %__spec_install_post %{__arch_install_post} and
kloczek [Sat, 9 Sep 2000 16:04:25 +0000 (16:04 +0000)]
- added to %__spec_install_post %{__arch_install_post} and
  %{__os_install_post} (do not change completly semantics
  %__spec_install_post but rather enlarge).

Changed files:
    rpm.macros -> 1.24

11 years ago- modify %GNUconfigure. Now %GNUconfigure is simple wrapper for
kloczek [Sat, 9 Sep 2000 15:59:16 +0000 (15:59 +0000)]
- modify %GNUconfigure. Now %GNUconfigure is simple wrapper for
  %configure which performs addisional tasks.

Changed files:
    rpm.macros -> 1.23

11 years ago- added "if [ -n "$LINGUAS" ]; then unset LINGUAS; fi;" on top %configure.
kloczek [Sat, 9 Sep 2000 15:39:51 +0000 (15:39 +0000)]
- added "if [ -n "$LINGUAS" ]; then unset LINGUAS; fi;" on top %configure.

Changed files:
    rpm.macros -> 1.22

11 years ago- don't run remove-unneeded-elf-sections if don't exist/don't have right to run rpm-3_0_5-11
Artur Frysiak [Tue, 29 Aug 2000 10:45:23 +0000 (10:45 +0000)]
- don't run remove-unneeded-elf-sections if don't exist/don't have right to run
- don't run remove-unneeded-elf-sections if debug is defined

Changed files:
    rpm.macros -> 1.21

11 years ago- removed %{ix86} macro - now this macro is in standard rpm 3.0.5 macros.
kloczek [Wed, 16 Aug 2000 17:34:27 +0000 (17:34 +0000)]
- removed %{ix86} macro - now this macro is in standard rpm 3.0.5 macros.

Changed files:
    rpm.macros -> 1.20

11 years ago- added rpm-remove-unneeded-elf-sections (removes ELFs .note and .comment) rpm-3_0_5-2
mis [Thu, 27 Jul 2000 16:07:43 +0000 (16:07 +0000)]
- added rpm-remove-unneeded-elf-sections (removes ELFs .note and .comment)
  as macro %__spec_install_post

Changed files:
    rpm.macros -> 1.19

11 years ago- added debug support:
klakier [Wed, 26 Jul 2000 12:45:12 +0000 (12:45 +0000)]
- added debug support:
  append -s to LDFLAGS if not debug
  append -g -O to {C,F,CXX}FLAGS if debug
  insert "dbg" into rpm filename release number

Changed files:
    rpm.macros -> 1.18

11 years agotypo rpm-3_0_4-11 rpm-3_0_4-12 rpm-3_0_4-13
Artur Frysiak [Mon, 12 Jun 2000 15:11:31 +0000 (15:11 +0000)]
typo

Changed files:
    rpm.macros -> 1.17

11 years ago- added "unset LINGUAS" in %configure macro before run ./configure.
kloczek [Wed, 7 Jun 2000 05:43:40 +0000 (05:43 +0000)]
- added "unset LINGUAS" in %configure macro before run ./configure.

Changed files:
    rpm.macros -> 1.16

11 years ago- removed %__find-_requires_* rpm-3_0_4-7 rpm-3_0_4-9
Sebastian Zagrodzki [Wed, 24 May 2000 11:08:27 +0000 (11:08 +0000)]
- removed %__find-_requires_*

Changed files:
    rpm.macros -> 1.15

11 years ago- added %__find_requires_{pre,post}
Sebastian Zagrodzki [Tue, 23 May 2000 15:04:32 +0000 (15:04 +0000)]
- added %__find_requires_{pre,post}
- added %_noautoreqdir i %_noautoreqdeps
- added %_examplesdir

Changed files:
    rpm.macros -> 1.14

11 years ago- upgrade to 3.0.4 rpm-3_0_4-1 rpm-3_0_4-2 rpm-3_0_4-3 rpm-3_0_4-4 rpm-3_0_4-5 rpm-3_0_4-6
Artur Frysiak [Tue, 28 Mar 2000 17:21:43 +0000 (17:21 +0000)]
- upgrade to 3.0.4

Changed files:
    rpm.macros -> 1.13

11 years agowywalilem '' wokol %optflags, z tym sie nie buduja pakiety!!! rpm-3_0_1-15 rpm-3_0_3-10 rpm-3_0_3-12 rpm-3_0_3-16 rpm-3_0_3-17 rpm-3_0_3-18 rpm-3_0_3-19 rpm-3_0_3-23 rpm-3_0_3-24 rpm-3_0_3-25 rpm-3_0_3-27
Jan Rękorajski [Thu, 10 Jun 1999 14:16:44 +0000 (14:16 +0000)]
wywalilem '' wokol %optflags, z tym sie nie buduja pakiety!!!

Changed files:
    rpm.macros -> 1.12

11 years ago- fix typos
Artur Frysiak [Fri, 4 Jun 1999 16:36:09 +0000 (16:36 +0000)]
- fix typos

Changed files:
    rpm.macros -> 1.11

11 years ago- don't change CFLAGS,CXXFLAGS,LDFLAGS,FFLAGS if already set
Artur Frysiak [Fri, 4 Jun 1999 16:05:06 +0000 (16:05 +0000)]
- don't change CFLAGS,CXXFLAGS,LDFLAGS,FFLAGS if already set

Changed files:
    rpm.macros -> 1.10

11 years ago%find_lang as wrapper to /usr/lib/rpm/find-lang.sh rpm-3_0_1-14 rpm-3_0_1-6_19990519 rpm-3_0_1-7_19990519
Artur Frysiak [Wed, 19 May 1999 13:46:48 +0000 (13:46 +0000)]
%find_lang as wrapper to /usr/lib/rpm/find-lang.sh

Changed files:
    rpm.macros -> 1.9

11 years ago- added %find_lang macro
Artur Frysiak [Wed, 19 May 1999 08:23:59 +0000 (08:23 +0000)]
- added %find_lang macro

Changed files:
    rpm.macros -> 1.8

11 years ago#@$$! fixed %configure macro
Artur Frysiak [Mon, 17 May 1999 22:00:25 +0000 (22:00 +0000)]
#@$$! fixed %configure macro

Changed files:
    rpm.macros -> 1.7

11 years ago- added %configure macro (oryginal in /usr/lib/rpm/macros)
Artur Frysiak [Mon, 17 May 1999 20:53:23 +0000 (20:53 +0000)]
- added %configure macro (oryginal in /usr/lib/rpm/macros)
- improved %GNUconfigure macro (like %configure)

Changed files:
    rpm.macros -> 1.6

11 years ago- added now macro %ix86 rpm-3_0_1-5_19990513 rpm-3_0_1_19990507-1
Artur Frysiak [Fri, 7 May 1999 02:02:42 +0000 (02:02 +0000)]
- added now macro %ix86
- removed %requires_eq, %{perl_archlib}, %{perl_sitearch}
- FHS 2.0 compilant changes

Changed files:
    rpm.macros -> 1.5

11 years ago- added 4 macros:
Artur Frysiak [Fri, 30 Apr 1999 01:29:45 +0000 (01:29 +0000)]
- added 4 macros:
-- %GNUconfigure and %GNUconfigureS to complete remake autoconf/automake stuff
-- %configure and %configureS to corect run ./configure
-- *S add "-s" to LDFLAGS

Changed files:
    rpm.macros -> 1.4

11 years ago- ranamed requires_pkg to requires_eq rpm-3_0-8 rpm-3_0_1-3
Artur Frysiak [Thu, 22 Apr 1999 16:19:36 +0000 (16:19 +0000)]
- ranamed requires_pkg to requires_eq

Changed files:
    rpm.macros -> 1.3

11 years agointegrated rpm3 branch
Artur Frysiak [Tue, 20 Apr 1999 13:09:32 +0000 (13:09 +0000)]
integrated rpm3 branch

Changed files:
    rpm.macros -> 1.2

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