- 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
|
Summary: Library for handling page faults in user mode
|
||||||
Name: libsigsegv
|
Name: libsigsegv
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Release: 4%{?dist_tag}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://libsigsegv.sourceforge.net/
|
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
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This is a library for handling page faults in user mode. A page fault
|
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
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-shared
|
--enable-shared \
|
||||||
|
--enable-static
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -47,12 +48,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
|
||||||
|
|
||||||
|
|
||||||
%check || :
|
%check || :
|
||||||
make check
|
make check
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
@ -68,11 +72,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/lib*.*a
|
%{_libdir}/lib*.a
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 2.1
|
||||||
- rebuild on all arches
|
- rebuild on all arches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user