Author: qboosh                       Date: Sat Sep  8 20:20:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/pstreams.spec
diff -u /dev/null SPECS/pstreams.spec:1.1
--- /dev/null   Sat Sep  8 22:20:16 2007
+++ SPECS/pstreams.spec Sat Sep  8 22:20:11 2007
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+Summary:       PStreams - POSIX Process Control in C++
+Summary(pl.UTF-8):     PStreams - sterowanie POSIX-owymi procesami w C++
+Name:          pstreams
+Version:       0.5.2
+Release:       1
+License:       LGPL v2.1+
+Group:         Development/Libraries
+Source0:       http://dl.sourceforge.net/pstreams/%{name}-%{version}.tar.gz
+# Source0-md5: d8a9bd488f3e7b75feabc7b136ad8be0
+URL:           http://pstreams.sourceforge.net/
+Requires:      libstdc++-devel
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PStreams allows you to run another program from your C++ application
+and to transfer data between the two programs similar to shell
+pipelines.
+
+%description -l pl.UTF-8
+PStreams umożliwia uruchamianie innego programu z poziomu aplikacji w
+C++ i przesyłanie danych między programami w sposób podobny do potoków
+powłoki systemowej.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_includedir}
+
+install pstream.h $RPM_BUILD_ROOT%{_includedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README mainpage.html
+%{_includedir}/pstream.h
+
+%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/09/08 20:20:11  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to