rpms/vala/devel vala.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Mon Nov 6 20:21:09 UTC 2006


Author: salimma

Update of /cvs/extras/rpms/vala/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14033/devel

Modified Files:
	.cvsignore sources 
Added Files:
	vala.spec 
Log Message:
auto-import vala-0.0.5-1 on branch devel from vala-0.0.5-1.src.rpm


--- NEW FILE vala.spec ---
Name:           vala
Version:        0.0.5
Release:        1%{?dist}
Summary:        A modern programming language for GNOME

Group:          Development/Languages
License:        LGPL
URL:            http://vala.paldo.org/
Source0:        http://www.paldo.org/vala/vala-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glib2-devel flex bison
#Requires:       

%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.

valac, the Vala compiler, is a self-hosting compiler that translates
Vala source code into C source and header files. It uses the GObject
type system to create classes and interfaces declared in the Vala source
code. It's also planned to generate GIDL files when gobject-
introspection is ready.

The syntax of Vala is similar to C#, modified to better fit the GObject
type system.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       pkgconfig

%description    devel
Development files for %{name}. This is not necessary for using the %{name}
compiler.


%prep
%setup -q


%build
%configure
# Don't use rpath!
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/libvala.la


%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/valac
%{_datadir}/vala
%{_libdir}/libvala.so.*

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



%changelog
* Mon Nov  6 2006 Michel Salim <michel.salim at gmail.com> - 0.0.5-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/vala/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 Nov 2006 20:19:18 -0000	1.1
+++ .cvsignore	6 Nov 2006 20:20:38 -0000	1.2
@@ -0,0 +1 @@
+vala-0.0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vala/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 Nov 2006 20:19:18 -0000	1.1
+++ sources	6 Nov 2006 20:20:38 -0000	1.2
@@ -0,0 +1 @@
+ec3c9b717c49bd4fb207d368fe296475  vala-0.0.5.tar.bz2




More information about the fedora-extras-commits mailing list