]> git.pld-linux.org Git - packages/rsstail.git/commitdiff
- more rpm*flags
authorsparky <sparky@pld-linux.org>
Sat, 27 Feb 2010 19:08:28 +0000 (19:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: s/pkg-config/pkgconfig/

Changed files:
    rsstail.spec -> 1.7

rsstail.spec

index 792215dc1adc3edf65c5c7ad59bb4f3f2f50648e..2e1aa2f0d29600cc05aa2c230d368d9ff7e76fc5 100644 (file)
@@ -10,7 +10,7 @@ Source0:      http://www.vanheusden.com/rsstail/%{name}-%{version}.tgz
 # Source0-md5: b408fad1b8ae894e0f95ba660a5c4b8b
 URL:           http://www.vanheusden.com/rsstail/
 BuildRequires: libmrss-devel
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,9 +31,9 @@ pojawia się nowa pozycja, wyświetla tylko tę nową pozycję.
 
 %build
 %{__make} \
-       CFLAGS='%{rpmcflags} -DVERSION=\"%{version}\"' \
        CC="%{__cc}" \
-       LDFLAGS="%{rpmldflags} $(pkg-config --libs mrss)"
+       CFLAGS='%{rpmcppflags} %{rpmcflags} -DVERSION=\"%{version}\"' \
+       LDFLAGS="%{rpmcflags} %{rpmldflags} $(pkg-config --libs mrss)"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.066757 seconds and 4 git commands to generate.