]> git.pld-linux.org Git - packages/dump.git/commitdiff
- up to 0.4b40
authormisi3k <misi3k@pld-linux.org>
Tue, 14 Jun 2005 15:40:19 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dump-autoconf.patch -> 1.7
    dump.spec -> 1.71

dump-autoconf.patch
dump.spec

index b6d13ab25af6982125e487c080aaaf0c083733f3..57cf158a72499d923c3d191d70a4372095d3cc92 100644 (file)
 +      $(INSTALLBIN) $(PROG) $(DESTDIR)$(sbindir)
 +      $(LN_S) dump $(DESTDIR)$(sbindir)/rdump
 +      $(INSTALLMAN) $(MAN8) $(DESTDIR)$(mandir)
-+
- clean::
-       $(RM) -f $(PROG) $(MAN8) \#* *.s *.o *.a *~ core
---- dump-0.4b33/restore/Makefile.in.orig       Tue Feb 11 23:21:04 2003
-+++ dump-0.4b33/restore/Makefile.in    Tue Feb 11 23:21:57 2003
-@@ -18,8 +18,7 @@
-               utilities.c
- OBJS=         dirs.o interactive.o main.o restore.o symtab.o tape.o \
-               utilities.o ../common/dumprmt.o
--MAN8=         restore.8
--RMAN8=                rrestore.8
-+MAN8=         restore.8 rrestore.8
- all::         $(PROG) $(MAN8)
-@@ -31,11 +30,11 @@
-           -e "s|__VERSION__|$(VERSION)|g" $< > $@
- install::     all
--      $(INSTALL) -d $(SBINDIR) $(MANDIR)
--      $(INSTALLBIN) $(PROG) $(SBINDIR)
--      $(INSTALLMAN) $(MAN8) $(MANDIR)
--      cd $(SBINDIR) && $(RM) -f $(RPROG) && $(LN_S) $(PROG) $(RPROG)
--      cd $(MANDIR) && $(RM) -f $(RMAN8) && $(LN_S) $(MAN8) $(RMAN8)
-+      $(INSTALL) -d $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)
-+      $(INSTALLBIN) $(PROG) $(DESTDIR)$(sbindir)
-+      $(LN_S) restore $(DESTDIR)$(sbindir)/rrestore
-+      $(INSTALLMAN) $(MAN8) $(DESTDIR)$(mandir)
 +
  
  clean::
 +++ dump-0.4b32/dump/rdump.8    Mon Nov 18 15:51:55 2002
 @@ -0,0 +1 @@
 +.so dump.8
+--- dump-0.4b40/restore/Makefile.in.orig       2005-05-02 17:10:46.000000000 +0200
++++ dump-0.4b40/restore/Makefile.in    2005-06-14 17:33:13.056818552 +0200
+@@ -19,8 +19,7 @@
+               utilities.c xattr.c
+ OBJS=         dirs.o interactive.o main.o restore.o symtab.o tape.o \
+               utilities.o xattr.o ../common/dumprmt.o
+-MAN8=         restore.8
+-RMAN8=                rrestore.8
++MAN8=         restore.8 rrestore.8
+ .c.o:
+       $(CC) -c $(ALL_CFLAGS) $< -o $@
+@@ -35,11 +34,11 @@
+           -e "s|__VERSION__|$(VERSION)|g" $< > $@
+ install::     all
+-      $(INSTALL) -d $(SBINDIR) $(MANDIR)
+-      $(INSTALLBIN) $(PROG) $(SBINDIR)
+-      $(INSTALLMAN) $(MAN8) $(MANDIR)
+-      cd $(SBINDIR) && $(RM) -f $(RPROG) && $(LN_S) $(PROG) $(RPROG)
+-      cd $(MANDIR) && $(RM) -f $(RMAN8) && $(LN_S) $(MAN8) $(RMAN8)
++      $(INSTALL) -d $(DESTDIR)$(sbindir) $(DESTDIR)$(mandir)
++      $(INSTALLBIN) $(PROG) $(DESTDIR)$(sbindir)
++      $(LN_S) restore $(DESTDIR)$(sbindir)/rrestore
++      $(INSTALLMAN) $(MAN8) $(DESTDIR)$(mandir)
++
+ clean::
+       $(RM) -f $(PROG) $(MAN8) \#* *.s *.o *.a *~ core
index 6353f87a17fa949013f9e1e9c328c9ae3c13163d..81fa33b8062a7933db8ca3a9de14f91f98dfba8c 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -8,12 +8,12 @@ Summary(ru):  
 Summary(tr):   dump/restore yedekleme sistemi
 Summary(uk):   ðÒÏÇÒÁÍÉ ÄÌÑ ÒÅÚÅÒ×ÎÏÇÏ ËÏЦÀ×ÁÎÎÑ ÔÁ ×¦ÄÎÏ×ÌÅÎÎÑ ÆÁÊÌÏ×ÉÈ ÓÉÓÔÅÍ
 Name:          dump
-Version:       0.4b39
+Version:       0.4b40
 Release:       1
 License:       BSD
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/dump/%{name}-%{version}.tar.gz
-# Source0-md5: 843e4cd3cf0024a25a3d2062ade825fe
+# Source0-md5: cc8c5f0dc6ac489a495404bce656309f
 Patch0:                %{name}-autoconf.patch
 Patch1:                %{name}-llh.patch
 URL:           http://dump.sourceforge.net/
This page took 0.043341 seconds and 4 git commands to generate.