add build flags.
This commit is contained in:
parent
784bf644f1
commit
92261edc6e
13
libsolv.spec
13
libsolv.spec
@ -92,7 +92,11 @@ make ARGS="-V" test
|
|||||||
-DENABLE_PYTHON=1 \
|
-DENABLE_PYTHON=1 \
|
||||||
-DENABLE_RUBY=1 \
|
-DENABLE_RUBY=1 \
|
||||||
-DUSE_VENDORDIRS=1 \
|
-DUSE_VENDORDIRS=1 \
|
||||||
-DFEDORA=1
|
-DFEDORA=1 \
|
||||||
|
-DENABLE_DEBIAN=1 \
|
||||||
|
-DENABLE_ARCHREPO=1 \
|
||||||
|
-DENABLE_LZMA_COMPRESSION=1 \
|
||||||
|
-DMULTI_SEMANTICS=1
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -110,6 +114,9 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
|
|||||||
%_libdir/libsolvext.so.*
|
%_libdir/libsolvext.so.*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
|
%_bindir/archpkgs2solv
|
||||||
|
%_bindir/archrepo2solv
|
||||||
|
%_bindir/deb2solv
|
||||||
%_bindir/deltainfoxml2solv
|
%_bindir/deltainfoxml2solv
|
||||||
%_bindir/dumpsolv
|
%_bindir/dumpsolv
|
||||||
%_bindir/installcheck
|
%_bindir/installcheck
|
||||||
@ -145,6 +152,10 @@ rm $RPM_BUILD_ROOT/usr/bin/testsolv
|
|||||||
%{python_sitearch}/*
|
%{python_sitearch}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Fri Jul 19 2013 Aleš Kozumplík <akozumpl@redhat.com> - 0.3.0-6.git228d412
|
||||||
|
- Add build flags, including Deb, Arch, LZMA and MULTI_SEMANTICS. (RhBug:985905)
|
||||||
|
|
||||||
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-6.git228d412
|
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 0.3.0-6.git228d412
|
||||||
- Perl 5.18 rebuild
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user