OBS User unknown 2009-06-18 15:09:39 +00:00 committed by Git OBS Bridge
parent 5fc6dbfb67
commit 9f49f7fff7

View File

@ -1,30 +1,38 @@
# #
# spec file for package perl-Net-SNMP (Version 5.2.0) # spec file for package perl-Net-SNMP (Version 5.2.0)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 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.
# #
# Please submit bugfixes or comments via http://bugs.opensuse.org # 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/
# #
# norootforbuild # norootforbuild
Name: perl-Net-SNMP
BuildRequires: perl-Crypt-DES perl-Digest-HMAC Name: perl-Net-SNMP
Version: 5.2.0 BuildRequires: perl-Crypt-DES perl-Digest-HMAC
Release: 1 Version: 5.2.0
Provides: p_nsnmp Release: 132
Obsoletes: p_nsnmp Provides: p_nsnmp
Requires: perl-Digest-HMAC perl-Digest-SHA1 perl-Crypt-DES Obsoletes: p_nsnmp
Requires: perl = %{perl_version} Requires: perl-Digest-HMAC perl-Digest-SHA1 perl-Crypt-DES
Autoreqprov: on Requires: perl = %{perl_version}
Group: Development/Libraries/Perl AutoReqProv: on
License: Artistic License Group: Development/Libraries/Perl
URL: http://cpan.org/modules/by-module/Net/ License: Artistic License
Summary: Net::SNMP Perl Module Url: http://search.cpan.org/perldoc?Net::SNMP
Source: Net-SNMP-%{version}.tar.bz2 Summary: Net::SNMP Perl Module
BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: Net-SNMP-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
The Net::SNMP module implements an object oriented interface to the The Net::SNMP module implements an object oriented interface to the
@ -62,52 +70,52 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/* %{_bindir}/*
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog -n perl-Net-SNMP %changelog
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Fri Jan 06 2006 - anicka@suse.cz * Fri Jan 06 2006 anicka@suse.cz
- update to 5.2.0 - update to 5.2.0
* Mon Aug 01 2005 - cthiel@suse.de * Mon Aug 01 2005 cthiel@suse.de
- update to version 5.1.0 - update to version 5.1.0
* Thu Feb 17 2005 - mjancar@suse.cz * Thu Feb 17 2005 mjancar@suse.cz
- update to 5.0.1 - update to 5.0.1
* Fri Aug 06 2004 - mjancar@suse.cz * Fri Aug 06 2004 mjancar@suse.cz
- update to 5.0.0 - update to 5.0.0
* Sun Jun 20 2004 - ro@suse.de * Sun Jun 20 2004 ro@suse.de
- fix find command in specfile - fix find command in specfile
* Sat Feb 28 2004 - ro@suse.de * Sat Feb 28 2004 ro@suse.de
- fix requirement for /usr/local - fix requirement for /usr/local
* Wed Oct 22 2003 - mjancar@suse.cz * Wed Oct 22 2003 mjancar@suse.cz
- update to 4.1.2 - update to 4.1.2
* Fri Aug 22 2003 - mjancar@suse.cz * Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with - require the perl version we build with
* Thu Jul 17 2003 - mjancar@suse.cz * Thu Jul 17 2003 mjancar@suse.cz
- adapt to perl-5.8.1 - adapt to perl-5.8.1
- use %%perl_process_packlist - use %%perl_process_packlist
* Tue Jun 17 2003 - mjancar@suse.cz * Tue Jun 17 2003 mjancar@suse.cz
- fix filelist - fix filelist
* Fri Jun 06 2003 - mjancar@suse.cz * Fri Jun 06 2003 mjancar@suse.cz
- update to 4.1.0 - update to 4.1.0
- don't package MANIFEST - don't package MANIFEST
* Tue May 20 2003 - mjancar@suse.cz * Tue May 20 2003 mjancar@suse.cz
- remove unpackaged files - remove unpackaged files
* Fri Dec 20 2002 - prehak@suse.cz * Fri Dec 20 2002 prehak@suse.cz
- updated to version 4.0.3 - updated to version 4.0.3
* Tue Aug 06 2002 - ro@suse.de * Tue Aug 06 2002 ro@suse.de
- change neededforbuild perl-Cryptix -> perl-Crypt-DES - change neededforbuild perl-Cryptix -> perl-Crypt-DES
* Mon Jul 29 2002 - mls@suse.de * Mon Jul 29 2002 mls@suse.de
- Fixed neededforbuild for perl-5.8.0 - Fixed neededforbuild for perl-5.8.0
* Mon Jul 22 2002 - prehak@suse.cz * Mon Jul 22 2002 prehak@suse.cz
- update to version 4.0.2 - update to version 4.0.2
- added examples directory to documentation - added examples directory to documentation
* Tue Jul 02 2002 - mls@suse.de * Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation - remove race in .packlist generation
* Thu Jan 17 2002 - rvasice@suse.cz * Thu Jan 17 2002 rvasice@suse.cz
- update to version 4.0.1 - update to version 4.0.1
* Mon Mar 26 2001 - cihlar@suse.cz * Mon Mar 26 2001 cihlar@suse.cz
- added make test - added make test
* Fri Nov 10 2000 - cihlar@suse.cz * Fri Nov 10 2000 cihlar@suse.cz
- renamed p_nsnmp -> perl-Net-SNMP - renamed p_nsnmp -> perl-Net-SNMP
- update to version 3.60 - update to version 3.60
* Thu Aug 24 2000 - cihlar@suse.cz * Thu Aug 24 2000 cihlar@suse.cz
- package created - package created