OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Feb-2003 11:11:08
Branch: HEAD Handle: 2003021410110602
Modified files:
openpkg-src/rdesktop rdesktop.spec
openpkg-web news.txt
Log:
simplify packaging
Summary:
Revision Changes Path
1.19 +4 -6 openpkg-src/rdesktop/rdesktop.spec
1.3304 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rdesktop/rdesktop.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 rdesktop.spec
--- openpkg-src/rdesktop/rdesktop.spec 31 Jan 2003 10:42:59 -0000 1.18
+++ openpkg-src/rdesktop/rdesktop.spec 14 Feb 2003 10:11:08 -0000 1.19
@@ -23,8 +23,6 @@
## SUCH DAMAGE.
##
-%define V_major 1.2.0
-
# package information
Name: rdesktop
Summary: Windows 2000 and Terminal Services RDP client.
@@ -34,11 +32,11 @@
Distribution: OpenPKG [PLUS]
Group: Terminal
License: GPL
-Version: %{V_major}
-Release: 20030131
+Version: 1.2.0
+Release: 20030214
# list of sources
-Source0:
http://osdn.dl.sourceforge.net/sourceforge/rdesktop/rdesktop-%{V_major}.tar.gz
+Source0:
http://osdn.dl.sourceforge.net/sourceforge/rdesktop/rdesktop-%{version}.tar.gz
Patch0: rdesktop.patch
# build information
@@ -56,7 +54,7 @@
Unlike Citrix ICA, no server extensions are required.
%prep
- %setup -q -n rdesktop-%{V_major}
+ %setup -q
%patch -p0
%build
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3303 -r1.3304 news.txt
--- openpkg-web/news.txt 14 Feb 2003 09:20:14 -0000 1.3303
+++ openpkg-web/news.txt 14 Feb 2003 10:11:06 -0000 1.3304
@@ -1,3 +1,4 @@
+14-Feb-2003: New package: P<rdesktop-1.2.0-20030214>
14-Feb-2003: Upgraded package: P<cadaver-0.21.0-20030214>
14-Feb-2003: Upgraded package: P<perl-xml-20030214-20030214>
14-Feb-2003: Upgraded package: P<perl-mail-20030214-20030214>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]