While getting sawfish-pager to Fedora I found following minor errors: 1) COPYING -file included in librep/rep-gtk/sawfish/sawfish-pager has old FSF address. Simply replace the whole file with the current one:
http://www.gnu.org/licenses/gpl-2.0.txt 2) Same FSF address is included to at least .jl and .h files, probably everywhere: $ rpmlint librep librep.x86_64: E: incorrect-fsf-address /usr/share/doc/librep-0.92.0/COPYING librep.x86_64: E: incorrect-fsf-address /usr/share/rep/lisp/rep/vm/compiler/rep.jl librep.x86_64: E: incorrect-fsf-address /usr/share/rep/lisp/rep/vm/compiler/modules.jl librep.x86_64: E: incorrect-fsf-address /usr/share/rep/lisp/rep/io/file-handlers/remote/utils.jl ... 1 packages and 0 specfiles checked; 77 errors, 0 warnings. These should be updated. Simple search'n'replace should do it. Currently jl has: You should have received a copy of the GNU General Public License along with sawfish; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. It should be: You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. "this program" vs "sawfish" is up to you... --- -- Sawfish ML
