packages: sblim-sfcCommon/sblim-sfcCommon.spec (NEW)=?UTF-8?Q?=20?=- new

qboosh qboosh at pld-linux.org
Sun Jul 8 10:06:45 CEST 2012


Author: qboosh                       Date: Sun Jul  8 08:06:45 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/sblim-sfcCommon:
   sblim-sfcCommon.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/sblim-sfcCommon/sblim-sfcCommon.spec
diff -u /dev/null packages/sblim-sfcCommon/sblim-sfcCommon.spec:1.1
--- /dev/null	Sun Jul  8 10:06:45 2012
+++ packages/sblim-sfcCommon/sblim-sfcCommon.spec	Sun Jul  8 10:06:40 2012
@@ -0,0 +1,88 @@
+# $Revision$, $Date$
+Summary:	SBLIM common library for functions shared between sfcb and sfcc
+Summary(pl.UTF-8):	Wspólna biblioteka SBLIM zawierajaca funkcje używane przez sfcb i sfcc
+Name:		sblim-sfcCommon
+Version:	1.0.0
+Release:	1
+License:	Eclipse Public License v1.0
+Group:		Libraries
+Source0:	http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
+# Source0-md5:	de3ca269c8ecefb803d62d2c81373470
+URL:		http://sblim.sourceforge.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+SBLIM common library for functions shared between sfcb and sfcc.
+
+%description -l pl.UTF-8
+Wspólna biblioteka SBLIM zawierajaca funkcje używane przez sfcb i
+sfcc.
+
+%package devel
+Summary:	Header files for sfcUtil library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki sfcUtil
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for sfcUtil library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki sfcUtil.
+
+%package static
+Summary:	Static sfcUtil library
+Summary(pl.UTF-8):	Statyczna biblioteka sfcUtil
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static sfcUtil library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka sfcUtil.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING ChangeLog NEWS README
+%attr(755,root,root) %{_libdir}/libsfcUtil.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libsfcUtil.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libsfcUtil.so
+%{_libdir}/libsfcUtil.la
+%{_includedir}/sfcCommon
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libsfcUtil.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/07/08 08:06:40  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list