]> git.pld-linux.org Git - packages/rpm-build-macros.git/log
packages/rpm-build-macros.git
11 years ago- same rules for requires_releq
Elan Ruusamäe [Wed, 11 Feb 2009 19:46:19 +0000 (19:46 +0000)]
- same rules for requires_releq

Changed files:
    rpm.macros -> 1.504

11 years ago- requires_eq, requires_eq_to now convert Requires to BuildRequires, making spec...
Elan Ruusamäe [Wed, 11 Feb 2009 19:39:45 +0000 (19:39 +0000)]
- requires_eq, requires_eq_to now convert Requires to BuildRequires, making spec syntax valid if packages are not present
- side effect is that requires_eq now accepts only one paramter, contrary to previous where it accepted long list.

The test results of the new macros:
$ rpm -q xulrunner zlib
package xulrunner is not installed
zlib-1.2.3-7.i686

$ rpm -E '%requires_eq'
ERROR
$ rpm -E '%requires_eq zlib'
Requires: zlib = 0:1.2.3
$ rpm -E '%requires_eq xulrunner'
BuildRequires: xulrunner
$ rpm -E '%requires_eq xulrunner zlib'
ERROR
$ rpm -E '%requires_eq_to'
ERROR
$ rpm -E '%requires_eq_to zlib'
ERROR
$ rpm -E '%requires_eq_to xulrunner zlib'
Requires: xulrunner = 0:1.2.3
$ rpm -E '%requires_eq_to xulrunner zlib zl'
ERROR
$ rpm -E '%requires_eq_to xulrunner xulrunner'
BuildRequires: xulrunner

Changed files:
    rpm.macros -> 1.503

11 years ago- 1.502: make requires_eq, requires_releq, requires_eq_to return failure if queried... auto/ac/rpm-build-macros-1_502-1 auto/th/rpm-build-macros-1_502-1
Elan Ruusamäe [Tue, 3 Feb 2009 10:25:31 +0000 (10:25 +0000)]
- 1.502: make requires_eq, requires_releq, requires_eq_to return failure if queried package is not installed

Changed files:
    rpm-build-macros.spec -> 1.205

11 years ago- make requires_eq, requires_releq, requires_eq_to return failure if queried package...
Elan Ruusamäe [Tue, 3 Feb 2009 10:24:47 +0000 (10:24 +0000)]
- make requires_eq, requires_releq, requires_eq_to return failure if queried package is not installed

Changed files:
    rpm.macros -> 1.502

11 years ago- add ca-va -> ca_VA auto/th/dokuwiki-20090214-1 auto/th/dokuwiki-20090214-2 auto/th/dokuwiki-20090214-3 auto/th/dokuwiki-20090214b-1 auto/ti/dokuwiki-20090214-2
Elan Ruusamäe [Fri, 30 Jan 2009 14:24:51 +0000 (14:24 +0000)]
- add ca-va -> ca_VA

Changed files:
    dokuwiki-find-lang.sh -> 1.6

11 years ago- do not use subshell, so the exit code could be propagated
Elan Ruusamäe [Fri, 30 Jan 2009 14:23:55 +0000 (14:23 +0000)]
- do not use subshell, so the exit code could be propagated

Changed files:
    dokuwiki-find-lang.sh -> 1.5

11 years ago- barf if lang files not found
Elan Ruusamäe [Wed, 28 Jan 2009 13:47:59 +0000 (13:47 +0000)]
- barf if lang files not found

Changed files:
    dokuwiki-find-lang.sh -> 1.4

11 years ago- up to 2009-01-26 rc
Elan Ruusamäe [Tue, 27 Jan 2009 14:33:49 +0000 (14:33 +0000)]
- up to 2009-01-26 rc

Changed files:
    dokuwiki-find-lang.sh -> 1.3

11 years ago- sync with rpm.macros
witekfl [Sun, 25 Jan 2009 20:32:58 +0000 (20:32 +0000)]
- sync with rpm.macros

Changed files:
    rpm-build-macros.spec -> 1.204

11 years ago- fix %install_kernel_modules - local: can only be used in a function auto/th/rpm-build-macros-1_498-1
sparky [Wed, 3 Dec 2008 22:58:34 +0000 (22:58 +0000)]
- fix %install_kernel_modules - local: can only be used in a function

Changed files:
    rpm.macros -> 1.501

11 years ago- revert, bash %configure works too
Elan Ruusamäe [Sun, 30 Nov 2008 14:14:06 +0000 (14:14 +0000)]
- revert, bash %configure works too

Changed files:
    rpm.macros -> 1.500

11 years ago- add __configure_sh macro to be able to run ./configure with bash for example
Elan Ruusamäe [Sun, 30 Nov 2008 14:10:55 +0000 (14:10 +0000)]
- add __configure_sh macro to be able to run ./configure with bash for example

Changed files:
    rpm.macros -> 1.499

11 years ago- 1.498: added %_clean_env
sparky [Mon, 24 Nov 2008 14:58:16 +0000 (14:58 +0000)]
- 1.498: added %_clean_env

Changed files:
    rpm-build-macros.spec -> 1.203

11 years ago- %_clean_env: no need to quote : . _ -
sparky [Mon, 24 Nov 2008 14:55:45 +0000 (14:55 +0000)]
- %_clean_env: no need to quote : . _ -

Changed files:
    rpm.macros -> 1.498

11 years ago- %_clean_env: proper quoting rules
sparky [Mon, 24 Nov 2008 14:34:06 +0000 (14:34 +0000)]
- %_clean_env: proper quoting rules

Changed files:
    rpm.macros -> 1.497

11 years ago- preserve also PATH
Elan Ruusamäe [Sun, 23 Nov 2008 20:36:24 +0000 (20:36 +0000)]
- preserve also PATH

Changed files:
    rpm.macros -> 1.496

11 years ago- add _clean_env with _preserve_env support
sparky [Sun, 23 Nov 2008 18:54:07 +0000 (18:54 +0000)]
- add _clean_env with _preserve_env support

Changed files:
    rpm.macros -> 1.495

11 years ago- 1.494 auto/th/rpm-build-macros-1_494-1 auto/ti/rpm-build-macros-1_494-1
Arkadiusz Miśkiewicz [Thu, 13 Nov 2008 20:13:20 +0000 (20:13 +0000)]
- 1.494

Changed files:
    rpm-build-macros.spec -> 1.202

11 years ago- terminating here terminates whole script; crap
Arkadiusz Miśkiewicz [Thu, 13 Nov 2008 20:13:03 +0000 (20:13 +0000)]
- terminating here terminates whole script; crap

Changed files:
    rpm.macros -> 1.494

11 years ago- I don't know how did you manage to get this to work without dist_kernel
Tomasz Pala [Wed, 12 Nov 2008 00:30:43 +0000 (00:30 +0000)]
- I don't know how did you manage to get this to work without dist_kernel

Changed files:
    rpm.macros -> 1.493

11 years ago- 1.492 auto/th/rpm-build-macros-1_492-1
Arkadiusz Miśkiewicz [Sat, 8 Nov 2008 11:06:47 +0000 (11:06 +0000)]
- 1.492

Changed files:
    rpm-build-macros.spec -> 1.201

11 years ago- disable failing for now
Arkadiusz Miśkiewicz [Sat, 8 Nov 2008 11:06:29 +0000 (11:06 +0000)]
- disable failing for now

Changed files:
    rpm.macros -> 1.492

11 years ago- 1.491
Arkadiusz Miśkiewicz [Fri, 7 Nov 2008 13:36:31 +0000 (13:36 +0000)]
- 1.491

Changed files:
    rpm-build-macros.spec -> 1.200

11 years ago- some stats when hardlinking .py[co] files
Elan Ruusamäe [Wed, 5 Nov 2008 21:29:54 +0000 (21:29 +0000)]
- some stats when hardlinking .py[co] files

Changed files:
    rpm.macros -> 1.491

11 years ago- ver 1.490 auto/th/rpm-build-macros-1_490-1
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 17:56:13 +0000 (17:56 +0000)]
- ver 1.490

Changed files:
    rpm-build-macros.spec -> 1.199

11 years ago- skip table that contains common symbols that should be skipped
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 17:55:48 +0000 (17:55 +0000)]
- skip table that contains common symbols that should be skipped

Changed files:
    rpm.macros -> 1.490

11 years ago- up to 1.489 auto/th/rpm-build-macros-1_489-1
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 13:08:22 +0000 (13:08 +0000)]
- up to 1.489

Changed files:
    rpm-build-macros.spec -> 1.198

11 years ago- so_check look only for *.so.*
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 13:07:24 +0000 (13:07 +0000)]
- so_check look only for *.so.*

Changed files:
    rpm.macros -> 1.489

11 years ago- newline
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 12:55:31 +0000 (12:55 +0000)]
- newline

Changed files:
    rpm.macros -> 1.488

11 years ago- rel 3; and revert after builders upgrade auto/th/rpm-build-macros-1_487-3
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 10:37:02 +0000 (10:37 +0000)]
- rel 3; and revert after builders upgrade

Changed files:
    rpm-build-macros.spec -> 1.197

11 years ago- rel 2 auto/th/rpm-build-macros-1_487-2
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 10:35:42 +0000 (10:35 +0000)]
- rel 2

Changed files:
    rpm-build-macros.spec -> 1.196

11 years ago- 1.487 auto/th/rpm-build-macros-1_487-1
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 10:32:17 +0000 (10:32 +0000)]
- 1.487

Changed files:
    rpm-build-macros.spec -> 1.195

11 years ago- exit 0 to avoid failure
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 10:31:55 +0000 (10:31 +0000)]
- exit 0 to avoid failure

Changed files:
    rpm.macros -> 1.487

11 years ago- new macro __spec_install_post_check_so auto/th/rpm-build-macros-1_486-1
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 10:00:16 +0000 (10:00 +0000)]
- new macro __spec_install_post_check_so

Changed files:
    rpm-build-macros.spec -> 1.194

11 years ago- __spec_install_post_check_so macro that finds unresolved symbols in shared object...
Arkadiusz Miśkiewicz [Wed, 5 Nov 2008 09:54:27 +0000 (09:54 +0000)]
- __spec_install_post_check_so macro that finds unresolved symbols in shared object files

Changed files:
    rpm.macros -> 1.486

11 years ago- up to 1.485 (ppc workarounds for http://bugzilla.kernel.org/show_bug.cgi?id=11143) auto/th/rpm-build-macros-1_485-1
Arkadiusz Miśkiewicz [Tue, 4 Nov 2008 12:34:58 +0000 (12:34 +0000)]
- up to 1.485 (ppc workarounds for http://bugzilla.kernel.org/show_bug.cgi?id=11143)

Changed files:
    rpm-build-macros.spec -> 1.193

11 years ago- dir needed for ppc builds
Arkadiusz Miśkiewicz [Tue, 4 Nov 2008 12:33:35 +0000 (12:33 +0000)]
- dir needed for ppc builds

Changed files:
    rpm.macros -> 1.485

11 years ago- rm: option `--interactive' doesn't allow an argument auto/ti/rpm-build-macros-1_484-1
Elan Ruusamäe [Sun, 26 Oct 2008 23:12:32 +0000 (23:12 +0000)]
- rm: option `--interactive' doesn't allow an argument

Changed files:
    rpm-build-macros.spec -> 1.192

11 years ago- 1.484: add %ruby_rdocdir = /usr/share/rdoc auto/th/rpm-build-macros-1_484-1
Elan Ruusamäe [Sun, 12 Oct 2008 10:35:09 +0000 (10:35 +0000)]
- 1.484: add %ruby_rdocdir = /usr/share/rdoc

Changed files:
    rpm-build-macros.spec -> 1.191

11 years ago- add %ruby_rdocdir = /usr/share/rdoc
Elan Ruusamäe [Sun, 12 Oct 2008 10:34:26 +0000 (10:34 +0000)]
- add %ruby_rdocdir = /usr/share/rdoc

Changed files:
    rpm.macros -> 1.484

11 years ago- correction: not all pkgs auto/ac/rpm-build-macros-1_483-1
Elan Ruusamäe [Mon, 6 Oct 2008 16:35:45 +0000 (16:35 +0000)]
- correction: not all pkgs

Changed files:
    rpm-build-macros.spec -> 1.190

11 years ago- r1.483 bugfix: getgid check was inversed (all pkgs built with x>=1.479 and x<1...
Elan Ruusamäe [Mon, 6 Oct 2008 16:34:49 +0000 (16:34 +0000)]
- r1.483 bugfix: getgid check was inversed (all pkgs built with x>=1.479 and x<1.483 should be rebuilt)

Changed files:
    rpm-build-macros.spec -> 1.189

11 years ago- bug: getgid check was inversed
Elan Ruusamäe [Mon, 6 Oct 2008 16:30:57 +0000 (16:30 +0000)]
- bug: getgid check was inversed

Changed files:
    rpm.macros -> 1.483

11 years ago- err, with expression
Elan Ruusamäe [Sat, 4 Oct 2008 20:26:43 +0000 (20:26 +0000)]
- err, with expression

Changed files:
    rpm.macros -> 1.482

11 years ago- %_smp_mflags had CPU*2, where did it go?
Elan Ruusamäe [Sat, 4 Oct 2008 20:25:57 +0000 (20:25 +0000)]
- %_smp_mflags had CPU*2, where did it go?

Changed files:
    rpm.macros -> 1.481

11 years ago- pass CLASSPATH to %ant so wouldn't need to export it
Elan Ruusamäe [Fri, 3 Oct 2008 19:19:20 +0000 (19:19 +0000)]
- pass CLASSPATH to %ant so wouldn't need to export it

Changed files:
    rpm.macros -> 1.480

11 years ago- r1.479
Elan Ruusamäe [Fri, 3 Oct 2008 17:35:01 +0000 (17:35 +0000)]
- r1.479

Changed files:
    rpm-build-macros.spec -> 1.188

11 years ago- die cvsnt auto/ac/rpm-build-macros-1_478-1
Elan Ruusamäe [Fri, 3 Oct 2008 15:51:29 +0000 (15:51 +0000)]
- die cvsnt

Changed files:
    rpm-build.sh -> 1.56

11 years ago- coreutils 6.12 compatible %groupadd, see: auto/ti/rpm-build-macros-1_478-1
Elan Ruusamäe [Sun, 7 Sep 2008 10:40:37 +0000 (10:40 +0000)]
- coreutils 6.12 compatible %groupadd, see:
  http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2008-August/020370.html

Changed files:
    rpm.macros -> 1.479

11 years ago- 1.478: added missing semicolons to fix lp#264147 auto/th/rpm-build-macros-1_478-1
Marcin Banasiak [Sat, 6 Sep 2008 21:57:36 +0000 (21:57 +0000)]
- 1.478: added missing semicolons to fix lp#264147

Changed files:
    rpm-build-macros.spec -> 1.187

11 years ago- add missing semicolons to fix lp#264147
Marcin Banasiak [Sat, 6 Sep 2008 21:55:02 +0000 (21:55 +0000)]
- add missing semicolons to fix lp#264147

Changed files:
    rpm.macros -> 1.478

11 years ago- 1.477: fix build_kernel_modules with !dist_kernel and non-built tree
Jakub Bogusz [Wed, 3 Sep 2008 14:55:20 +0000 (14:55 +0000)]
- 1.477: fix build_kernel_modules with !dist_kernel and non-built tree

Changed files:
    rpm-build-macros.spec -> 1.186

11 years ago- fix !dist_kernel with non-built tree
Jakub Bogusz [Wed, 3 Sep 2008 14:53:39 +0000 (14:53 +0000)]
- fix !dist_kernel with non-built tree

Changed files:
    rpm.macros -> 1.477

11 years ago- again binary then
Elan Ruusamäe [Fri, 29 Aug 2008 21:31:05 +0000 (21:31 +0000)]
- again binary then

Changed files:
    rpm-build.sh -> 1.55

11 years ago- use 'cvs update -kb rpm-build.sh' as need \r here, not being converted to \n
Elan Ruusamäe [Fri, 29 Aug 2008 21:28:44 +0000 (21:28 +0000)]
- use 'cvs update -kb rpm-build.sh' as need \r here, not being converted to \n

Changed files:
    rpm-build.sh -> 1.54

11 years ago- keep kv expansion
Elan Ruusamäe [Fri, 29 Aug 2008 21:27:16 +0000 (21:27 +0000)]
- keep kv expansion

Changed files:
    rpm-build.sh -> 1.53

11 years ago- try setting -kb
Elan Ruusamäe [Fri, 29 Aug 2008 21:24:55 +0000 (21:24 +0000)]
- try setting -kb

Changed files:
    rpm-build.sh -> 1.52

11 years ago- fix diffcol
Elan Ruusamäe [Fri, 29 Aug 2008 17:59:16 +0000 (17:59 +0000)]
- fix diffcol

Changed files:
    rpm-build.sh -> 1.51

11 years ago- 1.476 auto/ac/rpm-build-macros-1_476-1
Elan Ruusamäe [Fri, 29 Aug 2008 16:07:27 +0000 (16:07 +0000)]
- 1.476

Changed files:
    rpm-build-macros.spec -> 1.185

11 years ago- check only on uninstall
Elan Ruusamäe [Fri, 29 Aug 2008 16:01:03 +0000 (16:01 +0000)]
- check only on uninstall

Changed files:
    rpm.macros -> 1.476

11 years ago- check for /usr/bin/gconftool-2 existence in %gconf_schema_* macros, in case pkg...
Elan Ruusamäe [Fri, 29 Aug 2008 15:58:30 +0000 (15:58 +0000)]
- check for /usr/bin/gconftool-2 existence in %gconf_schema_* macros, in case pkg and GConf2 are removed in same transaction

Changed files:
    rpm.macros -> 1.475

11 years ago- add get-buildlog()
Elan Ruusamäe [Fri, 29 Aug 2008 15:37:42 +0000 (15:37 +0000)]
- add get-buildlog()

Changed files:
    rpm-build.sh -> 1.50

11 years ago- handle channel://URI in install.log for pear
Elan Ruusamäe [Tue, 26 Aug 2008 13:58:55 +0000 (13:58 +0000)]
- handle channel://URI in install.log for pear

Changed files:
    rpm.macros -> 1.474

11 years ago- 1.473: no %{dirname:xxx} expand in rpm 4.4.9 auto/ac/rpm-build-macros-1_473-1 auto/th/rpm-build-macros-1_473-1
Elan Ruusamäe [Tue, 26 Aug 2008 13:51:03 +0000 (13:51 +0000)]
- 1.473: no %{dirname:xxx} expand in rpm 4.4.9

Changed files:
    rpm-build-macros.spec -> 1.184

11 years ago- initial proof
Elan Ruusamäe [Tue, 26 Aug 2008 13:50:25 +0000 (13:50 +0000)]
- initial proof

Changed files:
    pydebuginfo.patch -> 1.1

11 years ago- no %{dirname:xxx} expand in rpm 4.4.9
Elan Ruusamäe [Tue, 26 Aug 2008 13:49:53 +0000 (13:49 +0000)]
- no %{dirname:xxx} expand in rpm 4.4.9

Changed files:
    rpm.macros -> 1.473

11 years ago- 1.472: ugly %pear_package_setup -c channel.xml support auto/ac/rpm-build-macros-1_472-1
Elan Ruusamäe [Tue, 12 Aug 2008 19:18:33 +0000 (19:18 +0000)]
- 1.472: ugly %pear_package_setup -c channel.xml support

Changed files:
    rpm-build-macros.spec -> 1.183

11 years ago- add -c to %pear_package_setup (this is hack due PEAR incapable of behaving normally...
Elan Ruusamäe [Tue, 12 Aug 2008 17:54:19 +0000 (17:54 +0000)]
- add -c to %pear_package_setup (this is hack due PEAR incapable of behaving normally with buildroots)

Changed files:
    rpm.macros -> 1.472

11 years ago- 1.471: passing LDFLAGS for cmake auto/th/rpm-build-macros-1_471-1 auto/ti/rpm-build-macros-1_471-1
Jakub Bogusz [Thu, 31 Jul 2008 15:59:40 +0000 (15:59 +0000)]
- 1.471: passing LDFLAGS for cmake

Changed files:
    rpm-build-macros.spec -> 1.182

11 years ago- pass LDFLAGS for cmake
Jakub Bogusz [Thu, 31 Jul 2008 05:48:53 +0000 (05:48 +0000)]
- pass LDFLAGS for cmake
- removed bogus comment

Changed files:
    rpm.macros -> 1.471

11 years ago- up to 1.470 auto/th/rpm-build-macros-1_470-1
Arkadiusz Miśkiewicz [Thu, 24 Jul 2008 07:17:55 +0000 (07:17 +0000)]
- up to 1.470

Changed files:
    rpm-build-macros.spec -> 1.181

11 years ago- use rpmcppflags
Arkadiusz Miśkiewicz [Thu, 24 Jul 2008 07:06:32 +0000 (07:06 +0000)]
- use rpmcppflags

Changed files:
    rpm.macros -> 1.470

11 years ago- 1.469: add %py_lint macro auto/ac/rpm-build-macros-1_469-1
Elan Ruusamäe [Thu, 17 Jul 2008 12:35:26 +0000 (12:35 +0000)]
- 1.469: add %py_lint macro

Changed files:
    rpm-build-macros.spec -> 1.180

11 years ago- add %py_lint macro
Elan Ruusamäe [Thu, 17 Jul 2008 12:34:51 +0000 (12:34 +0000)]
- add %py_lint macro

Changed files:
    rpm.macros -> 1.469

11 years ago- ac compatible libtool macro
Elan Ruusamäe [Tue, 15 Jul 2008 00:35:41 +0000 (00:35 +0000)]
- ac compatible libtool macro

Changed files:
    rpm-build-macros.spec -> 1.179

11 years ago- hide errors from missing python binary
Elan Ruusamäe [Mon, 14 Jul 2008 16:35:34 +0000 (16:35 +0000)]
- hide errors from missing python binary

Changed files:
    rpm.macros -> 1.468

11 years ago- 1.467; no tabs/spaces in front of xorg deps auto/th/rpm-build-macros-1_467-1
Arkadiusz Miśkiewicz [Tue, 1 Jul 2008 11:44:03 +0000 (11:44 +0000)]
- 1.467; no tabs/spaces in front of xorg deps

Changed files:
    rpm-build-macros.spec -> 1.178

11 years ago- no tabs/spaces in front of macros; rpm doesn't like these
Arkadiusz Miśkiewicz [Tue, 1 Jul 2008 11:43:32 +0000 (11:43 +0000)]
- no tabs/spaces in front of macros; rpm doesn't like these

Changed files:
    rpm.macros -> 1.467

11 years agorev 1.466; xorg dep ranges fixed thanks to glen
Arkadiusz Miśkiewicz [Tue, 1 Jul 2008 11:40:25 +0000 (11:40 +0000)]
rev 1.466; xorg dep ranges fixed thanks to glen

Changed files:
    rpm-build-macros.spec -> 1.177

11 years ago- rework xorg macros so that up to next major deps are solved ( >= x.y && < x + 1.0)
Elan Ruusamäe [Tue, 1 Jul 2008 11:29:42 +0000 (11:29 +0000)]
- rework xorg macros so that up to next major deps are solved ( >= x.y && < x + 1.0)

Changed files:
    rpm.macros -> 1.466

11 years ago- rev 1.465; libtoolize macro uses --install option, now auto/th/rpm-build-macros-1_465-1
Arkadiusz Miśkiewicz [Sun, 29 Jun 2008 09:50:45 +0000 (09:50 +0000)]
- rev 1.465; libtoolize macro uses --install option, now

Changed files:
    rpm-build-macros.spec -> 1.176

11 years ago- libtoolize has now install option by default
Arkadiusz Miśkiewicz [Sun, 29 Jun 2008 09:49:59 +0000 (09:49 +0000)]
- libtoolize has now install option by default

Changed files:
    rpm.macros -> 1.465

11 years ago- up to 1.464 auto/th/rpm-build-macros-1_464-1
Arkadiusz Miśkiewicz [Fri, 27 Jun 2008 09:41:51 +0000 (09:41 +0000)]
- up to 1.464

Changed files:
    rpm-build-macros.spec -> 1.175

11 years agoDon't use new rpath if it's longer than old one.
Arkadiusz Miśkiewicz [Fri, 27 Jun 2008 09:41:09 +0000 (09:41 +0000)]
Don't use new rpath if it's longer than old one.

Changed files:
    rpm.macros -> 1.464

11 years ago- up to 1.463 auto/th/rpm-build-macros-1_463-1
Arkadiusz Miśkiewicz [Wed, 25 Jun 2008 19:13:40 +0000 (19:13 +0000)]
- up to 1.463

Changed files:
    rpm-build-macros.spec -> 1.174

11 years ago- keep ORIGIN, we need it because some absolute paths are too long to be in rpath...
Arkadiusz Miśkiewicz [Wed, 25 Jun 2008 19:12:34 +0000 (19:12 +0000)]
- keep ORIGIN, we need it because some absolute paths are too long to be in rpath, untested

Changed files:
    rpm.macros -> 1.463

11 years ago- 1.462: the add %lua_ prefixed /etc/shell edit macros for cleaner specs
Elan Ruusamäe [Wed, 25 Jun 2008 12:45:48 +0000 (12:45 +0000)]
- 1.462: the add %lua_ prefixed /etc/shell edit macros for cleaner specs

Changed files:
    rpm-build-macros.spec -> 1.173

11 years ago- the add %lua_ prefixed /etc/shell edit macros for cleaner specs
Elan Ruusamäe [Wed, 25 Jun 2008 12:44:18 +0000 (12:44 +0000)]
- the add %lua_ prefixed /etc/shell edit macros for cleaner specs

Changed files:
    rpm.macros -> 1.462

11 years ago- 1.461: add %php_data_dir for libraries, frameworks, engines that are not PEAR classes auto/th/rpm-build-macros-1_461-1
Elan Ruusamäe [Mon, 16 Jun 2008 15:11:22 +0000 (15:11 +0000)]
- 1.461: add %php_data_dir for libraries, frameworks, engines that are not PEAR classes

Changed files:
    rpm-build-macros.spec -> 1.172

11 years ago- add %php_data_dir for libraries, frameworks, engines that are not PEAR classes
Elan Ruusamäe [Mon, 16 Jun 2008 15:10:09 +0000 (15:10 +0000)]
- add %php_data_dir for libraries, frameworks, engines that are not PEAR classes

Changed files:
    rpm.macros -> 1.461

11 years ago- @pld-linux.org domain
Elan Ruusamäe [Thu, 12 Jun 2008 14:31:41 +0000 (14:31 +0000)]
- @pld-linux.org domain

Changed files:
    rpm.macros -> 1.460

11 years ago- 1.459: rpaths are normalized with readlink(1) again and $ORIGIN is translated to...
Elan Ruusamäe [Wed, 11 Jun 2008 18:55:45 +0000 (18:55 +0000)]
- 1.459: rpaths are normalized with readlink(1) again and $ORIGIN is translated to real path

Changed files:
    rpm-build-macros.spec -> 1.171

11 years ago- (after hawk got his autotag) switch back to readlink but additionally translate...
Elan Ruusamäe [Wed, 11 Jun 2008 15:27:32 +0000 (15:27 +0000)]
- (after hawk got his autotag) switch back to readlink but additionally translate $ORIGIN to real path, so that normalize path would work with readlink

Changed files:
    rpm.macros -> 1.459

11 years ago- macros 1.458, __spec_install_post_chrpath uses python again, check auto/ti/rpm-build-macros-1_458-1
hawk [Wed, 11 Jun 2008 15:18:14 +0000 (15:18 +0000)]
- macros 1.458, __spec_install_post_chrpath uses python again, check
  rpm.macros commit log for details

Changed files:
    rpm-build-macros.spec -> 1.170

11 years ago- revert to python solution in %__spec_install_post_chrpath, readlink causes
hawk [Wed, 11 Jun 2008 15:09:15 +0000 (15:09 +0000)]
- revert to python solution in %__spec_install_post_chrpath, readlink causes
  RPATH to be completly removed from libraries where just $ORIGIN is used
  (ie. in glibc) making them unusable, python on the other hand fails with
  $ORIGIN/../something, this part of macros needs more investigation to find
  100% working sollution, for now python works in much more cases

Changed files:
    rpm.macros -> 1.458

11 years ago- use $() for subshell for readability
Elan Ruusamäe [Wed, 11 Jun 2008 14:34:56 +0000 (14:34 +0000)]
- use $() for subshell for readability

Changed files:
    rpm.macros -> 1.457

11 years ago- macros 1.456, python no longer required (glen) auto/ti/rpm-build-macros-1_456-1
Jakub Bogusz [Tue, 3 Jun 2008 16:25:06 +0000 (16:25 +0000)]
- macros 1.456, python no longer required (glen)

Changed files:
    rpm-build-macros.spec -> 1.169

11 years ago- drop python requirement from %__spec_install_post_chrpath:
Elan Ruusamäe [Tue, 3 Jun 2008 15:31:27 +0000 (15:31 +0000)]
- drop python requirement from %__spec_install_post_chrpath:
  $ readlink -m /usr/lib64/../lib64:/usr/lib64/gcj-4.2.4
  /usr/lib64:/usr/lib64/gcj-4.2.4
  $ readlink -m /usr/lib64/../lib64:/usr/lib64/gcj-4.2.4:/usr/lib64/../lib64
  /usr/lib64:/usr/lib64/gcj-4.2.4:/usr/lib64
  $ readlink -m /usr/lib64/../lib64
  /usr/lib64

Changed files:
    rpm.macros -> 1.456

11 years ago- missing line continuation
Elan Ruusamäe [Tue, 3 Jun 2008 15:29:32 +0000 (15:29 +0000)]
- missing line continuation

Changed files:
    rpm.macros -> 1.455

11 years ago- update
Elan Ruusamäe [Tue, 3 Jun 2008 15:26:09 +0000 (15:26 +0000)]
- update

Changed files:
    rpm-build.sh -> 1.49

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