/[smeserver]/rpms/php-pear-Math_BigInteger/sme10/php-pear-Math_BigInteger.spec
ViewVC logotype

Diff of /rpms/php-pear-Math_BigInteger/sme10/php-pear-Math_BigInteger.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by unnilennium, Thu Jun 16 14:43:24 2016 UTC Revision 1.3 by brianr, Tue Jun 6 07:13:28 2023 UTC
# Line 42  pear -c pearrc install --nodeps --packag Line 42  pear -c pearrc install --nodeps --packag
42                    
43  # Clean up unnecessary files  # Clean up unnecessary files
44  rm pearrc  rm pearrc
45  rm %{buildroot}/%{peardir}/.filemap  rm -rf %{buildroot}/%{peardir}/.filemap
46  rm %{buildroot}/%{peardir}/.lock  rm -rf %{buildroot}/%{peardir}/.lock
47  rm -rf %{buildroot}/%{peardir}/.registry  rm -rf %{buildroot}/%{peardir}/.registry
48  rm -rf %{buildroot}%{peardir}/.channels  rm -rf %{buildroot}%{peardir}/.channels
49  rm %{buildroot}/%{xmldir}/.filemap  rm -rf %{buildroot}/%{xmldir}/.filemap
50  rm %{buildroot}/%{xmldir}/.lock  rm -rf %{buildroot}/%{xmldir}/.lock
51  rm -rf %{buildroot}/%{xmldir}/.registry  rm -rf %{buildroot}/%{xmldir}/.registry
52  rm -rf %{buildroot}/%{xmldir}/.channels  rm -rf %{buildroot}/%{xmldir}/.channels
53  if [[ -f %{buildroot}%{xmldir}/.depdb ]] ;then  if [[ -f %{buildroot}%{xmldir}/.depdb ]] ;then
54  rm %{buildroot}%{xmldir}/.depdb  rm -rf %{buildroot}%{xmldir}/.depdb
55  fi  fi
56  if [[ -f  %{buildroot}{xmldir}/.depdblock ]] ;then  if [[ -f  %{buildroot}{xmldir}/.depdblock ]] ;then
57  rm %{buildroot}%{xmldir}/.depdblock  rm -rf %{buildroot}%{xmldir}/.depdblock
58  fi  fi
59    
60    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed