rpms/compiz/devel compiz.spec,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 24 19:33:42 UTC 2006


Author: krh

Update of /cvs/dist/rpms/compiz/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3058

Modified Files:
	compiz.spec 
Log Message:
* Mon Jul 24 2006 Kristian Høgsberg <krh at redhat.com> - 0.0.13-0.9.20060721git
- Add devel package and require redhat-logos instead of fedora-logos (#199757).



Index: compiz.spec
===================================================================
RCS file: /cvs/dist/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- compiz.spec	21 Jul 2006 18:59:46 -0000	1.5
+++ compiz.spec	24 Jul 2006 19:33:40 -0000	1.6
@@ -8,7 +8,7 @@
 License:        X11/MIT/GPL
 Group:          User Interface/Desktops
 Version:        0.0.13
-Release:        0.8.%{snapshot}git%{?dist}
+Release:        0.9.%{snapshot}git%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -18,7 +18,7 @@
 
 Requires:	xorg-x11-server-Xorg >= 1.1.0-26
 Requires:	mesa-libGL >= 6.5-9
-Requires:       fedora-logos
+Requires:       redhat-logos
 
 BuildRequires:  libX11-devel, libdrm-devel, libwnck-devel
 BuildRequires:  libXfixes-devel, libXrandr-devel, libXrender-devel
@@ -46,6 +46,19 @@
 that use Compiz use EXT_texture_from_pixmap OpenGL extension extension
 for binding redirected top-level windows to texture objects.
 
+
+%package devel
+Summary: Development packages for compiz.
+Group: Development/Libraries
+Requires: compiz = %{PACKAGE_VERSION}
+
+%description devel
+The compiz-devel package includes the header files,
+and developer docs for the compiz package.
+
+Install compiz-devel if you want to develop plugins for the compiz
+windows and compositing manager.
+
 %prep
 %setup -q -n %{name}-%{sha1}
 
@@ -96,7 +109,15 @@
 %{_datadir}/gnome/wm-properties/compiz.desktop
 %{_datadir}/locale/*/LC_MESSAGES/compiz.mo
 
+%files devel
+%defattr(-, root, root)
+%{_libdir}/pkgconfig/compiz.pc
+%{_includedir}/compiz
+
 %changelog
+* Mon Jul 24 2006 Kristian Høgsberg <krh at redhat.com> - 0.0.13-0.9.20060721git
+- Add devel package and require redhat-logos instead of fedora-logos (#199757).
+
 * Fri Jul 21 2006 Kristian Høgsberg <krh at redhat.com> - 0.0.13-0.8.20060720git
 - Add workaround for AIGLX throttling problem.
 




More information about the fedora-cvs-commits mailing list