Changes of Revision 4
[-] | Changed | libmirage.spec |
x 1
2 Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2 3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 4 5 -BuildRequires: pkg-config >= 0.14 gtk2-doc 6 +BuildRequires: pkg-config >= 0.14 7 BuildRequires: flex >= 2.5.33, bison 8 BuildRequires: libsndfile-devel 9 BuildRequires: zlib-devel 10
11 %setup -q 12 13 %build 14 -%{configure} --enable-gtk-doc --disable-static || cat config.log 15 +%{configure} --disable-static || cat config.log 16 %{__make} %{?_smp_mflags} 17 18 %install 19 |