forked from pool/AppStream
This commit is contained in:
parent
400c0f8209
commit
30e6d7d09d
@ -95,18 +95,6 @@ all the software graphical tools used in different distributions, and
|
|||||||
use some of the latest technology like PolicyKit to make the process
|
use some of the latest technology like PolicyKit to make the process
|
||||||
suck less.
|
suck less.
|
||||||
|
|
||||||
%package vala
|
|
||||||
Summary: Simple software installation management software -- Vala bindings
|
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description vala
|
|
||||||
These are the AppStream vala language bindings.
|
|
||||||
|
|
||||||
Vala is a new programming language that aims to bring modern programming language features
|
|
||||||
without imposing any additional runtime requirements and without using a different ABI compared
|
|
||||||
to applications and libraries written in C.
|
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -175,16 +163,13 @@ make
|
|||||||
%{_includedir}/AppStream/
|
%{_includedir}/AppStream/
|
||||||
%{_datadir}/gir-1.0/AppStream-1.0.gir
|
%{_datadir}/gir-1.0/AppStream-1.0.gir
|
||||||
%{_datadir}/gettext/
|
%{_datadir}/gettext/
|
||||||
|
%dir %{_datadir}/vala/
|
||||||
|
%dir %{_datadir}/vala/vapi/
|
||||||
|
%{_datadir}/vala/vapi/appstream.vapi
|
||||||
|
|
||||||
%files -n typelib-1_0-AppStream-1.0
|
%files -n typelib-1_0-AppStream-1.0
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE*
|
%doc LICENSE*
|
||||||
%{_libdir}/girepository-1.0/AppStream-1.0.typelib
|
%{_libdir}/girepository-1.0/AppStream-1.0.typelib
|
||||||
|
|
||||||
%files vala
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_datadir}/vala/
|
|
||||||
%dir %{_datadir}/vala/vapi/
|
|
||||||
%{_datadir}/vala/vapi/appstream.vapi
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user