forked from pool/csindex
This commit is contained in:
parent
1d1980f7fa
commit
00e06330e7
42
COPYING
Normal file
42
COPYING
Normal file
@ -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.
|
@ -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
|
Wed Jan 25 21:35:14 CET 2006 - mls@suse.de
|
||||||
|
|
||||||
|
39
csindex.spec
39
csindex.spec
@ -1,39 +1,42 @@
|
|||||||
#
|
#
|
||||||
# spec file for package csindex (Version 19980713)
|
# 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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# 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
|
# norootforbuild
|
||||||
|
|
||||||
Name: csindex
|
Name: csindex
|
||||||
License: Unknown
|
License: No license agreement found in package
|
||||||
Summary: utility for creating a Czech/Slovak-sorted LaTeX index-files
|
Summary: Utility for creating Czech or Slovak Sorted LaTeX Index Files
|
||||||
Version: 19980713
|
Version: 19980713
|
||||||
Release: 522
|
Release: 583
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
URL: ftp://ftp.fi.muni.cz/pub/localization/csindex/
|
Source1: COPYING
|
||||||
Patch: %{name}-%{version}.dif
|
URL: ftp://ftp.fi.muni.cz/pub/localization/csindex/
|
||||||
Group: Productivity/Publishing/TeX/Utilities
|
Patch: %{name}-%{version}.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Group: Productivity/Publishing/TeX/Utilities
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This program creates Czech/Slovak-sorted index-files for LaTeX. Usage:
|
This program creates Czech and Slovak sorted index files for LaTeX.
|
||||||
csindex -z il2 file.idx Creates file.ind - a sorted index file. Uses
|
Usage: csindex -z il2 file.idx Creates file.ind - a sorted index file.
|
||||||
the ISO 8859-2 encoding.
|
Uses the ISO 8859-2 encoding.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
|
Zdenek Wagner <wagner@icpf.cas.cz>
|
||||||
Zdenek Salvet <salvet@ics.muni.cz>
|
Zdenek Salvet <salvet@ics.muni.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
|
install -m 644 %{SOURCE1} .
|
||||||
%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -48,10 +51,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc README COPYING
|
||||||
/usr/bin/csindex
|
/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
|
* Wed Jan 25 2006 - mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Tue Jan 17 2006 - schwab@suse.de
|
* Tue Jan 17 2006 - schwab@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user