Raymond Wooninck 2016-05-18 08:34:10 +00:00 committed by Git OBS Bridge
parent 400c0f8209
commit 30e6d7d09d

View File

@ -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
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
%prep
@ -175,16 +163,13 @@ make
%{_includedir}/AppStream/
%{_datadir}/gir-1.0/AppStream-1.0.gir
%{_datadir}/gettext/
%dir %{_datadir}/vala/
%dir %{_datadir}/vala/vapi/
%{_datadir}/vala/vapi/appstream.vapi
%files -n typelib-1_0-AppStream-1.0
%defattr(-,root,root)
%doc LICENSE*
%{_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