Author: nanardon
Date: Wed Nov 29 22:21:06 2006
New Revision: 88788

Added:
   packages/cooker/synce-libsynce/current/SOURCES/synce-libsynce-0.9.3.tar.bz2  
 (contents, props changed)
   packages/cooker/synce-libsynce/current/SPECS/synce-libsynce.spec

Log:
- initial autonome package

Added: 
packages/cooker/synce-libsynce/current/SOURCES/synce-libsynce-0.9.3.tar.bz2
==============================================================================
Binary file. No diff available.

Added: packages/cooker/synce-libsynce/current/SPECS/synce-libsynce.spec
==============================================================================
--- (empty file)
+++ packages/cooker/synce-libsynce/current/SPECS/synce-libsynce.spec    Wed Nov 
29 22:21:06 2006
@@ -0,0 +1,81 @@
+%define name     synce-libsynce
+%define release  %mkrel 1
+%define version 0.9.3
+
+%define shortname synce
+%define major 0
+%define libname %mklibname %shortname %major
+
+Summary: SynCE: Basic library used by applications in the SynCE project
+Name: %{name}
+Version: %{version}
+Release: %{release}
+License: MIT
+Group: Development/Libraries
+Source: %{name}-%{version}.tar.bz2
+URL: http://synce.sourceforge.net/
+Buildroot: %{_tmppath}/synce-root
+
+%description
+Libsynce is part of the SynCE project:
+
+  http://synce.sourceforge.net/
+
+This library is required to compile (at least) the following parts of the
+SynCE project:
+
+%package -n %libname
+Summary: SynCE: Basic library used by applications in the SynCE project.
+Group: Development/Libraries
+Provides: lib%shortname = %{version}-%{release}
+
+%description -n %libname
+Libsynce is part of the SynCE project:
+
+  http://synce.sourceforge.net/
+
+This library is required to compile (at least) the following parts of the
+SynCE project.
+
+%package -n %libname-devel
+Summary: SynCE: Basic library used by applications in the SynCE project.
+Group: Development/Libraries
+Provides: lib%shortname-devel = %{version}-%{release}
+Requires: %{libname} = %{version}-%{release}
+
+%description -n %libname-devel
+Libsynce is part of the SynCE project:
+
+  http://synce.sourceforge.net/
+
+This library is required to compile (at least) the following parts of the
+SynCE project.
+
+%prep
+%setup -q -n lib%shortname-%version
+
+%build
+%configure
+%make
+
+%install
+%makeinstall
+
+rm -fr %buildroot/%_datadir/doc
+
+%post -n %libname -p /sbin/ldconfig
+%postun -n %libname -p /sbin/ldconfig
+
+%files -n %libname
+%defattr(-,root,root)
+%doc README TODO
+%{_libdir}/libsynce.so.*
+
+%files -n %libname-devel
+%defattr(-,root,root)
+%{_libdir}/libsynce.so
+%{_libdir}/libsynce.a
+%{_libdir}/libsynce.la
+%{_includedir}/*.h
+%{_libdir}/pkgconfig/libsynce.pc
+%{_mandir}/man1/synce.*

Reply via email to