Kefu Chai
|
70bbf1aded
|
configure.ac,debian,rpm: do not package .a files in rpm/deb packages
this change removes *.a from -dev or -devel packages.
* configure.ac:
- use LT_INIT instead of AM_PROG_LIBTOOL. the later is deprecated.
- disable static lib:
.a static libraries not not useful, it's tricky to generate both
static libraries and shared libraries in cmake.
see http://www.spinics.net/lists/ceph-devel/msg30637.html
* ceph.spec.in: fedora packaging policy forbids this
see
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries
* debian/*-dev.install: debian does not requires this
see
https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#s-sharedlibs-static
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
2016-06-07 14:08:59 +08:00 |
Kefu Chai
|
4ba2bb750b
|
debian: do not install *.la files
rationales:
* .la files are worthless
see http://www.spinics.net/lists/ceph-devel/msg30637.html
* debian does not like it:
see https://wiki.debian.org/ReleaseGoals/LAFileRemoval
* neither does fedora:
https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_Static_Libraries
* also they are created by libtools, and cmake does not use libtools.
Signed-off-by: Kefu Chai <kchai@redhat.com>
|
2016-06-07 14:08:59 +08:00 |
Matt Benjamin
|
de0f86691b
|
librgw: add debian and rpm packaging
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
|
2016-02-12 13:07:24 -05:00 |
Sage Weil
|
caab859b6d
|
debian: kill librgw.so
Signed-off-by: Sage Weil <sage@newdream.net>
|
2012-05-06 14:50:30 -07:00 |
Tommi Virtanen
|
762c87e07e
|
debian: Package librgw.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
|
2011-06-10 16:43:55 -07:00 |