diff --git a/csindex.changes b/csindex.changes index 4450864..d35105d 100644 --- a/csindex.changes +++ b/csindex.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 18 00:04:05 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Thu Aug 2 11:41:28 CEST 2007 - pgajdos@suse.cz diff --git a/csindex.spec b/csindex.spec index 33bb40b..7832351 100644 --- a/csindex.spec +++ b/csindex.spec @@ -1,7 +1,7 @@ # -# spec file for package csindex (Version 19980713) +# spec file for package csindex # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: csindex @@ -35,43 +34,21 @@ 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 -make CC="gcc $RPM_OPT_FLAGS" +make CC="gcc $RPM_OPT_FLAGS" %{?_smp_mflags} %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