File vlna.spec of Package vlna
#
# spec file for package vlna (Version 1.3)
#
# Copyright (c) 2008 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: vlna
Summary: Add non-breakable spaces to Czech text files
Version: 1.3
Release: 1
Source: %{name}-%{version}.tar.bz2
Url: ftp://math.feld.cvut.cz/pub/olsak/vlna
License: TeX-License
Group: Productivity/Publishing/TeX/Utilities
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# better would be (161867#c15):
#Enhances: locale(tetex:cs;sk)
Provides: locale(texlive:cs;sk)
%description
Vlna adds non-breakable spaces instead of normal ones after
single-letter words in Czech text (prefarably TeX) files.
Authors:
--------
Petr Olsak <olsak@math.feld.cvut.cz>
%prep
%setup -q
%build
%configure
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README vlna.dvi vlna.txt
%attr(0755,root,root) /usr/bin/vlna
%attr(0644,root,root) /usr/share/man/man1/vlna.1.gz
%changelog
* Mon Aug 18 2008 pgajdos@suse.cz
- updated to 1.3:
* better build scripts -- simplified spec file
* bugfixes
* Thu Apr 26 2007 ro@suse.de
- changed provides for tetex to texlive
* Fri Mar 30 2007 sbrabec@suse.cz
- Refreshed tarball with new upstream license.
* Thu Mar 30 2006 sbrabec@suse.cz
- Provide locale(tetex:cs;sk) (#161867).
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Sun Jan 15 2006 schwab@suse.de
- Don't strip binaries.
* Thu Nov 03 2005 dmueller@suse.de
- don't build as root
* Sun Dec 22 2002 tcrhak@suse.cz
- update to version 1.2
* Wed Feb 23 2000 kasal@suse.cz
- initial release