aboutsummaryrefslogtreecommitdiff
path: root/.copr/Makefile
blob: 62e7a0495d64daed39295d06adcbd8562c3e17a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
srpm:
	dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \
			texinfo gettext gcc openssl libgcrypt-devel \
			libunistring-devel miniupnpc libidn-devel zlib-devel \
			jansson-devel gnutls-devel libsqlite3x \
			libmicrohttpd-devel opus-devel libogg-devel sqlite-devel \
			zbar-devel gnutls-dane glibc pkgconf libgsf chrpath
	rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)"
	dnf -y install $(outdir)/gnunet-0.12.2-1~.fc31.x86_64.rpm \
			$(outdir)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \
			$(outdir)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm