# $Revision: 1.3 $, $Date: 2003/08/18 18:21:21 $ Summary: MS cab-files creator Summary(pl): Program tworzący pliki MS-cab Name: lcab Version: 1.0b9 Release: 1 License: distributable Group: Applications/Archiving Source0: http://www.geekshop.be/rien/lcab/files/%{name}-%{version}.tar.gz # Source0-md5: 88c4b1159522ff1b44d805b88ed24b08 URL: http://www.geekshop.be/rien/lcab/ Obsoletes: cablinux BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(id -u -n) %description A little program that creates MS cabinet-files. %description -l pl Mały program tworzący pliki cabinet Microsoftu. %prep %setup -q %build %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_bindir} install %{name} $RPM_BUILD_ROOT%{_bindir} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc README %attr(755, root, root) %{_bindir}/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team All persons listed below can be reached at @pld-linux.org $Log: lcab.spec,v $ Revision 1.3 2003/08/18 18:21:21 undefine - update to 1.0b9, stb Revision 1.2 2003/08/12 22:32:49 ankry - cosmetics Revision 1.1 2003/07/15 22:25:35 undefine - renamed to lcab, upgrade to 1.0b8 Revision 1.10 2003/05/28 12:58:48 malekith - massive attack: source-md5 Revision 1.9 2003/05/25 05:46:07 misi3k - massive attack s/pld.org.pl/pld-linux.org/ Revision 1.8 2003/02/21 17:10:36 misi3k - changed URL and Source0 URL Revision 1.7 2002/12/23 14:40:58 qboosh - added URL, updated Source0 URL (not notifier-friendly) Revision 1.6 2002/10/10 12:28:33 marcus - use new %%doc Revision 1.5 2002/04/25 15:56:47 arturs fixed a small typo Revision 1.4 2002/02/22 23:28:44 kloczek - removed all Group fields translations (our rpm now can handle translating Group field using gettext). Revision 1.3 2002/01/18 02:12:32 kloczek perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/" Revision 1.2 2001/11/22 10:37:39 qboosh - s/Copyright: Freely Distributable/License: distributable/ Revision 1.1 2001/07/26 15:11:24 undefine - Initital PLD version