forked from pool/nodejs-packaging
another proposal in order to get %nodejs_install work for 1320+ - i needed to require nodejs-npm for npm to get found when executing the %nodejs_install macro OBS-URL: https://build.opensuse.org/request/show/319552 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-packaging?expand=0&rev=12
65 lines
2.3 KiB
Plaintext
65 lines
2.3 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 29 17:42:32 UTC 2015 - marec@detebe.org
|
|
|
|
- adding %nodejs_install macro for version 1320+
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 4 16:33:33 UTC 2015 - i@marguerite.su
|
|
|
|
- update version 7
|
|
- set fedora scm as its upstream url
|
|
- no conditional source
|
|
* add patch: nodejs-packaging-compat-opensuse-pre1320.patch
|
|
* add patch: nodejs-packaging-compat-opensuse.patch
|
|
* drop patch: nodejs-packaging-pre1320-macros.patch
|
|
- rename the macros file only on specific version of openSUSE
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 28 16:41:37 UTC 2015 - marec@detebe.org
|
|
|
|
- changed name of rpm macro file in order to prevent conflict with
|
|
rpm macro from some versions of nodejs package with same filename
|
|
- added macro definitions from nodejs package to this rpm macro file
|
|
because they are missing in some versions of nodejs package
|
|
- added patch: nodejs-packaging-pre1320-macros.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 17 21:47:06 UTC 2014 - dimstar@opensuse.org
|
|
|
|
- Don't use conditional Sources: we want to get uniform src.rpms
|
|
that can be re-used. Do the condition in the %prep section, where
|
|
the specifically chosen tarball is extracted.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 17 11:48:49 UTC 2014 - jgleissner@suse.com
|
|
|
|
- require nodejs to make sure /usr/lib/node_modules is owned (may
|
|
break build of module packages otherwise)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 17 11:16:45 UTC 2014 - jgleissner@suse.com
|
|
|
|
- removed use of %nodejs_find_provides_and_requires macro (was
|
|
added by accident)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 9 15:08:28 UTC 2014 - jgleissner@suse.com
|
|
|
|
- use nodejs-packaging for building
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 7 11:55:34 UTC 2014 - jgleissner@suse.com
|
|
|
|
- added %nodejs_modulesdir to macros.nodejs for older releases
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 7 09:57:35 UTC 2014 - jgleissner@suse.com
|
|
|
|
- explicitely require Python
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 6 14:41:54 UTC 2014 - jgleissner@suse.com
|
|
|
|
- initial check-in
|
|
|