rpms/vala/F-7 vala.spec,1.13,1.14

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


Author: salimma

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

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



Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-7/vala.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vala.spec	4 Dec 2007 23:21:12 -0000	1.13
+++ vala.spec	15 Jan 2008 15:05:23 -0000	1.14
@@ -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