From 5e23d3cd4c5f2a04034e26c3adab52bf9eb596ee Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 22 Aug 2006 09:55:32 +0000 Subject: adapt to SVN --- Makefile | 4 ++-- numlock.spec | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 42f73d5..abd96cd 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,10 @@ install: all dis: rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* -# cvs commit +# svn commit mkdir -p $(NAME)-$(VERSION) find . -not -name "$(NAME)-$(VERSION)"|cpio -pd $(NAME)-$(VERSION)/ - find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused |xargs rm -rf + find $(NAME)-$(VERSION) -type d -name .svn -o -name unused |xargs rm -rf tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) bzip2 -9f ../$(NAME)-$(VERSION).tar chmod 644 ../$(NAME)-$(VERSION).tar.bz2 diff --git a/numlock.spec b/numlock.spec index 3ffda91..9206716 100644 --- a/numlock.spec +++ b/numlock.spec @@ -1,5 +1,4 @@ -# !!!!!!!! WARNING THIS HAS TO BE EDITED IN THE CVS !!!!!!!!!!! -# get the source from our cvs repository (see http://www.linuxmandrake.com/en/cvs.php3) +# !!!!!!!! WARNING THIS HAS TO BE EDITED IN THE SVN !!!!!!!!!!! %define name numlock %define version 2.0 @@ -10,7 +9,7 @@ Name: %{name} Version: %{version} Release: %{release} License: GPL -Url: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/numlock/ +Url: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/numlock/ Group: System/Configuration/Boot and Init Source0: %{name}-%{version}.tar.bz2 BuildRequires: libx11-devel -- cgit v1.2.1