- Consistent macro style.
This commit is contained in:
parent
ce246316ea
commit
1f7877ad24
@ -62,7 +62,7 @@ make doc
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %buildroot
|
||||||
make DESTDIR=%buildroot install
|
make DESTDIR=%buildroot install
|
||||||
|
|
||||||
pushd pycups-%{pycups_version}
|
pushd pycups-%{pycups_version}
|
||||||
@ -81,7 +81,7 @@ chmod 755 %buildroot%{_datadir}/%{name}/cupsd.py
|
|||||||
%find_lang system-config-printer
|
%find_lang system-config-printer
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf %buildroot
|
||||||
|
|
||||||
%files libs -f system-config-printer.lang
|
%files libs -f system-config-printer.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -131,6 +131,9 @@ if [ "$1" = "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 3 2007 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Consistent macro style.
|
||||||
|
|
||||||
* Tue Oct 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.4-1
|
* Tue Oct 2 2007 Tim Waugh <twaugh@redhat.com> 0.7.74.4-1
|
||||||
- Changed PreReq to Requires.
|
- Changed PreReq to Requires.
|
||||||
- Mark console.apps file as a config file.
|
- Mark console.apps file as a config file.
|
||||||
|
Loading…
Reference in New Issue
Block a user