forked from pool/csindex
65 lines
1.5 KiB
RPMSpec
65 lines
1.5 KiB
RPMSpec
|
#
|
||
|
# spec file for package csindex (Version 19980713)
|
||
|
#
|
||
|
# Copyright (c) 2006 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
|
||
|
#
|
||
|
|
||
|
# 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
|
||
|
|
||
|
%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.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Zdenek Salvet <salvet@ics.muni.cz>
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
%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
|
||
|
/usr/bin/csindex
|
||
|
|
||
|
%changelog -n csindex
|
||
|
* 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
|