Author: arekm Date: Mon Apr 4 17:13:32 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.14; patches merged; python-ntrack subpackage
---- Files affected: packages/ntrack: ntrack.spec (1.7 -> 1.8) , ntrack-h2def.patch (1.2 -> NONE) (REMOVED), ntrack-libnl.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/ntrack/ntrack.spec diff -u packages/ntrack/ntrack.spec:1.7 packages/ntrack/ntrack.spec:1.8 --- packages/ntrack/ntrack.spec:1.7 Mon Mar 28 22:53:49 2011 +++ packages/ntrack/ntrack.spec Mon Apr 4 19:13:26 2011 @@ -5,15 +5,13 @@ Summary: Program Summary(pl.UTF-8): Program Name: ntrack -Version: 0.13 -Release: 2 +Version: 0.14 +Release: 1 License: GPL v3/LGPL v3 Group: Development/Libraries -Source0: http://launchpad.net/ntrack/main/013/+download/%{name}-%{_realver}.tar.gz -# Source0-md5: 90596b924a108f8b4eea52239ba64369 +Source0: http://launchpad.net/ntrack/main/014/+download/%{name}-%{_realver}.tar.gz +# Source0-md5: d8af7c0f77c030d089bfa5ce0dd1057b URL: http://launchpad.net/ntrack -Patch0: %{name}-h2def.patch -Patch1: %{name}-libnl.patch BuildRequires: QtCore-devel BuildRequires: autoconf BuildRequires: automake @@ -45,6 +43,18 @@ %description qt4 -l pl.UTF-8 Dowiązania qt4 dla biblioteki ntrack. +%package -n python-ntrack +Summary: python bindings for ntrack library +Summary(pl.UTF-8): Dowiązania python dla biblioteki ntrack +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description -n python-ntrack +Python bindings for ntrack library. + +%description -n python-ntrack -l pl.UTF-8 +Dowiązania python dla biblioteki ntrack. + %package devel Summary: Header files for ntrack library Summary(pl.UTF-8): Pliki nagłówkowe biblioteki ntrack @@ -72,13 +82,8 @@ %prep %setup -q -n %{name}-%{_realver} -%patch0 -p1 -%patch1 -p1 %build -%{__aclocal} -I m4 -%{__autoconf} -%{__automake} %configure %{__make} @@ -107,13 +112,16 @@ %dir %{_libdir}/ntrack %dir %{_libdir}/ntrack/modules %attr(755,root,root) %{_libdir}/ntrack/modules/ntrack-libnl3.so -%attr(755,root,root) %{_libdir}/python2.7/site-packages/pyntrack.so %files qt4 %defattr(644,root,root,755) %attr(755,root,root) %ghost %{_libdir}/libntrack-qt4.so.? %attr(755,root,root) %{_libdir}/libntrack-qt4.so.*.*.* +%files -n python-ntrack +%defattr(644,root,root,755) +%attr(755,root,root) %{py_sitedir}/pyntrack.so + %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libntrack-glib.so @@ -143,6 +151,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2011/04/04 17:13:26 arekm +- up to 0.14; patches merged; python-ntrack subpackage + Revision 1.7 2011/03/28 20:53:49 arekm - rel 2; link with nl-route ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntrack/ntrack.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
