rpms/vala/devel vala.spec,1.20,1.21

Michel Alexandre Salim (salimma) fedora-extras-commits at redhat.com
Tue Jan 15 15:06:28 UTC 2008


Author: salimma

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

Modified Files:
	vala.spec 
Log Message:
Include Gee vapi file (bz #428692)



Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/devel/vala.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- vala.spec	4 Dec 2007 23:21:22 -0000	1.20
+++ vala.spec	15 Jan 2008 15:05:39 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           vala
 Version:        0.1.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -100,6 +100,8 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm $RPM_BUILD_ROOT%{_libdir}/libvala.la
+# copy Gee vapi file
+cp -p vapi/gee-1.0.vapi $RPM_BUILD_ROOT%{_datadir}/vala/vapi/
 
 
 %clean
@@ -137,6 +139,9 @@
 
 
 %changelog
+* Tue Jan 15 2008 Michel Salim <michel.sylvan at gmail.com> - 0.1.5-5
+- Manually add Gee vapi file to package (bz #428692)
+
 * Tue Dec  4 2007 Michel Salim <michel.sylvan at gmail.com> - 0.1.5-4
 - Backport patch to autodetect location of automake shared files
 




More information about the fedora-extras-commits mailing list