]> git.pld-linux.org Git - packages/unrar.git/commitdiff
- release 3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Dec 2000 15:45:45 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed CFLAGS

Changed files:
    unrar.spec -> 1.17

unrar.spec

index 795b8d0c22cccb7b3cd4f2843e77556dea5a91e2..fc3db69a169980eca28cb5c30cbc953574340bb7 100644 (file)
@@ -2,7 +2,7 @@ Summary:        unRAR - extract, test and view RAR archives
 Summary(pl):   unRAR - rozpakowuje, testuje i przegl±da archiwa RAR
 Name:          unrar
 Version:       2.50.1
-Release:       2
+Release:       3
 License:       Freeware
 Group:         Utilities/Archiving
 Group(pl):     Narzêdzia/Archiwizacja
@@ -24,10 +24,8 @@ wersji 1.50 i wy
 %setup -q
 
 %build
-sed 's/^CFLAGS[ ]*=/override CFLAGS +=/' < Makefile > Makefile.new
-mv -f Makefile.new Makefile
 %{__make} clean
-%{__make} CFLAGS="$RPM_OPT_FLAGS"
+%{__make} CFLAGS="-D_UNIX $RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.079681 seconds and 4 git commands to generate.