OBS User unknown 2009-04-18 11:53:02 +00:00 committed by Git OBS Bridge
parent ca4c2607ca
commit 8df0e91f43
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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