rpms/libsigsegv/FC-4 .cvsignore, 1.2, 1.3 libsigsegv.spec, 1.5, 1.6 sources, 1.2, 1.3

Ralf Corsepius rc040203 at freenet.de
Fri Oct 7 05:19:03 UTC 2005


On Thu, 2005-10-06 at 14:24 -0400, Rex Dieter wrote:
> Author: rdieter
> 
> Update of /cvs/extras/rpms/libsigsegv/FC-4

> --- libsigsegv.spec	22 May 2005 23:57:28 -0000	1.5
> +++ libsigsegv.spec	6 Oct 2005 18:24:52 -0000	1.6

> @@ -37,7 +37,8 @@
>  
>  %build
>  %configure \
> -  --enable-shared
> +  --enable-shared \
> +  --enable-static
>  
>  make %{?_smp_mflags}
>  
> @@ -47,12 +48,15 @@
>  
>  make install DESTDIR=$RPM_BUILD_ROOT
>  
> +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
> +
 
You can't remove *.la from a package which already has been released.
This breaks all packages depending on this library. You can only do this
for unreleased packages, but not for already released packages.

Please revert this change for FC4 and FC3.

>  %check || :
Cosmetic issue: The "|| :" is superfluous.


>  %files devel
>  %defattr(-,root,root)
>  %{_libdir}/lib*.so
> -%{_libdir}/lib*.*a
> +%{_libdir}/lib*.a
Adding a static library to a package that previous had not contained
one? Where is the sense in this? 

Ralf





More information about the fedora-extras-list mailing list