|
a/rpm/upmpdcli.spec |
|
b/rpm/upmpdcli.spec |
|
... |
|
... |
19 |
%setup -q
|
19 |
%setup -q
|
20 |
|
20 |
|
21 |
%build
|
21 |
%build
|
22 |
%configure
|
22 |
%configure
|
23 |
%{__make} %{?_smp_mflags}
|
23 |
%{__make} %{?_smp_mflags}
|
24 |
%{__rm} -f %{buildroot}/usr/lib64/libupnpp.a
|
24 |
%{__rm} -f %{buildroot}%{_libdir}/libupnpp.a
|
25 |
%{__rm} -f %{buildroot}/usr/lib64/libupnpp.la
|
25 |
%{__rm} -f %{buildroot}%{_libdir}/libupnpp.la
|
26 |
|
26 |
|
27 |
%install
|
27 |
%install
|
28 |
%{__rm} -rf %{buildroot}
|
28 |
%{__rm} -rf %{buildroot}
|
29 |
%{__make} install DESTDIR=%{buildroot} STRIP=/bin/true INSTALL='install -p'
|
29 |
%{__make} install DESTDIR=%{buildroot} STRIP=/bin/true INSTALL='install -p'
|
30 |
%{__rm} -f %{buildroot}/usr/lib64/libupnpp.a
|
30 |
%{__rm} -f %{buildroot}%{_libdir}/libupnpp.a
|
31 |
%{__rm} -f %{buildroot}/usr/lib64/libupnpp.la
|
31 |
%{__rm} -f %{buildroot}%{_libdir}/libupnpp.la
|
32 |
%{__rm} -f %{buildroot}/etc/upmpdcli.conf
|
32 |
%{__rm} -f %{buildroot}/etc/upmpdcli.conf
|
33 |
|
33 |
|
34 |
%clean
|
34 |
%clean
|
35 |
%{__rm} -rf %{buildroot}
|
35 |
%{__rm} -rf %{buildroot}
|
36 |
|
36 |
|