Removed cvsid tags.

This commit is contained in:
Дмитрий Левин 2006-05-14 17:05:34 +04:00
parent 03ad765c9c
commit 5416277102
50 changed files with 1 additions and 52 deletions

View File

@ -1,7 +1,6 @@
#! /usr/bin/ksh #! /usr/bin/ksh
# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu> # Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
# $Id$
# #
# This file is distributed under the terms of the GNU Public License # This file is distributed under the terms of the GNU Public License
# #

View File

@ -1,7 +1,6 @@
#! /usr/bin/ksh #! /usr/bin/ksh
# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu> # Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
# $Id$
# #
# This file is distributed under the terms of the GNU Public License # This file is distributed under the terms of the GNU Public License
# #

View File

@ -1,7 +1,6 @@
#! /usr/bin/ksh #! /usr/bin/ksh
# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu> # Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
# $Id$
# #
# This file is distributed under the terms of the GNU Public License # This file is distributed under the terms of the GNU Public License
# #

View File

@ -1,7 +1,6 @@
#! /usr/bin/ksh #! /usr/bin/ksh
# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu> # Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
# $Id$
# #
# This file is distributed under the terms of the GNU Public License # This file is distributed under the terms of the GNU Public License
# #

View File

@ -1,7 +1,6 @@
#!/bin/sh -ef #!/bin/sh -ef
# #
# Copyright (C) 2000-2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000-2006 Dmitry V. Levin <ldv@altlinux.org>
# $Id$
# #
# find-provides - generate list of linux-specific package provides. # find-provides - generate list of linux-specific package provides.
# Inspired by tool with same name from RPM distribution. # Inspired by tool with same name from RPM distribution.

View File

@ -1,6 +1,5 @@
#!/bin/sh -ef #!/bin/sh -ef
# #
# $Id$
# Copyright (C) 2000-2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000-2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# find-requires - generate list of linux-specific package requires. # find-requires - generate list of linux-specific package requires.

View File

@ -1,7 +1,6 @@
#! /usr/bin/ksh #! /usr/bin/ksh
# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu> # Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
# $Id$
# #
# This file is distributed under the terms of the GNU Public License # This file is distributed under the terms of the GNU Public License
# #

View File

@ -1,7 +1,6 @@
#! /usr/bin/ksh #! /usr/bin/ksh
# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu> # Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
# $Id$
# #
# This file is distributed under the terms of the GNU Public License # This file is distributed under the terms of the GNU Public License
# #

View File

@ -1,5 +1,4 @@
.\" rpm - Red Hat Package Manager .\" rpm - Red Hat Package Manager
.\"0 Japanese translaton $Id$
.\"0 [対訳表] .\"0 [対訳表]
.\"0 freshen: 最新版化 .\"0 freshen: 最新版化
.\"0 query: 問い合わせ .\"0 query: 問い合わせ

View File

@ -1,7 +1,6 @@
#/*! \page config_macros Default configuration: /usr/lib/rpm/macros #/*! \page config_macros Default configuration: /usr/lib/rpm/macros
# \verbatim # \verbatim
# #
# $Id$
# #
# This is a global RPM configuration file. All changes made here will # This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration # be lost when the rpm package is upgraded. Any per-system configuration

View File

@ -4,7 +4,6 @@
# Created: 1993-05-16 # Created: 1993-05-16
# Public domain # Public domain
# $Id$
errstatus=0 errstatus=0

View File

@ -1,4 +1,3 @@
# $Id$
# Per-platform rpm configuration file. # Per-platform rpm configuration file.
#============================================================================== #==============================================================================

View File

@ -6,7 +6,6 @@
#define PY_POPT_VERSION "0.2" #define PY_POPT_VERSION "0.2"
static const char *rcs_id = "$Id$";
static char *module_doc = "Python bindings for the popt library\n\ static char *module_doc = "Python bindings for the popt library\n\
\n\ \n\
@ -669,7 +668,6 @@ void initpopt()
dict = PyModule_GetDict(module); dict = PyModule_GetDict(module);
PyDict_SetItemString(dict, "__version__", PyDict_SetItemString(dict, "__version__",
PyString_FromString(PY_POPT_VERSION)); PyString_FromString(PY_POPT_VERSION));
PyDict_SetItemString(dict, "cvsid", PyString_FromString(rcs_id));
for (c = intConstants; c->name; c++) { for (c = intConstants; c->name; c++) {
PyObject *val = PyInt_FromLong(c->value); PyObject *val = PyInt_FromLong(c->value);
PyDict_SetItemString(dict, c->name, val); PyDict_SetItemString(dict, c->name, val);

View File

@ -1,5 +1,3 @@
# $Id$
%define rpm_name rpm %define rpm_name rpm
%define rpm_version 4.0.4 %define rpm_version 4.0.4
%define srcname %rpm_name-4_0-%rpm_version %define srcname %rpm_name-4_0-%rpm_version

View File

@ -1,5 +1,4 @@
#!/bin/sh -e #!/bin/sh -e
# $Id$
# #
# Written by Solar Designer <solar at owl.openwall.com> and placed in the # Written by Solar Designer <solar at owl.openwall.com> and placed in the
# public domain. # public domain.

View File

@ -1,4 +1,4 @@
.\" $Id$ .\" $ALT: rpminit.1,v 1.2 2005/11/30 17:22:19 ldv Exp $
.\" $Owl: Owl/packages/rpm/rpminit.1,v 1.6 2005/11/18 15:55:59 solar Exp $ .\" $Owl: Owl/packages/rpm/rpminit.1,v 1.6 2005/11/18 15:55:59 solar Exp $
.TH RPMINIT 1 "18 November 2005" "ALT Linux" .TH RPMINIT 1 "18 November 2005" "ALT Linux"
.SH NAME .SH NAME

View File

@ -1,7 +1,6 @@
#/*! \page config_rpmpopt Default configuration: /usr/lib/rpm/rpmpopt-@VERSION@ #/*! \page config_rpmpopt Default configuration: /usr/lib/rpm/rpmpopt-@VERSION@
# \verbatim # \verbatim
# #
# $Id$
# #
# This file *should not be modified*. Local customizations # This file *should not be modified*. Local customizations
# belong in /etc/popt, not here. This file will be replaced # belong in /etc/popt, not here. This file will be replaced

View File

@ -1,7 +1,6 @@
#/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc #/*! \page config_rpmrc Default configuration: /usr/lib/rpm/rpmrc
# \verbatim # \verbatim
# #
# $Id$
# #
# This is a global RPM configuration file. All changes made here will # This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration # be lost when the rpm package is upgraded. Any per-system configuration

View File

@ -2,7 +2,6 @@
# #
# brp-adjust_libraries - update symbolic links to shared libraries. # brp-adjust_libraries - update symbolic links to shared libraries.
# #
# $Id$
# Copyright (C) 2000,2003,2005 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000,2003,2005 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -3,7 +3,6 @@
# The ALT Linux build root policies invoked # The ALT Linux build root policies invoked
# at the end of the %install scriptlet. # at the end of the %install scriptlet.
# #
# $Id$
# Copyright (C) 2000,2003,2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000,2003,2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# brp-bytecompile_python - compile python modules. # brp-bytecompile_python - compile python modules.
# #
# $Id$
# Copyright (C) 2000,2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000,2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# brp-cleanup - cleanup buildroot. # brp-cleanup - cleanup buildroot.
# #
# $Id$
# Copyright (C) 2000-2005 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000-2005 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# brp-compress - compress info and manpages. # brp-compress - compress info and manpages.
# #
# $Id$
# Copyright (C) 2000-2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000-2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# brp-fix-perms - try to fix filesystem permissions. # brp-fix-perms - try to fix filesystem permissions.
# #
# $Id$
# Copyright (C) 2001-2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2001-2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# brp-fixup - Misc fixups. # brp-fixup - Misc fixups.
# #
# $Id$
# Copyright (C) 2002-2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2002-2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -3,7 +3,6 @@
# brp-strip - strip ELF binaries. # brp-strip - strip ELF binaries.
# Inspired by brp-strip script from RPM source code. # Inspired by brp-strip script from RPM source code.
# #
# $Id$
# Copyright (C) 2000,2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000,2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# brp-verify_elf - verify ELF objects. # brp-verify_elf - verify ELF objects.
# #
# $Id$
# Copyright (C) 2002, 2003, 2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2002, 2003, 2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# Check for unpackaged files. # Check for unpackaged files.
# #
# $Id$
# Copyright (C) 2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# compress_files - compress files helper. # compress_files - compress files helper.
# #
# $Id$
# Copyright (C) 2000-2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000-2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,3 @@
# $Id$
/etc/alternatives/packages.d /etc/alternatives/packages.d
/etc/chroot.d /etc/chroot.d
/etc/cron.d /etc/cron.d

View File

@ -3,7 +3,6 @@
# find-lang - generate list of language specific files. # find-lang - generate list of language specific files.
# Inspired by tool with same name from W. L. Estes <wlestes@uncg.edu>. # Inspired by tool with same name from W. L. Estes <wlestes@uncg.edu>.
# #
# $Id$
# Copyright (C) 2000, 2003, 2004 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000, 2003, 2004 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -e #!/bin/sh -e
# #
# $Id$
# Copyright (C) 2002-2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2002-2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# fixup-binconfig - /usr/bin/*-config fixups. # fixup-binconfig - /usr/bin/*-config fixups.
# #
# $Id$
# Copyright (C) 2002, 2004 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2002, 2004 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# fixup-shared - fix permissions of libraries. # fixup-shared - fix permissions of libraries.
# #
# $Id$
# Copyright (C) 2003-2005 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2003-2005 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# fixup-libtool - libtool .la-files fixups. # fixup-libtool - libtool .la-files fixups.
# #
# $Id$
# Copyright (C) 2002, 2004 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2002, 2004 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# fixup-pkgconfig - /usr/lib/pkgconfig/*.pc fixups. # fixup-pkgconfig - /usr/lib/pkgconfig/*.pc fixups.
# #
# $Id$
# Copyright (C) 2002, 2003, 2004 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2002, 2003, 2004 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -e #!/bin/sh -e
# #
# $Id$
# Copyright (C) 2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -e #!/bin/sh -e
# #
# $Id$
# Copyright (C) 2001,2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2001,2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -e #!/bin/sh -e
# #
# $Id$
# Copyright (C) 2001, 2003, 2005, 2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2001, 2003, 2005, 2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -ef #!/bin/sh -ef
# #
# $Id$
# Copyright (C) 2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -ef #!/bin/sh -ef
# #
# $Id$
# Copyright (C) 2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -e #!/bin/sh -e
# #
# $Id$
# Copyright (C) 2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,5 @@
#!/bin/sh -e #!/bin/sh -e
# #
# $Id$
# Copyright (C) 2000,2003 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000,2003 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# strip_files - strip files helper. # strip_files - strip files helper.
# #
# $Id$
# Copyright (C) 2000-2004 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2000-2004 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -2,7 +2,6 @@
# #
# verify-elf - verify ELF objects. # verify-elf - verify ELF objects.
# #
# $Id$
# Copyright (C) 2002, 2003, 2004, 2006 Dmitry V. Levin <ldv@altlinux.org> # Copyright (C) 2002, 2003, 2004, 2006 Dmitry V. Levin <ldv@altlinux.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify

View File

@ -1,4 +1,3 @@
# $Id$
#============================================================================== #==============================================================================
# Macro naming conventions (preliminary): # Macro naming conventions (preliminary):
# #

View File

@ -1,4 +1,3 @@
# $Id$
############################################################# #############################################################
macrofiles: @testdir@@MACROFILES@ macrofiles: @testdir@@MACROFILES@
include: @testdir@/../rpmrc include: @testdir@/../rpmrc

View File

@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2001 Dmitry V. Levin <ldv@altlinux.org> Copyright (C) 2001 Dmitry V. Levin <ldv@altlinux.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2001 Dmitry V. Levin <ldv@altlinux.org> Copyright (C) 2001 Dmitry V. Levin <ldv@altlinux.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,4 @@
/* /*
$Id$
Copyright (C) 2001 Dmitry V. Levin <ldv@altlinux.org> Copyright (C) 2001 Dmitry V. Levin <ldv@altlinux.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify