Author: wolf                         Date: Sat Feb  3 00:32:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   seom.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/seom.spec
diff -u /dev/null SPECS/seom.spec:1.1
--- /dev/null   Sat Feb  3 01:32:06 2007
+++ SPECS/seom.spec     Sat Feb  3 01:32:00 2007
@@ -0,0 +1,98 @@
+# $Revision$, $Date$
+Summary:       seom video capturing library
+Summary(pl):   Biblioteka przechwytywania video seom
+Name:          seom
+Version:       20070203
+Release:       1
+License:       GPL (?)
+Group:         Libraries
+Source0:       %{name}-%{version}.tar.bz2
+# Source0-md5: 84b07eb7ccfbc3628d6c23fe11d17d32
+URL:           http://neopsis.com/projects/seom/
+BuildRequires: OpenGL-devel
+BuildRequires: xorg-lib-libXv-devel
+%ifarch %{ix86} %{x8664}
+BuildRequires: yasm
+%endif
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+seom video capturing library.
+
+%description -l pl
+Biblioteka przechwytywania video seom.
+
+%package devel
+Summary:       Header files for seom
+Summary(pl):   Pliki nałówkowe seom
+Group:         Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+
+%description devel
+The header files are only needed for development of programs using the
+seom library.
+
+%description devel -l pl
+W pakiecie tym znajdują się pliki nagłówkowe, przeznaczone dla
+programistów używających biblioteki seom.
+
+%package utils
+Summary:       seom utilities
+Summary(pl):   Narzędzia seom
+Group:         Applications
+
+%description utils
+seom utilities.
+
+%description utils -l pl
+Narzędzia seom.
+
+%prep
+%setup -q
+
+%build
+./configure --prefix="%{_prefix}"
+
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="-Iinclude -std=c99 -W -Wall %{rpmcflags}" \
+       LDFLAGS="%{rpmldflags}" \
+       LIBDIR="%{_lib}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+       LIBDIR="%{_lib}"
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libseom.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libseom.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libseom.so
+%{_pkgconfigdir}/seom.pc
+%{_includedir}/seom
+
+%files utils
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/02/03 00:32:00  wolf
+- new
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to