-
Notifications
You must be signed in to change notification settings - Fork 2
/
clump.yaml
62 lines (62 loc) · 1.87 KB
/
clump.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Name: clump
Summary: Cross Linux Uniform Mutual Packager
Arch: all
install:
python setup.py install --root=$DESTDIR
Requires:
- python
- python-yaml
- python-configobj
- rhel: rpm
ubuntu: [devscripts, debhelper, build-essential]
Description: |
Build packages for Enterprise Linux and Debian based Linux distros in a
uniform way for mutually supported package functionality.
changelog:
- version: 0.12
when: Tue Oct 9 2018
what: add BuildRequires and use to determine what paths are outside package
who: Castedo Ellerman <[email protected]>
- version: 0.11
when: Wed Feb 22 2017
what: raise error if required package is not installed (thus not walkable)
- version: 0.10
when: Tue Feb 21 2017
what: set bash option errexit in clumpiled install script
- version: 0.9
when: Sat Feb 11 2017
what: in rpms, always include paths with ownership set
- version: 0.8.2
when: Fri Feb 10 2017
what: enable setting of pre and post install sections
- version: 0.7
when: Wed Apr 1 2015
what: create rpmbuild subdirs if not exist
- version: 0.6.1
when: Fri Mar 27 2015
what: fixed bug trying to be Pythonic
- version: 0.6
when: Thu Mar 26 2015
what: |
allow who entries to be omitted if they can be infered
allow distro specific dependecies to be in a list
correct dependecies required on ubuntu
- version: 0.5
when: Tue Jan 13 2015
what: make setup.py package missing default-CMakeLists.txt file
- version: 0.4
when: Mon Jan 12 2015
what: |
walk all indirect rpm dependencies to find directories
to exclude from rpm files list
- version: 0.3
when: Wed Jan 07 2015
what: |
implement sections install and cmake on Enterprise Linux
fix check_output call on Python 2.7
- version: 0.2
when: Mon Jan 05 2015
what: Backport to work with Python 2.6 for Amazon Linux
- version: 0.1
when: Thu Dec 25 2014
what: Initial version packaging itself.