aboutsummaryrefslogtreecommitdiff
path: root/.copr/Makefile
blob: e6b041ae8f6a2a958c579233984743ac23e5b485 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
outdir		?= $(pwd)
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 python3\
			libmicrohttpd-devel opus-devel libogg-devel \
			dbus authselect pulseaudio-libs sqlite-devel \
			zbar-devel gnutls-dane glibc pkgconf libgsf chrpath
	rpmbuild gnunet-fedora.spec --bs --define "_srcrpmdir $(outdir)"
	rpmbuild gnunet-fedora.spec --bb --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