]> git.pld-linux.org Git - packages/librhtv.git/commitdiff
- Release 3
authorpascalek <pascalek@pld-linux.org>
Wed, 16 Jun 2004 09:19:22 +0000 (09:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- input1line patch
- gcc 3.4 patch - take a look at this one - I'm not 100% sure about
  that one (it works fine for me...)

Changed files:
    librhtv.spec -> 1.15

librhtv.spec

index 821b29fdb7f6212cd4cb42b907115796b2236dfd..ee76b30d23e8a40cd691faac13e1be640d8229f1 100644 (file)
@@ -2,12 +2,14 @@ Summary:      Unix port of Borland TurboVision library
 Summary(pl):   Uniksowa wersja biblioteki TurboVision Borlanda
 Name:          librhtv
 Version:       2.0.2
-Release:       2
+Release:       3
 License:       Borland, some modifications are BSD-like licensed (generally free)
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/tvision/rhtvision-%{version}.src.tar.gz
 # Source0-md5: 4071b59f9846f4f4d0111417caaa9c2b
 Patch0:                %{name}-nolowlevelgarbage.patch
+Patch1:                %{name}-input1line.patch
+Patch2:                %{name}-gcc34.patch
 URL:           http://tvision.sourceforge.net/
 BuildRequires: XFree86-devel
 BuildRequires: gpm-devel
@@ -60,6 +62,8 @@ Biblioteki statyczne rhtvision.
 %prep
 %setup -q -n tvision
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__perl} config.pl \
This page took 0.068667 seconds and 4 git commands to generate.