OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 19-Sep-2009 08:48:47 Branch: HEAD Handle: 2009091907484700 Modified files: openpkg-src/di di.patch di.spec Log: upgrading package: di 4.14 -> 4.15 Summary: Revision Changes Path 1.2 +12 -3 openpkg-src/di/di.patch 1.46 +3 -2 openpkg-src/di/di.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/di/di.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 di.patch --- openpkg-src/di/di.patch 26 Jul 2005 06:23:25 -0000 1.1 +++ openpkg-src/di/di.patch 19 Sep 2009 06:48:47 -0000 1.2 @@ -1,7 +1,7 @@ Index: Makefile ---- Makefile.orig 2005-07-25 23:38:32 +0200 -+++ Makefile 2005-07-26 08:17:23 +0200 -@@ -45,7 +45,7 @@ +--- Makefile.orig 2009-09-18 01:40:44 +0200 ++++ Makefile 2009-09-19 08:46:02 +0200 +@@ -42,7 +42,7 @@ # # simple man page installation # @@ -10,3 +10,12 @@ MANDIR = $(MANPATH)/man1 MANTARGET = $(PROG).1 MANPERM = 644 +@@ -146,7 +146,7 @@ + -$(TEST) -f $(TARGET) && $(MV) -f $(TARGET) $(TARGET).old + -$(TEST) -f $(MTARGET) && $(MV) -f $(MTARGET) $(MTARGET).old + $(CP) -f $(PROG)$(EXE_EXT) $(TARGET) +- -$(LN) -s $(TARGET) $(MTARGET) ++ -$(LN) $(TARGET) $(MTARGET) + -$(RM) -f $(TARGET).old $(MTARGET).old > /dev/null 2>&1 + @-./hasnls$(EXE_EXT) && echo "# NLS enabled" + @-./hasnls$(EXE_EXT) || echo "# NLS not enabled" @@ . patch -p0 <<'@@ .' Index: openpkg-src/di/di.spec ============================================================================ $ cvs diff -u -r1.45 -r1.46 di.spec --- openpkg-src/di/di.spec 11 Sep 2009 14:44:23 -0000 1.45 +++ openpkg-src/di/di.spec 19 Sep 2009 06:48:47 -0000 1.46 @@ -31,8 +31,8 @@ Class: PLUS Group: ShellUtils License: MIT-style -Version: 4.14 -Release: 20090911 +Version: 4.15 +Release: 20090919 # list of sources Source0: http://www.gentoo.com/di/di-%{version}.tar.gz @@ -81,6 +81,7 @@ %{l_make} %{l_mflags} install \ prefix=$RPM_BUILD_ROOT%{l_prefix} strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true + rm -rf $RPM_BUILD_ROOT%{l_prefix}/share >/dev/null 2>&1 || true %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} %files -f files @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
