[meego-commits] 6022: Changes to Trunk:Testing/lzo
Yi Yang
yi.y.yang at intel.com
Wed Jul 28 01:45:44 UTC 2010
Hi,
I have made the following changes to lzo in project Trunk:Testing. Please review and accept ASAP.
Thank You,
Yi Yang
[This message was auto-generated]
---
Request #6022:
submit: home:yyang:branches:Trunk:Testing/lzo(r2)(cleanup) -> Trunk:Testing/lzo
Message:
Remove 'make check test'
State: new 2010-07-27T13:38:56 yyang
Comment: None
changes files:
--------------
--- lzo.changes
+++ lzo.changes
@@ -0,0 +1,3 @@
+* Wed Jul 28 2010 Yi Yang <yi.y.yang at intel.com> - 2.03
+- Remove 'make check test'
+
spec files:
-----------
--- lzo.spec
+++ lzo.spec
@@ -1,6 +1,6 @@
#
-# Do not Edit! Generated by:
-# spectacle version 0.17
+# Do NOT Edit the Auto-generated Part!
+# Generated by: spectacle version 0.18
#
# >> macros
# << macros
@@ -15,6 +15,8 @@
Source0: http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz
Source100: lzo.yaml
Patch0: lzo-2.02-configure.patch
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
BuildRequires: zlib-devel
@@ -31,6 +33,8 @@
Summary: Mini version of lzo for apps which don't need the full version
Group: System/Libraries
Requires: %{name} = %{version}-%{release}
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
%description minilzo
A small (mini) version of lzo for embedding into applications which don't need
@@ -86,19 +90,22 @@
ln -s libminilzo.so.0 $RPM_BUILD_ROOT%{_libdir}/libminilzo.so
install -p -m 644 minilzo/minilzo.h $RPM_BUILD_ROOT%{_includedir}/lzo
# << install post
-%check
-# >> check
-make check test
-# << check
+
+
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
+
+
%post minilzo -p /sbin/ldconfig
%postun minilzo -p /sbin/ldconfig
+
+
+
%files
%defattr(-,root,root,-)
# >> files
other changes:
--------------
++++++ lzo.yaml
--- lzo.yaml
+++ lzo.yaml
@@ -24,7 +24,6 @@
- --enable-shared
- CFLAGS="`echo $CFLAGS | sed 's/-O2//g'`"
Builder: make
-NeedCheckSection: True
SubPackages:
- Name: minilzo
Summary: Mini version of lzo for apps which don't need the full version
More information about the MeeGo-commits
mailing list