rpms/gsl/devel gsl.spec,1.53,1.54

Ivana Varekova varekova at fedoraproject.org
Wed Mar 3 09:59:24 UTC 2010


Author: varekova

Update of /cvs/pkgs/rpms/gsl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2873

Modified Files:
	gsl.spec 
Log Message:
- remove the static subpackage



Index: gsl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsl/devel/gsl.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- gsl.spec	15 Sep 2009 13:47:21 -0000	1.53
+++ gsl.spec	3 Mar 2010 09:59:24 -0000	1.54
@@ -1,7 +1,7 @@
 Summary: The GNU Scientific Library for numerical analysis
 Name: gsl
 Version: 1.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnu.org/software/gsl/
 Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
 Patch0: gsl-1.10-lib64.patch
@@ -29,14 +29,6 @@ Requires: pkgconfig, automake
 The gsl-devel package contains the header files necessary for 
 developing programs using the GSL (GNU Scientific Library).
 
-%package static
-Summary: Static libraries of the GSL package
-Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
-
-%description static
-The gsl-static package includes static libraries of GSL.
-
 %prep
 %setup -q
 %patch0 -p1 -b .lib64
@@ -57,6 +49,8 @@ make install DESTDIR=$RPM_BUILD_ROOT ins
 # remove unpackaged files from the buildroot
 rm -rf $RPM_BUILD_ROOT%{_infodir}/dir
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+# remove static libraries
+rm -r $RPM_BUILD_ROOT%{_libdir}/*.a
 
 %post -p /sbin/ldconfig
 
@@ -98,12 +92,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/gsl-config.1*
 %{_mandir}/man3/*.3*
 
-%files static
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING
-%{_libdir}/*.a
-
 %changelog
+* Wed Mar  3 2010 Ivana Hutarova Varekova <varekova at redhat.com> - 1.13-2
+- remove the static subpackage
+
 * Tue Sep 15 2009 Ivana Varekova <varekova at redhat.com> - 1.13-1
 - update to 1.13
 



More information about the scm-commits mailing list