File vala.spec of Package vala

#
# spec file for package vala
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           vala
Version:        0.16.0
Release:        0
%define         vala_version 0.16
%define         vala_libversion 0_16
# The priority defines which version of vala, in case of multiple ones are installed
# is to be used by default. The rule-of-thumb for vala is to use MAJORMINOR without
# decimal separator, hoping they will not get to the idea to crate a 0.100 release.
%define         vala_priority 16
Summary:        Programming language for GNOME
License:        LGPL-2.0
Group:          Development/Languages/Other
Url:            http://live.gnome.org/Vala
Source0:        http://download.gnome.org/sources/vala/0.16/%{name}-%{version}.tar.xz
BuildRequires:  bison
BuildRequires:  fdupes
BuildRequires:  flex
BuildRequires:  glib2-devel
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires:  xz
# Vala is a compiler, so it's also a devel package
Provides:       vala-devel = %{version}
Obsoletes:      vala-devel < %{version}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Vala is a new programming language that aims to bring modern
programming language features to GNOME developers without imposing any
additional runtime requirements and without using a different ABI
compared to applications and libraries written in C.

%package -n libvala-%{vala_libversion}-0
Summary:        Programming language for GNOME
Group:          System/Libraries

%description -n libvala-%{vala_libversion}-0
Vala is a new programming language that aims to bring modern
programming language features to GNOME developers without imposing any
additional runtime requirements and without using a different ABI
compared to applications and libraries written in C.

%package -n libvala-%{vala_libversion}-devel
Summary:        Programming language for GNOME
Group:          Development/Libraries/Other
Requires:       libvala-%{vala_libversion}-0 = %{version}

%description -n libvala-%{vala_libversion}-devel
Vala is a new programming language that aims to bring modern
programming language features to GNOME developers without imposing any
additional runtime requirements and without using a different ABI
compared to applications and libraries written in C.

%prep
%setup -q

%build
%configure --with-pic --enable-vapigen
make %{?jobs:-j%jobs}

%install
%makeinstall
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%fdupes %{buildroot}%{_datadir}

%clean
rm -rf %{buildroot}

%post

%postun

%post -n libvala-%{vala_libversion}-0 -p /sbin/ldconfig

%postun -n libvala-%{vala_libversion}-0 -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%ghost %{_bindir}/vala
%ghost %{_bindir}/valac
%ghost %{_bindir}/vala-gen-introspect
%ghost %{_bindir}/vapicheck
%ghost %{_bindir}/vapigen
%ghost %{_mandir}/man1/valac.1*
%ghost %{_mandir}/man1/vala-gen-introspect.1*
%ghost %{_mandir}/man1/vapigen.1*
%ghost %{_datadir}/pkgconfig/vapigen.pc
%{_bindir}/vala-%{vala_version}
%{_bindir}/valac-%{vala_version}
%{_bindir}/vala-gen-introspect-%{vala_version}
%{_bindir}/vapicheck-%{vala_version}
%{_bindir}/vapigen-%{vala_version}
%{_mandir}/man1/valac-%{vala_version}.1*
%{_mandir}/man1/vala-gen-introspect-%{vala_version}.1*
%{_mandir}/man1/vapigen-%{vala_version}.1*
%{_datadir}/aclocal/vala.m4
%{_datadir}/aclocal/vapigen.m4
%{_datadir}/pkgconfig/vapigen-%{vala_version}.pc
%dir %{_datadir}/vala
%{_datadir}/vala/Makefile.vapigen
%{_datadir}/vala-%{vala_version}/
%{_libdir}/vala-%{vala_version}/

%files -n libvala-%{vala_libversion}-0
%defattr(-,root,root,-)
%{_libdir}/libvala-%{vala_version}.so.*

%files -n libvala-%{vala_libversion}-devel
%defattr(-,root,root,-)
%{_includedir}/vala-%{vala_version}/
%{_libdir}/libvala-%{vala_version}.so
%{_libdir}/pkgconfig/libvala-%{vala_version}.pc

%changelog
openSUSE Build Service is sponsored by