spec cleanup
authorAnas Nashif <anas.nashif@intel.com>
Wed, 31 Oct 2012 03:31:04 +0000 (20:31 -0700)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 21 Feb 2020 07:55:45 +0000 (16:55 +0900)
packaging/pixman.spec

index e5c4edf..7a972a9 100644 (file)
@@ -1,16 +1,12 @@
-#sbs-git:slp/pkgs/p/pixman pixman 0.26.0 67eba3516f06fef40915917d7396b68108ee6316
-
 Name:           pixman
-Version:        0.26.0
-Release:        3
+Version:        0.27.4
+Release:        0
 License:        MIT
 Summary:        Pixel manipulation library
 Url:            http://www.x.org/
 Group:          System/Libraries
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  pkgconfig(libpng12)
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
 
 %description
 Pixel manipulation library
@@ -28,7 +24,7 @@ Pixel manipulation library
 
 %build
 
-%reconfigure --disable-arm-iwmmxt
+%configure --disable-arm-iwmmxt
 make %{?_smp_mflags}
 
 %install