summaryrefslogtreecommitdiff
path: root/packaging/rpm.spec
blob: 72b4eba252d4e464756c87491a28b9674756c2db (plain)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
%define rpmlibdir %{_prefix}/lib
%define rpmhome %{rpmlibdir}/rpm

Name:           rpm
Summary:        The Package Manager
License:        LGPL-2.0+ and GPL-2.0+
Group:          Base/Package Management
Version:        4.11.0.1
Release:        0
Url:            http://www.rpm.org
BuildRequires:  binutils
BuildRequires:  bzip2
BuildRequires:  file-devel
BuildRequires:  findutils
BuildRequires:  gcc
BuildRequires:  gettext-tools
BuildRequires:  glibc-devel
BuildRequires:  gzip
BuildRequires:  libacl-devel
BuildRequires:  libattr-devel
BuildRequires:  pkgconfig(bzip2)
BuildRequires:  pkgconfig(libcap)
BuildRequires:  libelf-devel
BuildRequires:  libtool
BuildRequires:  pkgconfig(lua)
BuildRequires:  make
BuildRequires:  pkgconfig(ncurses)
BuildRequires:  patch
BuildRequires:  pkgconfig(popt)
BuildRequires:  xz-devel
BuildRequires:  pkgconfig(zlib)
BuildRequires:  pkgconfig(nss)
BuildRequires:  uthash-devel
BuildRequires:  pkgconfig(libxml-2.0)
BuildRequires:  pkgconfig(libsmack)
BuildRequires:  fdupes

Provides:       rpminst
Provides:       rpm-libs

Source1:        db-4.8.30.tar.bz2
Source2:        db-4.8.30-integration.dif
Source4:        rpm-tizen_macros
Source8:        rpmconfigcheck
Source13:       find-docs.sh
Source14:       find-isufiles.sh
Source22:       device-sec-policy
Source23:       find-provides.ksyms
Source24:       debug.manifest
Source1001:     rpm.manifest
Source0:        rpm-%{version}.tar.bz2
Source9:        libsymlink.attr

# avoid bootstrapping problem
%define _binary_payload w9.bzdio

%description
RPM Package Manager is the main tool for managing the software packages
of Tizen.

RPM can be used to install and remove software packages. With rpm, it
is easy to update packages.  RPM keeps track of all these manipulations
in a central database.	This way it is possible to get an overview of
all installed packages.  RPM also supports database queries.

%package devel
Summary:        Include Files and Libraries mandatory for Development
Requires:       rpm = %{version}
Requires:       pkgconfig(popt)

%description devel
This package contains the RPM C library and header files.  These
development files will simplify the process of writing programs which
manipulate RPM packages and databases and are intended to make it
easier to create graphical package managers or any other tools that
need an intimate knowledge of RPM packages in order to function.

%package build
Summary:        Tools and Scripts to create rpm packages
Requires:       rpm = %{version}
Provides:       rpmbuild rpm:%{_bindir}/rpmbuild
Requires:       bzip2
Requires:       xz
Requires:       gzip
Requires:       binutils
Requires:       make
Requires:       gcc
Requires:       findutils
Requires:       patch
Requires:       glibc-devel

%description build
If you want to build a rpm, you need this package. It provides rpmbuild
and requires some packages that are usually required

%package security-plugin
Summary: MSM security plugin for rpm
Requires: rpm = %{version}-%{release}
Requires: smack
Requires: nss

%description security-plugin
This package contains the MSM security plugin for rpm that performs
security-related functionality.

%post security-plugin
echo "%__transaction_plugins     msm" >> %{rpmhome}/macros
echo "%__plugindir                           %{_libdir}/rpm-plugins" >> %{rpmhome}/macros
echo "%__transaction_msm                     %{__plugindir}/msm.so" >> %{rpmhome}/macros
echo "%__transaction_msm_default_policy      %{_libdir}/rpm-plugins/msm-device-sec-policy" >> %{rpmhome}/macros

%package -n python-rpm
Summary: Python Bindings for Manipulating RPM Packages
Requires:       rpm = %{version}
BuildRequires:  pkgconfig(python)

%description -n python-rpm
The python-rpm package contains a module that permits applications
written in the Python programming language to use the interface
supplied by RPM Package Manager libraries.

This package should be installed if you want to develop Python programs
that will manipulate RPM packages and databases.

%prep
%setup -q -n rpm-%{version}
cp %{SOURCE1001} .
rm -rf sqlite
tar xjf %{S:1}
ln -sfn db-4.8.30 db
chmod -R u+w db/*
# will get linked from db3
rm -f rpmdb/db.h
patch -p0 < %{S:2}
if [ -s %{_sysconfdir}/rpm/tizen_macros ]; then
    cp -a %{_sysconfdir}/rpm/tizen_macros %{SOURCE4}
fi
cp -a %{SOURCE4} tizen_macros
rm -f m4/libtool.m4
rm -f m4/lt*.m4

# Change hard-coded paths in man pages and .rc files
[[ x"/usr/lib/rpm" != x%{rpmhome} ]] && \
   /bin/bash -c '/usr/bin/find %{_builddir} -type f -exec sed -e "s|/usr/lib/rpm|%{rpmhome}|g" -i {} \;'

%build
CPPFLAGS="$CPPFLAGS `pkg-config --cflags nss`"
export CPPFLAGS
export CFLAGS="%{optflags} -ffunction-sections"
export LDFLAGS="${LDFLAGS} -Wl,-Bsymbolic-functions -ffunction-sections"
%ifarch armv5tel
export CFLAGS="-g -O0 -fno-strict-aliasing -ffunction-sections"
%endif

%reconfigure \
    --disable-dependency-tracking \
    --with-lua \
    --with-acl \
    --with-cap \
    --enable-shared \
    --enable-python \
    --with-vendor=tizen \
    --with-msm \
    --with-rpmconfigdir=%{rpmhome}

make %{?_smp_mflags}

%install
mkdir -p %{buildroot}%{rpmlibdir}
mkdir -p %{buildroot}%{_datadir}/locale
ln -s ../share/locale %{buildroot}%{rpmlibdir}/locale
%make_install
install -m 644 db3/db.h %{buildroot}%{_includedir}/rpm
mkdir -p %{buildroot}%{_sysconfdir}/rpm
mkdir -p %{buildroot}%{rpmhome}/tizen
cp -a tizen_macros %{buildroot}%{rpmhome}
install -m 755 %{SOURCE13} %{buildroot}%{rpmhome}/tizen
install -m 755 %{SOURCE14} %{buildroot}%{rpmhome}/tizen
install -m 755 %{SOURCE23} %{buildroot}%{rpmhome}
install -m 644 %{SOURCE9} %{buildroot}%{rpmhome}/fileattrs/libsymlink.attr
install -m 644 %{SOURCE22} %{buildroot}%{_sysconfdir}/device-sec-policy
install -m 644 %{SOURCE22} %{buildroot}%{__plugindir}/msm-device-sec-policy
ln -s ../tizen_macros %{buildroot}%{rpmhome}/tizen/macros
for d in BUILD RPMS SOURCES SPECS SRPMS BUILDROOT ; do
  mkdir -p %{buildroot}%{_usrsrc}/packages/$d
  chmod 755 %{buildroot}%{_usrsrc}/packages/$d
done
for d in %{buildroot}%{rpmhome}/platform/*-linux/macros ; do
  dd=${d%%-linux/macros}
  dd=${dd##*/}
  mkdir -p %{buildroot}%{_usrsrc}/packages/RPMS/$dd
  chmod 755 %{buildroot}%{_usrsrc}/packages/RPMS/$dd
done
mkdir -p %{buildroot}%{_localstatedir}/lib/rpm
gzip -9 %{buildroot}%{_mandir}/man[18]/*.[18]
export RPM_BUILD_ROOT
chmod 755 doc/manual
rm -rf doc/manual/Makefile*
rm -f %{buildroot}%{rpmlibdir}/rpmpopt
rm -rf %{buildroot}%{_mandir}/{fr,ja,ko,pl,ru,sk}
rm -f %{buildroot}%{_datadir}/locale/de/LC_MESSAGES/rpm.mo
rm -f %{buildroot}%{rpmhome}/cpanflute %{buildroot}%{rpmhome}/cpanflute2
install -m 755 scripts/find-supplements %{buildroot}%{rpmhome}
install -m 755 scripts/find-supplements.ksyms %{buildroot}%{rpmhome}
install -m 755 scripts/firmware.prov %{buildroot}%{rpmhome}
install -m 755 scripts/debuginfo.prov %{buildroot}%{rpmhome}
install -m 644 %{SOURCE24} %{buildroot}%{rpmhome}
rm -f %{buildroot}%{rpmlibdir}/locale %{buildroot}%{rpmlibdir}/rpmrc
mkdir -p %{buildroot}%{_sysconfdir}/rpm
chmod 755 %{buildroot}%{_sysconfdir}/rpm
mkdir -p %{buildroot}%{rpmhome}/macros.d
# remove some nonsense or non-working scripts
for f in rpm2cpio.sh rpm.daily rpmdiff* rpm.log rpm.xinetd freshen.sh u_pkg.sh \
         magic magic.mgc magic.mime* rpmfile *.pl javadeps brp-redhat \
         vpkg-provides*.sh http.req sql.req tcl.req \
         rpmdb_* brp-sparc64-linux brp-java-gcjcompile
do
    rm -f %{buildroot}%{rpmhome}/$f
done
for i in %{_datadir}/automake-*/*; do
  if test -f "$i" && test -f %{buildroot}%{rpmhome}/"${i##*/}"; then
    rm -f %{buildroot}%{rpmhome}/"${i##*/}"
  fi
done
%ifarch aarch64 ppc64le
install -m 755 config.guess %{buildroot}%{rpmhome}
install -m 755 config.sub %{buildroot}%{rpmhome}
%endif
rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{__plugindir}/*.la

%fdupes %{buildroot}%{rpmhome}/platform

sh %{buildroot}%{rpmhome}/find-lang.sh %{buildroot} rpm

%ifarch armv7hl armv7l
# rpm is using the host_cpu as default for the platform,
#but armv7hl is not known by the kernel.
# so we need to enforce the platform here.
echo -n %{_target_cpu}-tizen-linux-gnueabi > %{buildroot}%{_sysconfdir}/rpm/platform
%endif

grep -Rn '/usr/lib/rpm' %{_builddir} || echo "No hard-coded paths found"

%post
/sbin/ldconfig
test -f %{_dbpath}/Packages || rpm --initdb
rm -f %{_dbpath}/Filemd5s \
      %{_dbpath}/Filedigests \
      %{_dbpath}/Requireversion \
      %{_dbpath}/Provideversion

%postun
/sbin/ldconfig

%files
%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{_sysconfdir}/rpm
/bin/rpm
%{_bindir}/rpm2cpio
%{_bindir}/rpmdb
%{_bindir}/rpmkeys
%{_bindir}/rpmquery
%{_bindir}/rpmverify
%{_bindir}/rpmqpack
%attr(0755, root, root) %dir %{rpmhome}
%{rpmhome}/macros
%{rpmhome}/macros.d
%{rpmhome}/rpmpopt*
%{rpmhome}/rpmrc
%attr(0755, root, root) %dir %{rpmhome}/tizen
%{rpmhome}/tizen/macros
%{rpmhome}/tizen_macros
%{rpmhome}/rpm.supp
%{rpmhome}/tgpg
%{rpmhome}/platform
%dir    %{__plugindir}
%{__plugindir}/exec.so
%{_libdir}/librpm.so.*
%{_libdir}/librpmio.so.*
%{_libdir}/librpmbuild.so.*
%{_libdir}/librpmsign.so.*
%dir    %{_localstatedir}/lib/rpm
%dir    %attr(755,root,root) %{_usrsrc}/packages/BUILD
%dir    %attr(755,root,root) %{_usrsrc}/packages/SPECS
%dir    %attr(755,root,root) %{_usrsrc}/packages/SOURCES
%dir    %attr(755,root,root) %{_usrsrc}/packages/SRPMS
%dir    %attr(755,root,root) %{_usrsrc}/packages/RPMS
%dir    %attr(755,root,root) %{_usrsrc}/packages/BUILDROOT
%dir    %attr(755,root,root) %{_usrsrc}/packages/RPMS/*

%files build
%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{_bindir}/rpmbuild
%{_bindir}/gendiff
%{_bindir}/rpmspec
%{_bindir}/rpmsign
%attr(0755, root, root) %dir %{rpmhome}/tizen
%{rpmhome}/tizen/find-*
%{rpmhome}/brp-*
%{rpmhome}/find-supplements*
%{rpmhome}/check-*
%{rpmhome}/debugedit
%{rpmhome}/find-debuginfo.sh
%{rpmhome}/find-lang.sh
%{rpmhome}/find-provides.ksyms
%{rpmhome}/*provides*
%{rpmhome}/*requires*
%{rpmhome}/*deps*
%{rpmhome}/*.prov
%{rpmhome}/*.req
%{rpmhome}/macros.*
%{rpmhome}/fileattrs
%{rpmhome}/debug.manifest
%ifarch aarch64 ppc64le
%{rpmhome}/config.*
%endif

%files devel
%manifest %{name}.manifest
%defattr(644,root,root,755)
%license COPYING
%attr(755,root,root) %{_bindir}/rpmgraph
%{_includedir}/rpm
%{_libdir}/librpm.so
%{_libdir}/librpmbuild.so
%{_libdir}/librpmio.so
%{_libdir}/librpmsign.so
%{_libdir}/pkgconfig/rpm.pc

%files security-plugin
%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{__plugindir}/msm.so
%{__plugindir}/msm-device-sec-policy
%config(noreplace) %{_sysconfdir}/device-sec-policy

%files -n python-rpm
%defattr(-,root,root)
%license COPYING
%{python_sitearch}/rpm
%attr(755,root,root) %{python_sitearch}/rpm/transaction.py

%lang_package

%docs_package
%doc     GROUPS