rpms/vala/FC-6 vala.spec,1.3,1.4

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Sat Sep 8 17:27:26 UTC 2007


Author: salimma

Update of /cvs/pkgs/rpms/vala/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20163/FC-6

Modified Files:
	vala.spec 
Log Message:
msg


Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/FC-6/vala.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vala.spec	25 Mar 2007 16:01:59 -0000	1.3
+++ vala.spec	8 Sep 2007 17:26:53 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           vala
-Version:        0.0.8
-Release:        1%{?dist}
+Version:        0.1.3
+Release:        4%{?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
+# Most files are LGPLv2.1+, curses.vala is 2-clause BSD
+License:        LGPLv2+ and BSD
+URL:            http://live.gnome.org/Vala
+Source0:        http://download.gnome.org/sources/vala/0.1/vala-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glib2-devel flex bison
@@ -38,13 +39,25 @@
 Development files for %{name}. This is not necessary for using the %{name}
 compiler.
 
+%package        vapigen
+Summary:        Bindings generators for %{name}
+Group:          Development/Languages
+# Most files are LGPLv2.1+, but gapi*.pl files are GPLv2
+License:        LGPLv2+ and GPLv2
+Requires:       %{name} = %{version}-%{release}
+Requires:       perl-XML-LibXML
+
+%description    vapigen
+Tools to generate Vala API bindings from existing C libraries, allowing access
+from Vala programs.
+
 
 %prep
 %setup -q
 
 
 %build
-%configure
+%configure --enable-vapigen
 # 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
@@ -70,6 +83,7 @@
 %{_bindir}/valac
 %{_datadir}/vala
 %{_libdir}/libvala.so.*
+%{_mandir}/*/*
 
 %files devel
 %defattr(-,root,root,-)
@@ -77,9 +91,28 @@
 %{_libdir}/libvala.so
 %{_libdir}/pkgconfig/vala-1.0.pc
 
+%files vapigen
+%defattr(-,root,root,-)
+%{_bindir}/*gen
+%{_libdir}/vala
+
 
 
 %changelog
+* Sat Sep  8 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-4
+- Split -vapigen subpackage. It is functionally self-contained and the license
+  is more restricted
+- Updated license declarations
+
+* Wed Sep  5 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-3
+- Licensing and URL updates
+
+* Tue Sep  4 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-2
+- Enable binding generation tools
+
+* Sun Sep  2 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.3-1
+- Update to 0.1.3
+
 * Sun Mar 25 2007 Michel Salim <michel.salim at gmail.com> - 0.0.8-1
 - Update to 0.0.8
 




More information about the fedora-extras-commits mailing list