]> git.pld-linux.org Git - packages/vala.git/blame - vala.spec
- Missing BR
[packages/vala.git] / vala.spec
CommitLineData
2100e356 1Summary: GObject-based language compiler
62a0034d 2Summary(pl.UTF-8): Kompilator języka opartego na bibliotece GObject
2100e356 3Name: vala
cc68326e 4Version: 0.3.2
37dd88f6 5Release: 1
6a5cf96c 6License: LGPL v2+
2100e356 7Group: Applications
b0568d57 8Source0: http://ftp.gnome.org/pub/GNOME/sources/vala/0.3/%{name}-%{version}.tar.bz2
cc68326e 9# Source0-md5: 05a736b43f3243c1f9ba78b7d34c211e
2100e356 10URL: http://www.paldo.org/vala/
6a5cf96c
JB
11BuildRequires: bison
12BuildRequires: glib2-devel >= 1:2.10.0
13BuildRequires: pkgconfig
2100e356 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Vala is a new programming language that aims to bring modern
18programming language features to GNOME developers without imposing any
19additional runtime requirements and without using a different ABI
20compared to applications and libraries written in C.
21
22valac, the Vala compiler, is a self-hosting compiler that translates
23Vala source code into C source and header files. It uses the GObject
24type system to create classes and interfaces declared in the Vala
25source code. It's also planned to generate GIDL files when
26gobject-introspection is ready.
27
28The syntax of Vala is similar to C#, modified to better fit the
29GObject type system.
30
a030a99c
JR
31%description -l pl.UTF-8
32Vala to nowy język programowania, którego celem jest udostępnienie
33cech nowoczesnych języków programowania programistom GNOME bez
34wymuszania dodatkowych wymagań co do środowiska uruchomieniowego i
35używania API innego niż w aplikacjach i bibliotekach napisanych w C.
fc5b0e4f 36
a030a99c
JR
37valac - kompilator języka Vala - to napisany w sobie samym kompilator
38tłumaczący kod źródłowy w języku Vala na pliki źródłowe i nagłówkowe w
39C. Używa systemu typów GObject do tworzenia klas i interfejsów
40zadeklarowanych w kodzie źródłowym w języku Vala. Planowane jest także
41generowanie plików GIDL, kiedy system gobject-introspection będzie
fc5b0e4f
JB
42gotowy.
43
a030a99c
JR
44Składnia języka Vala jest podobna do C#, zmodyfikowana tak, aby lepiej
45pasować do systemu typów GObject.
fc5b0e4f 46
b0568d57 47%package apidocs
48Summary: vala API documentation
49Summary(pl.UTF-8): Dokumentacja API vala
50Group: Documentation
ddea4368 51BuildRequires: libxslt-progs
8634ffb4 52Requires: devhelp
b0568d57 53
54%description apidocs
55vala API documentation.
56
57%description apidocs -l pl.UTF-8
58Dokumentacja API vala.
59
2100e356 60%prep
61%setup -q
62
63%build
64%configure
65%{__make}
66
67%install
68rm -rf $RPM_BUILD_ROOT
69
70%{__make} install \
71 DESTDIR=$RPM_BUILD_ROOT
72
73%clean
74rm -rf $RPM_BUILD_ROOT
75
6a5cf96c
JB
76%post -p /sbin/ldconfig
77%postun -p /sbin/ldconfig
78
2100e356 79%files
80%defattr(644,root,root,755)
81%attr(755,root,root) %{_bindir}/*
6a5cf96c
JB
82%attr(755,root,root) %{_libdir}/libvala.so.*.*.*
83%attr(755,root,root) %{_libdir}/libvala.so
84%{_libdir}/libvala.la
33aff9fe 85%{_includedir}/vala-1.0
33aff9fe 86%{_pkgconfigdir}/vala-1.0.pc
2100e356 87%dir %{_datadir}/vala
88%dir %{_datadir}/vala/vapi
6372be03 89%{_datadir}/vala/vapi/*.vapi
33aff9fe 90%{_datadir}/vala/vapi/*.deps
6a5cf96c 91%{_mandir}/man1/valac.1*
b0568d57 92
93%files apidocs
94%defattr(644,root,root,755)
95%{_datadir}/devhelp/books/vala
This page took 0.08116 seconds and 4 git commands to generate.