From 00e06330e7723cbe51c0186776bb602f753852294b478a8edf46357b6e8e78c1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 2 Aug 2007 21:21:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/csindex?expand=0&rev=2 --- COPYING | 42 ++++++++++++++++++++++++++++++++++++++++++ csindex.changes | 5 +++++ csindex.spec | 39 ++++++++++++++++++++++----------------- 3 files changed, 69 insertions(+), 17 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..17e3aeb --- /dev/null +++ b/COPYING @@ -0,0 +1,42 @@ + + MakeIndex Distribution Notice + + 11/11/1989 + + Copyright (C) 1989 by Chen & Harrison International Systems, Inc. + Copyright (C) 1988 by Olivetti Research Center + Copyright (C) 1987 by Regents of the University of California + + Author: + Pehong Chen (phc@renoir.berkeley.edu) + Chen & Harrison International Systems, Inc. + Palo Alto, California + USA + +Permission is hereby granted to make and distribute original copies of +this program provided that the copyright notice and this permission +notice are preserved and provided that the recipient is not asked to +waive or limit his right to redistribute copies as allowed by this +permission notice and provided that anyone who receives an executable +form of this program is granted access to a machine-readable form of +the source code for this program at a cost not greater than reasonable +reproduction, shipping, and handling costs. Executable forms of this +program distributed without the source code must be accompanied by a +conspicuous copy of this permission notice and a statement that tells +the recipient how to obtain the source code. + +Permission is granted to distribute modified versions of all or part +of this program under the conditions above with the additional +requirement that the entire modified work must be covered by a +permission notice identical to this permission notice. Anything +distributed with and usable only in conjunction with something derived +from this program, whose useful purpose is to extend or adapt or add +capabilities to this program, is to be considered a modified version +of this program under the requirement above. Ports of this program to +other systems not supported in the distribution are also considered +modified versions. All modified versions should be reported back to +the author. + +This program is distributed with no warranty of any sort. No +contributor accepts responsibility for the consequences of using this +program or for whether it serves any particular purpose. diff --git a/csindex.changes b/csindex.changes index 4c460f4..4450864 100644 --- a/csindex.changes +++ b/csindex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 2 11:41:28 CEST 2007 - pgajdos@suse.cz + +- added COPYING -- MakeIndex license + ------------------------------------------------------------------- Wed Jan 25 21:35:14 CET 2006 - mls@suse.de diff --git a/csindex.spec b/csindex.spec index 0fa3c42..4ba9ca5 100644 --- a/csindex.spec +++ b/csindex.spec @@ -1,39 +1,42 @@ # # spec file for package csindex (Version 19980713) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 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 +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: csindex -License: Unknown -Summary: utility for creating a Czech/Slovak-sorted LaTeX index-files -Version: 19980713 -Release: 522 -Source: %{name}-%{version}.tar.bz2 -URL: ftp://ftp.fi.muni.cz/pub/localization/csindex/ -Patch: %{name}-%{version}.dif -Group: Productivity/Publishing/TeX/Utilities -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: csindex +License: No license agreement found in package +Summary: Utility for creating Czech or Slovak Sorted LaTeX Index Files +Version: 19980713 +Release: 583 +Source: %{name}-%{version}.tar.bz2 +Source1: COPYING +URL: ftp://ftp.fi.muni.cz/pub/localization/csindex/ +Patch: %{name}-%{version}.dif +Group: Productivity/Publishing/TeX/Utilities +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -This program creates Czech/Slovak-sorted index-files for LaTeX. Usage: -csindex -z il2 file.idx Creates file.ind - a sorted index file. Uses -the ISO 8859-2 encoding. +This program creates Czech and Slovak sorted index files for LaTeX. +Usage: csindex -z il2 file.idx Creates file.ind - a sorted index file. +Uses the ISO 8859-2 encoding. Authors: -------- + Zdenek Wagner Zdenek Salvet %prep %setup +install -m 644 %{SOURCE1} . %patch %build @@ -48,10 +51,12 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README +%doc README COPYING /usr/bin/csindex -%changelog -n csindex +%changelog +* Thu Aug 02 2007 - pgajdos@suse.cz +- added COPYING -- MakeIndex license * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Tue Jan 17 2006 - schwab@suse.de