- 2.2
- omit .la file(s) - include (tiny) static lib
This commit is contained in:
parent
d64c2f6507
commit
a9cb162d4e
@ -1,15 +1,15 @@
|
||||
# $Id: libsigsegv.spec,v 1.5 2005/05/22 23:57:28 katzj Exp $
|
||||
# $Id: libsigsegv.spec,v 1.6 2005/10/06 18:18:13 rdieter Exp $
|
||||
|
||||
Summary: Library for handling page faults in user mode
|
||||
Name: libsigsegv
|
||||
Version: 2.1
|
||||
Release: 4%{?dist_tag}
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPL
|
||||
URL: http://libsigsegv.sourceforge.net/
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/libsigsegv/libsigsegv-2.1.tar.gz
|
||||
Source: http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.2.tar.gz
|
||||
Group: System Environment/Libraries
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
This is a library for handling page faults in user mode. A page fault
|
||||
@ -37,7 +37,8 @@ Libraries and header files for %{name} development.
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--enable-shared
|
||||
--enable-shared \
|
||||
--enable-static
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -47,12 +48,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||
|
||||
|
||||
%check || :
|
||||
make check
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
@ -68,11 +72,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/lib*.*a
|
||||
%{_libdir}/lib*.a
|
||||
%{_includedir}/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 2.2-1
|
||||
- 2.2
|
||||
- omit .la file(s)
|
||||
- include (tiny) static lib
|
||||
|
||||
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.1
|
||||
- rebuild on all arches
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user