]> git.pld-linux.org Git - packages/libpng.git/commitdiff
- release 5: revert MMX support on i586, i686 (seems not stable). libpng-1_0_8-5
authorkloczek <kloczek@pld-linux.org>
Wed, 22 Nov 2000 15:32:00 +0000 (15:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libpng.spec -> 1.33

libpng.spec

index 51134644e1faf2b2b759d3db23fe65395f9675ab..85cff0f430ad1bfb29062464f8a6493b9f39855b 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Biblioteka PNG
 Summary(tr):   PNG kitaplýðý
 Name:          libpng
 Version:       1.0.8
-Release:       4
+Release:       5
 Epoch:         2
 License:       Distributable
 Group:         Libraries
@@ -105,14 +105,9 @@ Narz
 %patch -p1
 %patch1 -p1
 
-%ifarch i586 i686 \
-  ln -s scripts/makefile.gcmmx ./Makefile
-%else
-  ln -s scripts/makefile.linux ./Makefile
-%endif
+ln -s scripts/makefile.linux ./Makefile
 
 %build
-
 %{__make}  
 cd contrib/pngminus
 %{__make} -f makefile.std
@@ -142,7 +137,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc {*.txt,ANNOUNCE,CHANGES,KNOWNBUG,README}.gz
+%doc *.gz
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/*
 %{_mandir}/man3/*
This page took 0.036351 seconds and 4 git commands to generate.