Author: aredridel Date: Sun Jul 4 01:32:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial commit
---- Files affected: packages/zeromq: zeromq.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/zeromq/zeromq.spec diff -u /dev/null packages/zeromq/zeromq.spec:1.1 --- /dev/null Sun Jul 4 03:32:39 2010 +++ packages/zeromq/zeromq.spec Sun Jul 4 03:32:34 2010 @@ -0,0 +1,123 @@ +# $Revision$, $Date$ +Summary: Zero Message Queue +Name: zeromq +Version: 2.0.7 +Release: 1 +License: LGPL v3+ +Group: Libraries +Source0: http://www.zeromq.org/local--files/area:download/%{name}-%{version}.tar.gz +# Source0-md5: c9cb3ee4499df1781f8ddc03c20d656b +URL: http://www.zeromq.org/ +BuildRequires: autoconf >= 2.12 +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description + +%package devel +Summary: NSPR library header files for development +Summary(pl.UTF-8): Pliki nagłówkowe bibliotek NSPR +Group: Development/Libraries +Requires: %{name} = %{epoch}:%{version}-%{release} +Obsoletes: zeromq-pthreads-devel + +%description devel +Header files for the NSPR library from Netscape. + +%description devel -l pl.UTF-8 +Pliki nagłówkowe bibliotek NSPR z Netscape. + +%package static +Summary: Static NSPR library +Summary(pl.UTF-8): Statyczna biblioteka NSPR +Group: Development/Libraries +Requires: %{name}-devel = %{epoch}:%{version}-%{release} +Obsoletes: zeromq-pthreads-static + +%description static +Static NSPR library. + +%description static -l pl.UTF-8 +Statyczna biblioteka NSPR. + +%prep +%setup -q + +%build +%{__autoconf} +%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) +%attr(755,root,root) %{_libdir}/libzmq.so.*.*.* +%{_bindir}/zmq_forwarder +%{_bindir}/zmq_queue +%{_bindir}/zmq_streamer + + +%files devel +%defattr(644,root,root,755) +%{_includedir}/zmq.h +%{_includedir}/zmq.hpp +%{_libdir}/libzmq.so +%{_pkgconfigdir}/libzmq.pc +%{_mandir}/man1/zmq_forwarder.1* +%{_mandir}/man1/zmq_queue.1* +%{_mandir}/man1/zmq_streamer.1* +%{_mandir}/man3/zmq_bind.3* +%{_mandir}/man3/zmq_close.3* +%{_mandir}/man3/zmq_connect.3* +%{_mandir}/man3/zmq_errno.3* +%{_mandir}/man3/zmq_getsockopt.3* +%{_mandir}/man3/zmq_init.3* +%{_mandir}/man3/zmq_msg_close.3* +%{_mandir}/man3/zmq_msg_copy.3* +%{_mandir}/man3/zmq_msg_data.3* +%{_mandir}/man3/zmq_msg_init.3* +%{_mandir}/man3/zmq_msg_init_data.3* +%{_mandir}/man3/zmq_msg_init_size.3* +%{_mandir}/man3/zmq_msg_move.3* +%{_mandir}/man3/zmq_msg_size.3* +%{_mandir}/man3/zmq_poll.3* +%{_mandir}/man3/zmq_recv.3* +%{_mandir}/man3/zmq_send.3* +%{_mandir}/man3/zmq_setsockopt.3* +%{_mandir}/man3/zmq_socket.3* +%{_mandir}/man3/zmq_strerror.3* +%{_mandir}/man3/zmq_term.3* +%{_mandir}/man3/zmq_version.3* +%{_mandir}/man7/zmq.7* +%{_mandir}/man7/zmq_cpp.7* +%{_mandir}/man7/zmq_epgm.7* +%{_mandir}/man7/zmq_inproc.7* +%{_mandir}/man7/zmq_ipc.7* +%{_mandir}/man7/zmq_pgm.7* +%{_mandir}/man7/zmq_tcp.7* + +%files static +%defattr(644,root,root,755) +%{_libdir}/lib*.a + +%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 2010/07/04 01:32:34 aredridel +- initial commit + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
