rpms/gnash/devel gnash.spec,1.57,1.58

Kevin Kofler kkofler at fedoraproject.org
Sun Aug 9 18:54:40 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18993/devel

Modified Files:
	gnash.spec 
Log Message:
* Sun Aug 09 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.9.0-0.5.20090809bzr11401
- use %{_includedir}, not %{_prefix}/include


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- gnash.spec	9 Aug 2009 14:37:06 -0000	1.57
+++ gnash.spec	9 Aug 2009 18:54:39 -0000	1.58
@@ -5,7 +5,7 @@
 
 Name:           gnash
 Version:        0.9.0
-Release:        0.4.%{alphatag}%{?dist}
+Release:        0.5.%{alphatag}%{?dist}
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
@@ -301,14 +301,17 @@ fi
 %{_mandir}/man1/rtmpget.1*
 
 %files devel
-%{_prefix}/include/gnash/*.h
+%{_includedir}/gnash/*.h
 %{_libdir}/pkgconfig/gnash.pc
 
 %files widget
-%{_prefix}/include/gnash/*.h
+%{_includedir}/gnash/*.h
 %{python_sitearch}/*
 
 %changelog
+* Sun Aug 09 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 0.9.0-0.5.20090809bzr11401
+- use %%{_includedir}, not %%{_prefix}/include
+
 * Sun Aug 09 2009 Tomeu Vizoso <tomeu at sugarlabs.org> 0.9.0-0.4.20090809bzr11401
 - Install the python module in the sitearch dir
 




More information about the fedora-extras-commits mailing list