csindex/csindex.spec

78 lines
2.1 KiB
RPMSpec

#
# spec file for package csindex (Version 19980713)
#
# 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: csindex
License: Any permissive
Summary: Utility for creating Czech or Slovak Sorted LaTeX Index Files
Version: 19980713
Release: 655
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 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 <wagner@icpf.cas.cz>
Zdenek Salvet <salvet@ics.muni.cz>
%prep
%setup
install -m 644 %{SOURCE1} .
%patch
%build
make CC="gcc $RPM_OPT_FLAGS"
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
install -c -m 0755 csindex $RPM_BUILD_ROOT/usr/bin
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING
/usr/bin/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
- Don't strip binaries.
* Wed Nov 02 2005 dmueller@suse.de
- don't build as root
* Tue Aug 14 2001 dan@suse.cz
- use bzip instead of gzip
* Mon Dec 18 2000 pblaha@suse.cz
- create this package