- add a %clean into .spec

This commit is contained in:
Florian La Roche 2004-11-26 19:09:17 +00:00
parent 7d6c3ee87d
commit 0fc1e5b56e

View File

@ -1,6 +1,6 @@
Name: brltty
Version: 3.2
Release: 5
Release: 6
License: GPL
Group: System Environment/Daemons
URL: http://mielke.cc/brltty/
@ -39,6 +39,9 @@ rm -f ${RPM_BUILD_ROOT}/bin/brltty
rm -f ${RPM_BUILD_ROOT}/bin/install-brltty
rm -rf ${RPM_BUILD_ROOT}/lib/brltty/*
%clean
rm -rf $RPM_BUILD_ROOT
%post
devices="/dev/vcsa /dev/vcsa0 /dev/vcc/a"
install=true
@ -75,6 +78,9 @@ fi
/etc/brltty
%changelog
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
- add a %%clean into .spec
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
- chmod a-x for conf file (#116244)