Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
AM_CFLAGS = $(PACKAGE_CFLAGS)
ACLOCAL_AMFLAGS = -I config
SUBDIRS = help \
src
EXTRA_DIST = README.md LICENSE ChangeLog bootstrap
EXTRA_DIST += irssi-otr.spec.in
RPM_DIRS = --define "_sourcedir `pwd`" \
--define "_rpmdir `pwd`/rpmbuild" \
--define "_specdir `pwd`" \
--define "_builddir `pwd`/rpmbuild" \
--define "_srcrpmdir `pwd`/rpmbuild"
rpm: dist-bzip2 irssi-otr.spec
rpmbuild $(RPM_DIRS) -ba irssi-otr.spec
srpm: dist-bzip2 irssi-otr.spec
rpmbuild $(RPM_DIRS) -bs irssi-otr.spec