]> git.pld-linux.org Git - packages/sblim-sfcCommon.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Jul 2012 08:06:40 +0000 (08:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sblim-sfcCommon.spec -> 1.1

sblim-sfcCommon.spec [new file with mode: 0644]

diff --git a/sblim-sfcCommon.spec b/sblim-sfcCommon.spec
new file mode 100644 (file)
index 0000000..9da1b9d
--- /dev/null
@@ -0,0 +1,78 @@
+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
This page took 0.057337 seconds and 4 git commands to generate.