rpms/vala/F-8 vala.spec,1.18,1.19

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


Author: salimma

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

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



Index: vala.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vala/F-8/vala.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- vala.spec	4 Dec 2007 23:21:16 -0000	1.18
+++ vala.spec	15 Jan 2008 15:05:35 -0000	1.19
@@ -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