rpms/linux-atm/devel .cvsignore, 1.6, 1.7 linux-atm.spec, 1.30, 1.31 sources, 1.6, 1.7

Tom Callaway spot at fedoraproject.org
Fri May 28 19:50:27 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/linux-atm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2483

Modified Files:
	.cvsignore linux-atm.spec sources 
Log Message:
update to 2.5.1, disable static-libs


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/linux-atm/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	3 Jan 2008 16:24:33 -0000	1.6
+++ .cvsignore	28 May 2010 19:50:26 -0000	1.7
@@ -1 +1 @@
-linux-atm-2.5.0.tar.gz
+linux-atm-2.5.1.tgz


Index: linux-atm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/linux-atm/devel/linux-atm.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- linux-atm.spec	25 Jul 2009 11:07:27 -0000	1.30
+++ linux-atm.spec	28 May 2010 19:50:27 -0000	1.31
@@ -1,7 +1,7 @@
 Summary: Tools to support ATM networking under Linux
 Name: linux-atm
-Version: 2.5.0
-Release: 10
+Version: 2.5.1
+Release: 1%{?dist}
 # The licensing here is a mess. This is as close to accurate as possible.
 License: BSD and GPLv2 and GPLv2+ and LGPLv2+ and MIT
 URL: http://linux-atm.sourceforge.net/
@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 # Older kernel headers had broken ATM includes
 BuildRequires: glibc-kernheaders >= 2.4-9.1.88
 BuildRequires: byacc automake libtool flex
-Source: http://downloads.sf.net/linux-atm/linux-atm-2.5.0.tar.gz
+Source0: http://downloads.sf.net/%{name}/%{name}-%{version}.tgz
 # Patch from Debian to sanify syslogging
 Patch2: linux-atm-2.5.0-open-macro.patch
 Patch3: linux-atm-2.5.0-disable-ilmidiag.patch
@@ -29,7 +29,7 @@ This package contains the ATM library re
 %package libs-devel
 Summary: Development files for Linux ATM API library
 Group: Development/Libraries
-Requires: linux-atm-libs = %{version}
+Requires: linux-atm-libs = %{version}-%{release}
 Requires: glibc-kernheaders >= 2.4-9.1.88
 
 %description libs-devel
@@ -43,7 +43,7 @@ Linux ATM API.
 %patch4 -p1
 
 %build
-%configure
+%configure --disable-static
 make
 
 %install
@@ -81,10 +81,13 @@ rm -rf $RPM_BUILD_ROOT
 %files libs-devel
 %defattr(-, root, root, 0755)
 %{_includedir}/*
-%{_libdir}/libatm.a
 %{_libdir}/libatm.so
 
 %changelog
+* Fri May 28 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 2.5.1-1
+- update to 2.5.1
+- disable static libs
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.0-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/linux-atm/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	3 Jan 2008 16:24:33 -0000	1.6
+++ sources	28 May 2010 19:50:27 -0000	1.7
@@ -1 +1 @@
-0b45a0e801fac7093ce4b0cadf419965  linux-atm-2.5.0.tar.gz
+9560b0e1f410a05b849dfdab465dd758  linux-atm-2.5.1.tgz



More information about the scm-commits mailing list