aboutsummaryrefslogtreecommitdiff
path: root/.copr/Makefile
blob: 73fa15c14604abdbb9277b4b67fb764de12f7107 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 \
			dbus authselect pulseaudio-libs sqlite-devel \
			zbar-devel gnutls-dane glibc pkgconf libgsf chrpath
	rpmbuild gnunet-fedora.spec --ba --define "_rpmdir $(outdir)"
	mv "$(outdir)"/* "$(RPM_OUTDIR)/"
	dnf -y install $(RPM_OUTDIR)/gnunet-0.12.2-1~.fc31.x86_64.rpm \
			$(RPM_OUTDIR)/gnunet-debuginfo-0.12.2-1~.fc31.x86_64.rpm \
			$(RPM_OUTDIR)/gnunet-debugsource-0.12.2-1~.fc31.x86_64.rpm