0.7.5
This commit is contained in:
parent
042f964dc5
commit
26546c1e43
3 changed files with 9 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1 @@
|
|||
/AppStream-0.7.3.tar.xz
|
||||
/AppStream-0.7.5.tar.xz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Summary: Utilities to generate, maintain and access the AppStream Xapian database
|
||||
Name: appstream
|
||||
Version: 0.7.3
|
||||
Version: 0.7.5
|
||||
Release: 1%{?dist}
|
||||
|
||||
# lib LGPLv2+, tools GPLv2+
|
||||
|
|
@ -90,13 +90,12 @@ Requires: vala
|
|||
|
||||
|
||||
%build
|
||||
mkdir -p %{_target_platform}
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
%{cmake} \
|
||||
%{cmake} .. \
|
||||
-DQT:BOOL=ON -DAPPSTREAM_QT_VERSION:STRING="4"\
|
||||
-DTESTS:BOOL=ON \
|
||||
-DVAPI:BOOL=%{?vala:ON}%{!?vala:OFF} \
|
||||
..
|
||||
-DVAPI:BOOL=%{?vala:ON}%{!?vala:OFF}
|
||||
popd
|
||||
|
||||
make %{?_smp_mflags} -C %{_target_platform}
|
||||
|
|
@ -186,6 +185,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300"
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 13 2015 Rex Dieter <rdieter@fedoraproject.org> 0.7.5-1
|
||||
- 0.7.5
|
||||
|
||||
* Mon Oct 13 2014 Rex Dieter <rdieter@fedoraproject.org> - 0.7.3-1
|
||||
- 0.7.3
|
||||
- omit vala support (for now, build broken)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4122bdb392a2bdc3e500d3060e786e5e AppStream-0.7.3.tar.xz
|
||||
25c9d393787a1db04ed418be4be21caa AppStream-0.7.5.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue