Bladeren bron

modifying package: perl-dbi-5.8.6 20050222 -> 20050227

Thomas Lotterer 20 jaren geleden
bovenliggende
commit
15f0321f8a
2 gewijzigde bestanden met toevoegingen van 6 en 76 verwijderingen
  1. 0 73
      perl-dbi/perl-dbi.patch
  2. 6 3
      perl-dbi/perl-dbi.spec

+ 0 - 73
perl-dbi/perl-dbi.patch

@@ -1,76 +1,3 @@
-Index: MANIFEST
---- MANIFEST.orig	2004-09-13 09:15:30 +0200
-+++ MANIFEST	2004-09-24 10:45:38 +0200
-@@ -1,51 +1,14 @@
--attach.c
--auth.c
--btree.c
--btree.h
--build.c
- Changes
--date.c
- dbdimp.c
- dbdimp.h
--delete.c
--expr.c
--func.c
--getsqlite.pl
--hash.c
--hash.h
--insert.c
--legacy.c
- lib/DBD/SQLite.pm
--main.c
- Makefile.PL
- MANIFEST
- MANIFEST.SKIP
- META.yml			Module meta-data (added by MakeMaker)
--opcodes.c
--opcodes.h
--os.h
--os_common.h
--os_mac.c
--os_mac.h
--os_test.c
--os_test.h
--os_unix.c
--os_unix.h
--os_win.c
--os_win.h
--pager.c
--pager.h
--parse.c
--parse.h
- ppport.h
--pragma.c
--printf.c
--random.c
- README
--select.c
- SQLite.xs
--sqlite3.h
--sqliteInt.h
- SQLiteXS.h
- t/00basic.t
- t/01logon.t
-@@ -73,17 +36,3 @@
- t/dbdadmin.t
- t/lib.pl
- t/SQLite.dbtest
--table.c
--tokenize.c
--trigger.c
--update.c
--utf.c
--util.c
--vacuum.c
--vdbe.c
--vdbe.h
--vdbeapi.c
--vdbeaux.c
--vdbeInt.h
--vdbemem.c
--where.c
 Index: Makefile.PL
 --- Makefile.PL.orig	2004-10-12 11:03:50 +0200
 +++ Makefile.PL	2004-10-13 19:23:27 +0200

+ 6 - 3
perl-dbi/perl-dbi.spec

@@ -30,7 +30,7 @@
 %define       V_sql_abstract   1.17
 %define       V_dbd_anydata    0.08
 %define       V_dbd_sprite     0.50
-%define       V_dbd_sqlite     1.07
+%define       V_dbd_sqlite     1.08
 %define       V_dbd_mysql      2.9004
 %define       V_dbd_pgsql      1.40
 %define       V_dbd_oracle     1.16
@@ -48,7 +48,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20050222
+Release:      20050227
 
 #   package options
 %option       with_dbd_sqlite  no
@@ -210,7 +210,10 @@ AutoReqProv:  no
       #   remove local SQLite sources (we use external one)
       #   in order to not confuse ExtUtils::MakeMaker
       mv ppport.h dbdimp.[ch] SQLiteXS.h ..
-      rm -f *.[ch] getsqlite.pl
+      for file in `echo *.[ch] getsqlite.pl`; do
+          sed -e "s;^ *$file *$;;" <MANIFEST >MANIFEST.NEW && mv MANIFEST.NEW MANIFEST
+          rm -f $file
+      done
       mv ../ppport.h ../dbdimp.[ch] ../SQLiteXS.h .
       #   substitute paths in patched Makefile.PL
       %{l_shtool} subst %{l_value -s -a} Makefile.PL