- add a %clean into .spec
This commit is contained in:
parent
7d6c3ee87d
commit
0fc1e5b56e
@ -1,6 +1,6 @@
|
|||||||
Name: brltty
|
Name: brltty
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 5
|
Release: 6
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
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 -f ${RPM_BUILD_ROOT}/bin/install-brltty
|
||||||
rm -rf ${RPM_BUILD_ROOT}/lib/brltty/*
|
rm -rf ${RPM_BUILD_ROOT}/lib/brltty/*
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
devices="/dev/vcsa /dev/vcsa0 /dev/vcc/a"
|
devices="/dev/vcsa /dev/vcsa0 /dev/vcc/a"
|
||||||
install=true
|
install=true
|
||||||
@ -75,6 +78,9 @@ fi
|
|||||||
/etc/brltty
|
/etc/brltty
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Oct 14 2004 Adrian Havill <havill@redhat.com> 3.2-5
|
||||||
- chmod a-x for conf file (#116244)
|
- chmod a-x for conf file (#116244)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user