Re: Purpose of Makefile in package repository?

2017-10-03 Thread Tim Landscheidt
Adam Jackson wrote: >> I searched a bit in the wiki, and my sense is that at some >> point in the past packages were maintained in a CVS reposi- >> tory with Makefiles and that those have been replaced by Git >> repositories and fedpkg. >> Is that correct? Can such a Makefile

Re: Purpose of Makefile in package repository?

2017-10-03 Thread Adam Jackson
On Tue, 2017-10-03 at 14:48 +, Tim Landscheidt wrote: > I searched a bit in the wiki, and my sense is that at some > point in the past packages were maintained in a CVS reposi- > tory with Makefiles and that those have been replaced by Git > repositories and fedpkg. > > Is that correct? Can

Purpose of Makefile in package repository?

2017-10-03 Thread Tim Landscheidt
Hi, pytz has a Makefile in its package repository with the con- tents (https://src.fedoraproject.org/rpms/pytz/blob/master/f/Makefile): | # Makefile for source rpm: pytz | # $Id$ | NAME := pytz | SPECFILE = $(firstword $(wildcard *.spec)) | define find-makefile-common | for d in common