From 8df0e91f43ab8778cd387e56010f0265235345d451af4335c312958af32649c6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 18 Apr 2009 11:53:02 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/check?expand=0&rev=6 --- check.changes | 5 +++++ check.spec | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/check.changes b/check.changes index 774b4a4..79e549a 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 18 03:45:33 CEST 2009 - crrodriguez@suse.de + +- remove static libraries and "la" files + ------------------------------------------------------------------- Thu Jan 1 12:12:12 IST 2009 - msuman@suse.de diff --git a/check.spec b/check.spec index 76fb8be..3618884 100644 --- a/check.spec +++ b/check.spec @@ -20,7 +20,7 @@ Name: check Version: 0.9.6 -Release: 1 +Release: 2 Url: http://check.sourceforge.net/ Group: Development/Libraries/C and C++ License: LGPL v2.1 or later @@ -48,7 +48,7 @@ Authors: License: LGPL v2.1 or later Group: Development/Libraries/C and C++ Summary: Unit Test Framework for C -Requires: %{name} = %{version} +Requires: %{name} = %{version} glibc-devel %description devel Check is a unit test framework for C. It features a simple interface @@ -73,12 +73,13 @@ Authors: export CFLAGS="$RPM_OPT_FLAGS -std=gnu99" export CXXFLAGS="$RPM_OPT_FLAGS -std=gnu99" export FFLAGS="$RPM_OPT_FLAGS -std=gnu99" -%configure +%configure --disable-static --with-pic %{__make} %{?jobs:-j%jobs} docdir=%{_docdir}/%{name} %install %makeinstall docdir=%{_docdir}/%{name} %{__cp} -a AUTHORS COPYING.LESSER THANKS TODO $RPM_BUILD_ROOT%{_docdir}/%{name} +%{__rm} -f %{buildroot}%{_libdir}/*.la %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -105,12 +106,13 @@ export FFLAGS="$RPM_OPT_FLAGS -std=gnu99" %{_includedir}/*.h %doc %{_infodir}/%{name}.info* %{_libdir}/*.so -%{_libdir}/*.*a %{_libdir}/pkgconfig/*.pc %doc %{_docdir}/%{name}/example %changelog -* Wed Dec 31 2008 msuman@suse.de +* Sat Apr 18 2009 crrodriguez@suse.de +- remove static libraries and "la" files +* Thu Jan 01 2009 msuman@suse.de - Updated to version 0.9.6: * add call to AC_REPLACE_FUNCS([strsignal]) * add CK_FORK_GETENV to enum fork_status and delete CK_FORK_UNSPECIFIED