diff --git a/gperf.spec b/gperf.spec index e634f62..6db6057 100644 --- a/gperf.spec +++ b/gperf.spec @@ -1,23 +1,31 @@ # # spec file for package gperf (Version 3.0.2) # -# Copyright (c) 2006 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. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# 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 + Name: gperf BuildRequires: gcc-c++ -License: GPL +License: GPL v2 or later Group: Development/Languages/C and C++ PreReq: %install_info_prereq -Autoreqprov: on +AutoReqProv: on Version: 3.0.2 -Release: 1 +Release: 124 Summary: A Compiler Tool for Generating Perfect Hash Functions Source: ftp://ftp.gnu.org/pub/gnu/gperf/gperf-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -62,48 +70,48 @@ rm -f $RPM_BUILD_ROOT/usr/share/doc/gperf/gperf.html %doc %{_infodir}/gperf.info.gz %doc %{_mandir}/man1/gperf.1.gz -%changelog -n gperf -* Mon Jul 17 2006 - ro@suse.de +%changelog +* Mon Jul 17 2006 ro@suse.de - update to 3.0.2 -- documentation fixes -- Fix #line directives for filenames containing backslashes -- add option --length-table-name -* Wed Jan 25 2006 - mls@suse.de + - documentation fixes + - Fix #line directives for filenames containing backslashes + - add option --length-table-name +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Sun May 22 2005 - schwab@suse.de +* Sun May 22 2005 schwab@suse.de - Fix missing declaration. -* Mon Oct 20 2003 - ro@suse.de +* Mon Oct 20 2003 ro@suse.de - don't build as root -* Mon Jun 16 2003 - ro@suse.de +* Mon Jun 16 2003 ro@suse.de - update to 3.0.1 (documentation and testsuite fixes) -* Mon May 19 2003 - ro@suse.de +* Mon May 19 2003 ro@suse.de - remove unpackaged file -* Thu May 15 2003 - ro@suse.de +* Thu May 15 2003 ro@suse.de - update to 3.0 with many additional options -* Tue May 13 2003 - ro@suse.de +* Tue May 13 2003 ro@suse.de - fix file list -* Thu Apr 24 2003 - ro@suse.de +* Thu Apr 24 2003 ro@suse.de - fix install_info --delete call and move from preun to postun -* Thu Feb 06 2003 - ro@suse.de +* Thu Feb 06 2003 ro@suse.de - added install-info macros -* Mon Oct 28 2002 - ro@suse.de +* Mon Oct 28 2002 ro@suse.de - buildrooted -* Tue Sep 17 2002 - ro@suse.de +* Tue Sep 17 2002 ro@suse.de - removed bogus self-provides -* Wed Feb 27 2002 - ro@suse.de +* Wed Feb 27 2002 ro@suse.de - bzipped source - added docu files to filelist (#13968) -* Wed Jun 13 2001 - schwab@suse.de +* Wed Jun 13 2001 schwab@suse.de - Don't link statically any more. -* Sat Sep 30 2000 - ro@suse.de +* Sat Sep 30 2000 ro@suse.de - update to 2.7.2 -* Mon Sep 25 2000 - ro@suse.de +* Mon Sep 25 2000 ro@suse.de - sorted -* Thu Jan 20 2000 - ro@suse.de +* Thu Jan 20 2000 ro@suse.de - specfile cleanup, man,info -> usr/share -* Mon Sep 13 1999 - bs@suse.de +* Mon Sep 13 1999 bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. -* Fri Jan 15 1999 - ro@suse.de +* Fri Jan 15 1999 ro@suse.de - link statically: needed when rebuilding libstdc++ -* Fri Jan 15 1999 - ro@suse.de +* Fri Jan 15 1999 ro@suse.de - created initial package using jurix dif