1 |
< |
### RPM external apt 0.5.15lorg3.2-wt1 |
1 |
> |
### RPM external apt 0.5.15lorg3.2-CMS3 |
2 |
|
## INITENV SET APT_CONFIG %{i}/etc/apt.conf |
3 |
|
|
4 |
|
Source: http://apt-rpm.org/releases/%n-%realversion.tar.bz2 |
5 |
|
Source1: bootstrap |
6 |
+ |
Source2: cms-apt-migration |
7 |
|
Requires: libxml2 beecrypt rpm zlib bz2lib openssl |
8 |
|
Patch0: apt-rpm449 |
9 |
|
Patch1: apt-rpm446 |
10 |
+ |
Patch2: apt |
11 |
+ |
|
12 |
|
%if "%(echo %{cmsos} | cut -d_ -f 2 | sed -e 's|.*64.*|64|')" == "64" |
13 |
|
%define libdir lib64 |
14 |
|
%else |
15 |
|
%define libdir lib |
16 |
|
%endif |
17 |
|
|
18 |
+ |
|
19 |
|
%prep |
20 |
|
%setup -n %n-%{realversion} |
21 |
|
case $RPM_VERSION in |
26 |
|
%patch1 -p0 |
27 |
|
;; |
28 |
|
esac |
29 |
+ |
|
30 |
+ |
# scandir has a different prototype between macosx and linux. |
31 |
+ |
%if "%(uname)" == "Darwin" |
32 |
+ |
%patch2 -p1 |
33 |
+ |
%endif |
34 |
+ |
|
35 |
|
%build |
36 |
|
export CFLAGS="-O0 -g" |
37 |
|
export CXXFLAGS="-O0 -g" |
38 |
< |
export CPPFLAGS="-I$BEECRYPT_ROOT/include -I$RPM_ROOT/include -I$RPM_ROOT/include/rpm" |
39 |
< |
export LDFLAGS="-L$BEECRYPT_ROOT/%{libdir} -L$RPM_ROOT/%{libdir}" |
38 |
> |
export CPPFLAGS="-I$BZ2LIB_ROOT/include -I$BEECRYPT_ROOT/include -I$RPM_ROOT/include -I$RPM_ROOT/include/rpm" |
39 |
> |
export LDFLAGS="-L$BZ2LIB_ROOT/lib -L$BEECRYPT_ROOT/%{libdir} -L$RPM_ROOT/%{libdir}" |
40 |
|
export LIBDIR="$LIBS" |
41 |
|
export LIBXML2_CFLAGS="-I$LIBXML2_ROOT/include/libxml2 -I$BEECRYPT_ROOT/include -I$RPM_ROOT/include" |
42 |
|
export LIBXML2_LIBS="-lxml2 -L$LIBXML2_ROOT/lib -L$BEECRYPT_ROOT/%{libdir} -L$RPM_ROOT/%{libdir}" |
60 |
|
echo "source $RPM_ROOT/etc/profile.d/init.csh"; \ |
61 |
|
echo "source $LIBXML2_ROOT/etc/profile.d/init.csh" ) > %{i}/etc/profile.d/dependencies-setup.csh |
62 |
|
|
63 |
+ |
|
64 |
|
mkdir -p %{i}/etc/apt |
65 |
|
cat << \EOF_APT_CONF > %{i}/etc/apt.conf |
66 |
|
Dir "%{instroot}" |
108 |
|
RPM |
109 |
|
{ |
110 |
|
PM "external"; |
111 |
< |
Options { "--define";"_rpmlock_path %{instroot}/%{cmsplatf}/var/lib/rpm/lock";"--dbpath";"%{instroot}/var/lib/rpm";"--nodeps";}; |
112 |
< |
Install-Options { "--define";"_rpmlock_path %{instroot}/%{cmsplatf}/var/lib/rpm/lock";"--nodeps";"--force";"--dbpath";"%{instroot}/%{cmsplatf}/var/lib/rpm";"--prefix";"%{instroot}";}; |
111 |
> |
Options { }; |
112 |
> |
Install-Options { "--force";"--prefix";"%{instroot}";"--ignoreos";"--ignorearch";}; |
113 |
|
RootDir "%{instroot}"; |
114 |
|
Architecture "%{cmsplatf}"; |
115 |
|
}; |
116 |
|
EOF_APT_CONF |
117 |
|
|
118 |
+ |
|
119 |
|
cat << \EOF_SOURCES_LIST > %{i}/etc/sources.list |
120 |
< |
rpm http://cmsrep.cern.ch cms/cpt/Software/download/cms.eulisse/apt/%{cmsplatf} cms lcg external |
121 |
< |
rpm-src http://cmsrep.cern.ch cms/cpt/Software/download/cms.eulisse/apt/%{cmsplatf} cms lcg external |
120 |
> |
rpm http://cmsrep.cern.ch cms/cpt/Software/download/cms/apt/%{cmsplatf} cms lcg external |
121 |
> |
rpm-src http://cmsrep.cern.ch cms/cpt/Software/download/cms/apt/%{cmsplatf} cms lcg external |
122 |
|
# This are defined to support experimental repositories. The bootstrap file rewrites and uncomments |
123 |
|
# them when passed the appropriate commandline option. |
124 |
|
## rpm @SERVER@ @SERVER_PATH@/@REPOSITORY@/apt/%{cmsplatf} @GROUPS@ |
188 |
|
s!\@INSTROOT\@!%{instroot}!g; |
189 |
|
" > %{i}/bin/bootstrap-%{cmsplatf}.sh |
190 |
|
|
191 |
+ |
cat %_sourcedir/cms-apt-migration | perl -p -i -e "s!\@CMSPLATF\@!%{cmsplatf}!g; |
192 |
+ |
s!\@GCC_VERSION\@!$GCC_VERSION!g; |
193 |
+ |
s!\@RPM_VERSION\@!$RPM_VERSION!g; |
194 |
+ |
s!\@DB4_VERSION\@!$DB4_VERSION!g; |
195 |
+ |
s!\@LIBXML2_VERSION\@!$LIBXML2_VERSION!g; |
196 |
+ |
s!\@OPENSSL_VERSION\@!$OPENSSL_VERSION!g; |
197 |
+ |
s!\@BEECRYPT_VERSION\@!$BEECRYPT_VERSION!g; |
198 |
+ |
s!\@BZ2LIB_VERSION\@!$BZ2LIB_VERSION!g; |
199 |
+ |
s!\@ZLIB_VERSION\@!$ZLIB_VERSION!g; |
200 |
+ |
s!\@EXPAT_VERSION\@!$EXPAT_VERSION!g; |
201 |
+ |
s!\@ELFUTILS_VERSION\@!$ELFUTILS_VERSION!g; |
202 |
+ |
s!\@NEON_VERSION\@!$NEON_VERSION!g; |
203 |
+ |
s!\@GCC_REVISION\@!$GCC_REVISION!g; |
204 |
+ |
s!\@BEECRYPT_REVISION\@!$BEECRYPT_REVISION!g; |
205 |
+ |
s!\@RPM_REVISION\@!$RPM_REVISION!g; |
206 |
+ |
s!\@OPENSSL_REVISION\@!$OPENSSL_REVISION!g; |
207 |
+ |
s!\@DB4_REVISION\@!$DB4_REVISION!g; |
208 |
+ |
s!\@LIBXML2_REVISION\@!$LIBXML2_REVISION!g; |
209 |
+ |
s!\@BZ2LIB_REVISION\@!$BZ2LIB_REVISION!g; |
210 |
+ |
s!\@ZLIB_REVISION\@!$ZLIB_REVISION!g; |
211 |
+ |
s!\@EXPAT_REVISION\@!$EXPAT_REVISION!g; |
212 |
+ |
s!\@NEON_REVISION\@!$NEON_REVISION!g; |
213 |
+ |
s!\@ELFUTILS_REVISION\@!$ELFUTILS_REVISION!g; |
214 |
+ |
s!\@APT_VERSION\@!%{v}!g; |
215 |
+ |
s!\@APT_REVISION\@!%{pkgrevision}!g; |
216 |
+ |
s!\@INSTROOT\@!%{instroot}!g;" %{i}/bin/cms-apt-migration-%{cmsplatf}.sh |
217 |
+ |
|
218 |
|
%post |
219 |
|
mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/apt/lists/partial |
220 |
|
mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/rpm |
231 |
|
%{relocateConfig}bin/apt-get-wrapper |
232 |
|
%{relocateConfig}bin/rpm-wrapper |
233 |
|
%{relocateConfig}etc/apt.conf |
195 |
– |
|