diff -r c371e003ecc3 -r c4b42a78297a pyzor/pyzor.spec --- a/pyzor/pyzor.spec Tue Aug 28 18:34:10 2012 +0200 +++ b/pyzor/pyzor.spec Tue Aug 28 18:34:20 2012 +0200 @@ -1,6 +1,6 @@ ## ## pyzor.spec -- OpenPKG RPM Specification -## Copyright (c) 2009 Michael Schloh von Bennewitz +## Copyright (c) 2012 Michael Schloh von Bennewitz ## ## Permission to use, copy, modify, and distribute this software for ## any purpose with or without fee is hereby granted, provided that @@ -33,18 +33,14 @@ Group: Mail License: GPL Version: 0.5.0 -Release: 20090722 +Release: 20120800 # list of sources Source0: http://switch.dl.sourceforge.net/sourceforge/pyzor/pyzor-%{version}.tar.gz # build information -Prefix: %{l_prefix} -BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20040130, python -PreReq: OpenPKG, openpkg >= 20040130, python -AutoReq: no -AutoReqProv: no +BuildPreReq: OpenPKG, openpkg >= 20100101, python +PreReq: OpenPKG, openpkg >= 20100101, python %description Pyzor is a UCE-blocking networked system that uses signatures @@ -69,9 +65,6 @@ %build %install - # remove previously existing installations - rm -rf $RPM_BUILD_ROOT - # run the native installation logic %{l_prefix}/bin/python \ setup.py install \ @@ -93,5 +86,4 @@ %files -f files %clean - rm -rf $RPM_BUILD_ROOT