Author: plouf
Date: Thu Feb 1 00:37:38 2007
New Revision: 115792
Added:
packages/cooker/kiba-dock/current/SOURCES/kiba-dock-20070201.tar.bz2
(contents, props changed)
Removed:
packages/cooker/kiba-dock/current/SOURCES/kiba-dock-20060930.tar.bz2
Modified:
packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec
Log:
Sync with cvs 20070201
Added: packages/cooker/kiba-dock/current/SOURCES/kiba-dock-20070201.tar.bz2
==============================================================================
Binary file. No diff available.
Modified: packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec
==============================================================================
--- packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec (original)
+++ packages/cooker/kiba-dock/current/SPECS/kiba-dock.spec Thu Feb 1
00:37:38 2007
@@ -1,8 +1,14 @@
-%define cvs 20060930
+%define name kiba-dock
+%define version 0
+%define cvs 20070201
%define release %mkrel 0.%{cvs}.2
-Name: kiba-dock
-Version: 0
+%define lib_name_orig %mklibname %{name}
+%define lib_major 0
+%define lib_name %lib_name_orig%lib_major
+
+Name: %name
+Version: %version
Release: %release
Summary: Funky application dock for X11
Group: System/X11
@@ -22,10 +28,63 @@
BuildRequires: libpng-devel
BuildRequires: libgnome-desktop-2-devel
BuildRequires: intltool
+BuildRequires: devel(libgtop-2.0)
%description
Funky dock for X11
+%files
+%defattr(-,root,root)
+%{_sysconfdir}/gconf/schemas/kiba.schemas
+%{_bindir}/%{name}
+%{_bindir}/akamaru
+%{_bindir}/gset-kiba
+%{_bindir}/kiba-icon-editor.py
+%{_bindir}/kiba-systray.py
+%{_bindir}/populate-dock.sh
+%{_prefix}/lib/python2.4/site-packages/SimpleGladeApp.py
+%{_datadir}/icons/hicolor/*/apps/kiba*.png
+%{_datadir}/kiba-dock/*
+
+
+%package -n %lib_name
+Summary: Library files for %{name}
+Group: System/X11
+Provides: %lib_name = %version
+
+%description -n %lib_name
+Library files for %{name}
+
+%post -n %lib_name -p /sbin/ldconfig
+
+%postun -n %lib_name -p /sbin/ldconfig
+
+%files -n %lib_name
+%defattr(-,root,root)
+%{_libdir}/%{name}/*.so*
+%{_libdir}/%{name}/*.la*
+
+#------------------------------------------------------------------------------
+
+%package -n %lib_name-devel
+Summary: Development files for %name
+Group: Development/X11
+Requires: %lib_name = %version
+
+Provides: %{name}-devel
+Obsoletes: %{name}-devel
+
+%description -n %lib_name-devel
+Development files for %name
+
+%files -n %lib_name-devel
+%defattr(-,root,root)
+%{_includedir}/%{name}/*.h
+%{_libdir}/pkgconfig/kiba-dock.pc
+%{_libdir}/%{name}/*.a
+
+#------------------------------------------------------------------------------
+
%prep
%setup -q -n %{name}-%{cvs}
@@ -51,15 +110,3 @@
%clean
rm -rf %{buildroot}
-%files
-%defattr(-,root,root)
-%{_sysconfdir}/gconf/schemas/kiba.schemas
-%{_bindir}/%{name}
-%{_bindir}/akamaru
-%{_bindir}/gset-kiba
-%{_bindir}/kiba-icon-editor.py
-%{_bindir}/kiba-systray.py
-%{_bindir}/populate-dock.sh
-%{_prefix}/lib/python2.4/site-packages/SimpleGladeApp.py
-%{_datadir}/icons/hicolor/*/apps/kiba*.png
-%{_datadir}/kiba-dock/*