forked from castedo/clump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clump.yaml
47 lines (47 loc) · 1.35 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
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.7
who: Castedo Ellerman <[email protected]>
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.