[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Building rpms with make
- From: Richard Siddall <cobalt elirion net>
- To: RPM Package Manager <rpm-list redhat com>
- Subject: Building rpms with make
- Date: Tue, 18 Dec 2007 09:06:35 -0500
I'm trying to automate building a set of RPMs for a yum repository and
am kicking around the idea of using 'make'.
I'm having trouble figuring out the generic RPM build rule. I'm
guessing that having the version and release numbers, and the
architecture encoded in the RPM name is going to complicate building
such a rule. Presumably it's not as simple as:
%.rpm : %.spec %.tar
rpmbuild -ba $*
Could someone point me at a makefile that does this kind of repo
management (i.e. builds dozens of RPMs from dozens of spec files)?
Regards,
Richard Siddall
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]