ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/apt.spec
(Generate patch)

Comparing COMP/CMSDIST/apt.spec (file contents):
Revision 1.19 by eulisse, Tue Jun 19 21:34:17 2007 UTC vs.
Revision 1.46 by eulisse, Mon Jul 9 08:21:31 2007 UTC

# Line 1 | Line 1
1 < ### RPM external apt 0.5.15lorg3.2-wt1
2 < ## INITENV SET APT_CONFIG %{i}/etc/apt/apt.conf
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 Patch0: apt-rpm449
6   Requires: libxml2 beecrypt rpm zlib bz2lib openssl
7 + Patch0: apt-rpm449
8 + Patch1: apt-rpm446
9 + Patch2: apt
10 +
11   %if "%(echo %{cmsos} | cut -d_ -f 2 | sed -e 's|.*64.*|64|')" == "64"
12   %define libdir lib64
13   %else
# Line 13 | Line 16 | Requires: libxml2 beecrypt rpm zlib bz2l
16  
17   %prep
18   %setup -n %n-%{realversion}
19 + case $RPM_VERSION in
20 +    4.4.9*)
21   %patch0 -p0
22 +        ;;
23 +    4.4.6*)
24 + %patch1 -p0
25 +        ;;
26 + esac
27 + %patch2 -p1
28 +
29   %build
30 < export CPPFLAGS="-I$BEECRYPT_ROOT/include -I$RPM_ROOT/include -I$RPM_ROOT/include/rpm"
31 < export LDFLAGS="-L$BEECRYPT_ROOT/%{libdir} -L$RPM_ROOT/%{libdir}"
30 > export CFLAGS="-O0 -g"
31 > export CXXFLAGS="-O0 -g"
32 > export CPPFLAGS="-I$BZ2LIB_ROOT/include -I$BEECRYPT_ROOT/include -I$RPM_ROOT/include -I$RPM_ROOT/include/rpm"
33 > export LDFLAGS="-L$BZ2LIB_ROOT/lib -L$BEECRYPT_ROOT/%{libdir} -L$RPM_ROOT/%{libdir}"
34   export LIBDIR="$LIBS"
35   export LIBXML2_CFLAGS="-I$LIBXML2_ROOT/include/libxml2 -I$BEECRYPT_ROOT/include -I$RPM_ROOT/include"
36   export LIBXML2_LIBS="-lxml2 -L$LIBXML2_ROOT/lib -L$BEECRYPT_ROOT/%{libdir} -L$RPM_ROOT/%{libdir}"
# Line 25 | Line 39 | export LIBXML2_LIBS="-lxml2 -L$LIBXML2_R
39                              --disable-nls \
40                              --disable-dependency-tracking \
41                              --without-libintl-prefix \
42 +                            --disable-docs \
43                              --disable-rpath
44   make %makeprocesses
45  
# Line 40 | Line 55 | mkdir -p %{i}/etc/profile.d
55   echo "source $LIBXML2_ROOT/etc/profile.d/init.csh" ) > %{i}/etc/profile.d/dependencies-setup.csh
56  
57   mkdir -p %{i}/etc/apt
58 < cat << \EOF_APT_CONF > %{i}/etc/apt/apt.conf
58 > cat << \EOF_APT_CONF > %{i}/etc/apt.conf
59   Dir "%{instroot}"
60   {
61    // Location of the state dir
# Line 62 | Line 77 | Dir "%{instroot}"
77  
78    // Locations of binaries
79        Bin {
80 <             methods "%{i}%{libdir}/apt/methods/";
80 >             methods "%{i}/lib/apt/methods/";
81               gzip "/bin/gzip";
82               dpkg "/usr/bin/dpkg";
83               dpkg-source "/usr/bin/dpkg-source";
84               dpkg-buildpackage "/usr/bin/dpkg-buildpackage";
85 <             apt-get "%{instroot}/bin/apt-get-wrapper";
86 <             apt-cache "%{instroot}/bin/apt-cache-wrapper";
87 <             rpm "%{instroot}/bin/rpm-wrapper";
85 >             apt-get "%{i}/bin/apt-get-wrapper";
86 >             apt-cache "%{i}/bin/apt-cache-wrapper";
87 >             rpm "%{i}/bin/rpm-wrapper";
88          };
89                                                                                                            
90  
91    // Config files
92 <    Etc "%{cmsplatf}/etc/apt/" {
92 >    Etc "%{cmsplatf}/external/apt/%{v}/etc/" {
93                         sourcelist "sources.list";
94                         main "apt.conf";
95                         preferences "preferences";
# Line 86 | Line 101 | Debug::pkgProblemResolver="1";
101   RPM
102   {
103      PM "external";
104 <    Options { "--define";"_rpmlock_path %{instroot}/%{cmsplatf}/var/lib/rpm/lock";"--dbpath";"%{instroot}/var/lib/rpm";"--nodeps";};
105 <    Install-Options { "--define";"_rpmlock_path %{instroot}/%{cmsplatf}/var/lib/rpm/lock";"--nodeps";"--force";"--dbpath";"%{instroot}/%{cmsplatf}/var/lib/rpm";"--prefix";"%{instroot}";};
104 >    Options { };
105 >    Install-Options { "--force";"--prefix";"%{instroot}";"--ignoreos";"--ignorearch";};
106      RootDir "%{instroot}";
107      Architecture "%{cmsplatf}";
108   };
109   EOF_APT_CONF
110  
111 +
112 + cat << \EOF_SOURCES_LIST > %{i}/etc/sources.list
113 + rpm http://cmsrep.cern.ch cms/cpt/Software/download/cms/apt/%{cmsplatf} cms lcg external
114 + rpm-src http://cmsrep.cern.ch cms/cpt/Software/download/cms/apt/%{cmsplatf} cms lcg external
115 + # This are defined to support experimental repositories. The bootstrap file rewrites and uncomments
116 + # them when passed the appropriate commandline option.
117 + ## rpm @SERVER@ @SERVER_PATH@/@REPOSITORY@/apt/%{cmsplatf} @GROUPS@  
118 + ## rpm-src @SERVER@ @SERVER_PATH@/@REPOSITORY@/apt/%{cmsplatf} @GROUPS@
119 + EOF_SOURCES_LIST
120 +
121 + cat << \EOF_RPMPRIORITIES > %{i}/etc/rpmpriorities
122 + Essantial:
123 +
124 + EOF_RPMPRIORITIES
125 +
126 + cat << \EOF_BIN_APT_CACHE_WRAPPER > %{i}/bin/apt-cache-wrapper
127 + #!/bin/sh
128 + touch %{instroot}/log.txt
129 + echo $@ >> %{instroot}/log.txt
130 + apt-cache $@
131 + EOF_BIN_APT_CACHE_WRAPPER
132 + chmod +x %{i}/bin/apt-cache-wrapper
133 +
134 + cat << \EOF_BIN_APT_GET_WRAPPER > %{i}/bin/apt-get-wrapper
135 + #!/bin/sh
136 + touch %{instroot}/log.txt
137 + echo $@ >> %{instroot}/log.txt
138 + apt-get $@
139 + EOF_BIN_APT_GET_WRAPPER
140 + chmod +x %{i}/bin/apt-get-wrapper
141 +
142 + cat << \EOF_BIN_RPM > %{i}/bin/rpm-wrapper
143 + #!/bin/sh
144 + if [ X"$(id -u)" = X0 ]; then
145 +  echo "*** CMS SOFTWARE INSTALLATION ABORTED ***" 1>&2
146 +  echo "CMS software cannot be installed as the super-user." 1>&2
147 +  echo "(We recommend reading any standard unix security guide.)" 1>&2
148 +  exit 1
149 + fi
150 + touch %{instroot}/log.txt
151 + echo rpm ${1+"$@"} >> %{instroot}/log.txt
152 + exec rpm ${1+"$@"}
153 + EOF_BIN_RPM
154 + chmod +x %{i}/bin/rpm-wrapper
155 +
156   cat %_sourcedir/bootstrap | perl -p -e "s!\@CMSPLATF\@!%{cmsplatf}!g;
157                                          s!\@GCC_VERSION\@!$GCC_VERSION!g;
158                                          s!\@RPM_VERSION\@!$RPM_VERSION!g;
# Line 119 | Line 179 | cat %_sourcedir/bootstrap | perl -p -e "
179                                          s!\@APT_VERSION\@!%{v}!g;
180                                          s!\@APT_REVISION\@!%{pkgrevision}!g;
181                                          s!\@INSTROOT\@!%{instroot}!g;
182 <                                        " > %{instroot}/bootstrap-%{cmsplatf}.sh
182 >                                        " > %{i}/bin/bootstrap-%{cmsplatf}.sh
183  
184   %post
185   mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/apt/lists/partial
186   mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/rpm
187   mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/cache/%{cmsplatf}/partial
188 < mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/apt
188 > mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/etc
189   mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/rpm
190   mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/lib/apt/methods
191   mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/dpkg/status
192   mkdir -p $RPM_INSTALL_PREFIX/bin
193   mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/cache/%{cmsplatf}
134
135 cat << \EOF_BIN_APT_CACHE_WRAPPER > $RPM_INSTALL_PREFIX/bin/apt-cache-wrapper
136 #!/bin/sh
137 touch %{instroot}/log.txt
138 echo $@ >> %{instroot}/log.txt
139 apt-cache $@  
140 EOF_BIN_APT_CACHE_WRAPPER
141 chmod +x $RPM_INSTALL_PREFIX/bin/apt-cache-wrapper
142
143 cat << \EOF_BIN_APT_GET_WRAPPER > $RPM_INSTALL_PREFIX/bin/apt-get-wrapper
144 #!/bin/sh
145 touch %{instroot}/log.txt
146 echo $@ >> %{instroot}/log.txt
147 apt-get $@  
148 EOF_BIN_APT_GET_WRAPPER
149 chmod +x $RPM_INSTALL_PREFIX/bin/apt-get-wrapper
150
151 mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/apt
152 cat << \EOF_RPMPRIORITIES > $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/apt/rpmpriorities
153 Essantial:
154
155 EOF_RPMPRIORITIES
156
157 cat << \EOF_SOURCES_LIST > $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/apt/sources.list
158 rpm http://cmsrep.cern.ch cms/cpt/Software/download/cms.eulisse/apt/%{cmsplatf} cms lcg external  
159 rpm-src http://cmsrep.cern.ch cms/cpt/Software/download/cms.eulisse/apt/%{cmsplatf} cms lcg external
160 # This are defined to support experimental repositories. The bootstrap file rewrites and uncomments
161 # them when passed the appropriate commandline option.
162 ## rpm @SERVER@ @SERVER_PATH@/@REPOSITORY@/apt/%{cmsplatf} @GROUPS@  
163 ## rpm-src @SERVER@ @SERVER_PATH@/@REPOSITORY@/apt/%{cmsplatf} @GROUPS@
164 EOF_SOURCES_LIST
165
166 mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/var/lib/rpm
167
168 # FIXME: this is the ugliest trick ever found in a shell script.
169 # This is my understanding of the situation.
170 # apt runs internally as if --root != / while uses rpm with
171 # --root $rootdir but --dbpath is always passed as $rootdir/$rpmdb.
172 # This way the rpm db is sometimes in $rootdir/$rpmdb, sometimes in
173 # $rootdir/$rootdir/$rpmdb and files are scattered around, causing
174 # big confusion. The solution is.... to create a link so that $rootdir/$rootdir
175 # is actually $rootdir. Clear, isn't it? If not, I don't blame you, but
176 # this is the only way I could make it working. I need to look at the apt code to
177 # (and probably fix it) to understand it better. For the time being....
178 # TODO: check if this still applies with this version of apt-get
179 # TODO: check if we can fix the problem by patching apt sources.
180
181 firstdir=$(echo $RPM_INSTALL_PREFIX | cut -d/ -f1,2)
182 if [ -f $RPM_INSTALL_PREFIX$firstdir ]
183 then
184    echo "Hack to enable apt working as user"
185    ln -sf $firstdir $RPM_INSTALL_PREFIX$firstdir
186 fi
187
194   %{relocateConfig}etc/profile.d/dependencies-setup.sh
195   %{relocateConfig}etc/profile.d/dependencies-setup.csh
196 < perl -p -i -e "s|%{instroot}|$RPM_INSTALL_PREFIX|" $RPM_INSTALL_PREFIX/bin/apt-cache-wrapper $RPM_INSTALL_PREFIX/bin/apt-get-wrapper
197 < %files
198 < %{i}
199 < %{instroot}/bootstrap-%{cmsplatf}.sh
194 < %{instroot}/%{cmsplatf}/var/lib/rpm
195 < #
196 < #
197 < #
196 > %{relocateConfig}bin/apt-cache-wrapper
197 > %{relocateConfig}bin/apt-get-wrapper
198 > %{relocateConfig}bin/rpm-wrapper
199 > %{relocateConfig}etc/apt.conf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines