]> git.pld-linux.org Git - packages/gsl.git/commitdiff
- added am18 and link patches, updated URL, fixed -progs Group, release 2 auto/ac/gsl-1_4-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Dec 2003 17:59:45 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gsl.spec -> 1.59

gsl.spec

index 0e5fb02fc2dd53cbc43765c377199de614f3938a..39f167933c602808cd2377d5a7144585fd0ddafd 100644 (file)
--- a/gsl.spec
+++ b/gsl.spec
@@ -6,17 +6,19 @@ Summary(ru):  
 Summary(uk):   îÁÕËÏ×Á Â¦Â̦ÏÔÅËÁ GNU ÄÌÑ ÞÉÓÌÏ×ÏÇÏ ÁÎÁ̦ÚÕ
 Name:          gsl
 Version:       1.4
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL
 Group:         Libraries
 Source0:       ftp://sources.redhat.com/pub/gsl/%{name}-%{version}.tar.gz
 # Source0-md5: 7513e13525c073dc07e02cc4354294e2
 Patch0:                %{name}-info.patch
-URL:           http://sourceware.cygnus.com/gsl/
-BuildRequires: autoconf
+Patch1:                %{name}-am18.patch
+Patch2:                %{name}-link.patch
+URL:           http://www.gnu.org/software/gsl/
+BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: libtool
+BuildRequires: libtool >= 1:1.4.2-9
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     libgsl0
 
@@ -114,7 +116,7 @@ Bibliotecas est
 %package progs
 Summary:       gsl utility programs
 Summary(pl):   Narzêdzia dla gsl
-Group:         Development/Libraries
+Group:         Applications/Science
 Requires:      %{name} = %{epoch}:%{version}
 
 %description progs
@@ -124,11 +126,12 @@ gsl utility programs.
 Narzêdzia dla gsl.
 
 %prep
-%setup  -q
+%setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-rm -f missing
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -165,9 +168,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/gsl-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_aclocaldir}/gsl.m4
-%{_libdir}/pkgconfig/*
 %{_includedir}/gsl
+%{_aclocaldir}/gsl.m4
+%{_pkgconfigdir}/*
 %{_infodir}/gsl*
 %{_mandir}/man1/gsl-config.1*
 %{_mandir}/man3/*
This page took 0.059928 seconds and 4 git commands to generate.