update for beta universally
authorYan Yin <yan.yin@intel.com>
Wed, 14 Mar 2012 06:00:38 +0000 (14:00 +0800)
committerYan Yin <yan.yin@intel.com>
Wed, 14 Mar 2012 06:00:38 +0000 (14:00 +0800)
packaging/libmm-ta.spec

index 1f3f6107c8ac171b35dc1282f5b609ef8d81f817..e0fb80b9ec77e685937f26ba03d2cf73a2e387aa 100644 (file)
@@ -1,11 +1,10 @@
-
 Name:       libmm-ta
 Summary:    Multimedia Framework Time Analysis Lib
-Version:    0.1.2
+Version:       0.1.4
 Release:    1
 Group:      System/Libraries
-License:    TO BE FILLED IN
-Source0:    libmm-ta-%{version}.tar.bz2
+License:    Apache-2.0
+Source0:    libmm-ta-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -13,8 +12,6 @@ Requires(postun): /sbin/ldconfig
 %description
 Multimedia Framework Time Analysis Library
 
-
-
 %package devel
 Summary:    Dev. components for the libmm-ta package (devel)
 Group:      Development/Libraries
@@ -29,33 +26,23 @@ Development components for the libmm-ta package (devel)
 
 
 %build
-
-%autogen --disable-static
-%configure --disable-static
+%autogen 
+%configure 
 make %{?jobs:-j%jobs}
 
 %install
-rm -rf %{buildroot}
 %make_install
 
-
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
 
-
-
-
 %files
-%defattr(-,root,root,-)
 /usr/lib/libmm_ta.so.*
 
 
 %files devel
-%defattr(-,root,root,-)
 /usr/include/mm_ta/*.h
 /usr/lib/*.so
 /usr/lib/pkgconfig/*.pc