[meego-packaging] 4966: Changes to Trunk:Netbook/cheese
Priya Vijayan
priya.vijayan at intel.com
Mon Jun 28 15:52:36 PDT 2010
Hi,
I have made the following changes to cheese in project Trunk:Netbook. Please review and accept ASAP.
Thank You,
Priya Vijayan
[This message was auto-generated]
---
Request #4966:
submit: home:priya:branches:Trunk:Netbook/cheese(r3)(cleanup) -> Trunk:Netbook/cheese
Message:
Fix build failure : split development files to devel package
State: new 2010-06-28T10:49:17 priya
Comment: None
changes files:
--------------
--- cheese.changes
+++ cheese.changes
@@ -0,0 +1,3 @@
+* Mon Jun 28 2010 Priya Vijayan <priya.vijayan at intel.com> - 2.30.0
+- Fix build failure : split development files to devel package
+
spec files:
-----------
--- cheese.spec
+++ cheese.spec
@@ -51,6 +51,14 @@
Cheese is a Photobooth-inspired GNOME application for taking pictures and
videos from a webcam. It can also apply fancy graphical effects.
+%package devel
+Group: Development/Libraries
+Summary: Development headers and libraries for cheese
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Development headers and libraries for cheese
+
%prep
%setup -q
%patch0 -p1 -b .0001-scale
@@ -128,9 +136,12 @@
%{_datadir}/icons/hicolor/scalable/apps/cheese.svg
%{_sysconfdir}/gconf/schemas/cheese.schemas
%{_libexecdir}/cheese
-%{_libdir}/libcheese-gtk.so*
-%{_libdir}/pkgconfig/cheese-gtk.pc
-%{_includedir}/cheese/*.h
+%{_libdir}/libcheese-gtk.so.18*
%{_datadir}/dbus-1/services/org.gnome.Cheese.service
%{_datadir}/gtk-doc/html/cheese/
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/cheese/*.h
+%{_libdir}/pkgconfig/cheese-gtk.pc
+%{_libdir}/libcheese-gtk.so
other changes:
--------------
More information about the MeeGo-packaging
mailing list