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
# Original Author: Tim Mooney <mooney@golem.phys.ndsu.NoDak.edu>
# $Id$
#
# This file is distributed under the terms of the GNU Public License
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
#!/bin/sh -e
# $Id$
#
# Written by Solar Designer <solar at owl.openwall.com> and placed in the
# 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 $
.TH RPMINIT 1 "18 November 2005" "ALT Linux"
.SH NAME

View File

@ -1,7 +1,6 @@
#/*! \page config_rpmpopt Default configuration: /usr/lib/rpm/rpmpopt-@VERSION@
# \verbatim
#
# $Id$
#
# This file *should not be modified*. Local customizations
# 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
# \verbatim
#
# $Id$
#
# This is a global RPM configuration file. All changes made here will
# 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.
#
# $Id$
# Copyright (C) 2000,2003,2005 Dmitry V. Levin <ldv@altlinux.org>
#
# 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
# at the end of the %install scriptlet.
#
# $Id$
# Copyright (C) 2000,2003,2006 Dmitry V. Levin <ldv@altlinux.org>
#
# This program is free software; you can redistribute it and/or modify

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,7 +3,6 @@
# find-lang - generate list of language specific files.
# 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>
#
# This program is free software; you can redistribute it and/or modify

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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