]> git.pld-linux.org Git - packages/dvi2tty.git/commitdiff
- updated to 5.3.1 (bugfix, clear license - it's GPL)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 May 2003 23:20:38 +0000 (23:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- pass CC and CFLAGS

Changed files:
    dvi2tty.spec -> 1.7

dvi2tty.spec

index ca54d7e206037c83198535607bd0ef1a9ab267e6..959371c2a8136aa468c9d3341bbf772793c7b86e 100644 (file)
@@ -1,9 +1,9 @@
 Summary:       DVI to ascii converter
 Summary(pl):   Konwerter DVI do ascii
 Name:          dvi2tty
-Version:       5.3
-Release:       2
-License:       non-commercial
+Version:       5.3.1
+Release:       1
+License:       GPL v2
 Group:         Applications/Text
 Source0:       http://www.mesa.nl/pub/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -15,10 +15,13 @@ Dvi2tty convert TeX dvi output to ascii.
 Dvi2tty konweruje pliki wynikowe TeX dvi do ascii.
 
 %prep
-%setup  -q
+%setup -q
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.076342 seconds and 4 git commands to generate.