This commit is contained in:
parent
0da2b6fa8d
commit
93fde86f4f
@ -1,23 +1,31 @@
|
|||||||
#
|
#
|
||||||
# spec file for package linux-atm (Version 2.5.0)
|
# spec file for package linux-atm (Version 2.5.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: linux-atm
|
Name: linux-atm
|
||||||
BuildRequires: bison flex glibc-devel
|
BuildRequires: bison flex glibc-devel
|
||||||
URL: http://sourceforge.net/projects/linux-atm/
|
Url: http://sourceforge.net/projects/linux-atm/
|
||||||
License: BSD License and BSD-like, GNU General Public License (GPL)
|
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
Summary: Tools for ATM
|
Summary: Tools for ATM
|
||||||
Version: 2.5.0
|
Version: 2.5.0
|
||||||
Release: 43
|
Release: 135
|
||||||
Source0: linux-atm-%{version}.tar.bz2
|
Source0: linux-atm-%{version}.tar.bz2
|
||||||
Patch0: linux-atm-%{version}.diff
|
Patch0: linux-atm-%{version}.diff
|
||||||
Patch1: linux-atm-2.5.0-include.patch
|
Patch1: linux-atm-2.5.0-include.patch
|
||||||
@ -35,6 +43,7 @@ Authors:
|
|||||||
Paul B. Schroeder, <paulsch@us.ibm.com>
|
Paul B. Schroeder, <paulsch@us.ibm.com>
|
||||||
|
|
||||||
%package lib
|
%package lib
|
||||||
|
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Libraries for ATM
|
Summary: Libraries for ATM
|
||||||
|
|
||||||
@ -50,6 +59,7 @@ Authors:
|
|||||||
Paul B. Schroeder, <paulsch@us.ibm.com>
|
Paul B. Schroeder, <paulsch@us.ibm.com>
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
|
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Development for ATM
|
Summary: Development for ATM
|
||||||
Requires: linux-atm-lib = %version
|
Requires: linux-atm-lib = %version
|
||||||
@ -83,11 +93,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post lib
|
%post lib -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%postun lib
|
%postun lib -p /sbin/ldconfig
|
||||||
%run_ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -110,32 +118,32 @@ rm -rf %{buildroot}
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 29 2007 - rguenther@suse.de
|
* Thu Mar 29 2007 rguenther@suse.de
|
||||||
- add bison and flex BuildRequires
|
- add bison and flex BuildRequires
|
||||||
* Fri Mar 23 2007 - ssommer@suse.de
|
* Fri Mar 23 2007 ssommer@suse.de
|
||||||
- fix build with newer kernel headers
|
- fix build with newer kernel headers
|
||||||
* Sat May 27 2006 - schwab@suse.de
|
* Sun May 28 2006 schwab@suse.de
|
||||||
- Don't strip binaries.
|
- Don't strip binaries.
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Fri Apr 22 2005 - arvin@suse.de
|
* Fri Apr 22 2005 arvin@suse.de
|
||||||
- updated to latest CVS
|
- updated to latest CVS
|
||||||
* Wed Apr 20 2005 - arvin@suse.de
|
* Wed Apr 20 2005 arvin@suse.de
|
||||||
- updated to 2.5.0 CVS + my GCC 4.0 and other patches
|
- updated to 2.5.0 CVS + my GCC 4.0 and other patches
|
||||||
* Mon Apr 18 2005 - arvin@suse.de
|
* Mon Apr 18 2005 arvin@suse.de
|
||||||
- some (but not all) gcc 4.0 fixes
|
- some (but not all) gcc 4.0 fixes
|
||||||
* Tue Apr 20 2004 - arvin@suse.de
|
* Tue Apr 20 2004 arvin@suse.de
|
||||||
- removed some compile warnings
|
- removed some compile warnings
|
||||||
* Sat Jan 10 2004 - adrian@suse.de
|
* Sat Jan 10 2004 adrian@suse.de
|
||||||
- add %%run_ldconfig
|
- add %%run_ldconfig
|
||||||
* Sat Jul 19 2003 - meissner@suse.de
|
* Sat Jul 19 2003 meissner@suse.de
|
||||||
- drop 1 line from ltconfig, so it builds shared libs on ppc64.
|
- drop 1 line from ltconfig, so it builds shared libs on ppc64.
|
||||||
* Mon May 26 2003 - arvin@suse.de
|
* Mon May 26 2003 arvin@suse.de
|
||||||
- split package into linux-atm, linux-atm-lib and linux-atm-devel
|
- split package into linux-atm, linux-atm-lib and linux-atm-devel
|
||||||
- include all programs/files to make rpm v4 happy
|
- include all programs/files to make rpm v4 happy
|
||||||
* Thu Apr 18 2002 - kukuk@suse.de
|
* Thu Apr 18 2002 kukuk@suse.de
|
||||||
- Add suse_update_config for x86_64
|
- Add suse_update_config for x86_64
|
||||||
* Tue Jan 08 2002 - arvin@suse.de
|
* Tue Jan 08 2002 arvin@suse.de
|
||||||
- include some documentation in the package
|
- include some documentation in the package
|
||||||
* Mon Jan 07 2002 - arvin@suse.de
|
* Mon Jan 07 2002 arvin@suse.de
|
||||||
- initial package for atm
|
- initial package for atm
|
||||||
|
Loading…
Reference in New Issue
Block a user