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.9 by eulisse, Mon Jun 18 17:05:41 2007 UTC vs.
Revision 1.75 by eulisse, Mon Nov 26 16:01:24 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines