Author: grzegol Date: Sun Feb 20 19:21:36 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.0.24 - added python-gamin subpackage
---- Files affected: SPECS: gamin.spec (1.22 -> 1.23) ---- Diffs: ================================================================ Index: SPECS/gamin.spec diff -u SPECS/gamin.spec:1.22 SPECS/gamin.spec:1.23 --- SPECS/gamin.spec:1.22 Mon Feb 7 22:08:00 2005 +++ SPECS/gamin.spec Sun Feb 20 20:21:29 2005 @@ -2,12 +2,12 @@ Summary: Library providing the gamin File Alteration Monitor API Summary(pl): Biblioteka dostarczająca File Alternation Monitor Api gamina Name: gamin -Version: 0.0.20 +Version: 0.0.24 Release: 1 License: LGPL Group: Networking/Daemons Source0: http://www.gnome.org/~veillard/gamin/sources/%{name}-%{version}.tar.gz -# Source0-md5: 6fef61914cca3b6cdd6cce3e391024bb +# Source0-md5: fef7dd9504f5d4aae34c55c13d3d621f Source1: %{name}.inetd URL: http://www.gnome.org/~veillard/gamin/ BuildRequires: autoconf >= 2.52 @@ -15,6 +15,7 @@ BuildRequires: glib2-devel BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: python-devel Requires: %{name}-libs = %{version}-%{release} Requires: portmap Provides: fam @@ -87,6 +88,19 @@ %description inetd -l pl Plik konfiguracyjny do użycia gamin przez inetd. +%package -n python-gamin +Summary: Python modules for gamin +Summary(pl): Moduły języka Python dla gamina +Group: Libraries/Python +Requires: %{name} = %{version}-%{release} +%pyrequires_eq python-libs + +%description -n python-gamin +Python modules for gamin. + +%description -n python-gamin -l pl +Moduły języka Python dla gamina. + %prep %setup -q @@ -108,6 +122,11 @@ cat %{SOURCE1} | sed -e 's@/usr/[EMAIL PROTECTED]@' > \ $RPM_BUILD_ROOT/etc/sysconfig/rc-inetd/gamin +%py_ocomp $RPM_BUILD_ROOT%{py_sitedir} +%py_comp $RPM_BUILD_ROOT%{py_sitedir} + +rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{py,la,a} + %clean rm -rf $RPM_BUILD_ROOT @@ -150,12 +169,21 @@ %defattr(644,root,root,755) %attr(640,root,root) /etc/sysconfig/rc-inetd/gamin +%files -n python-gamin +%defattr(644,root,root,755) +%attr(755,root,root) %{py_sitedir}/*.so +%{py_sitedir}/*.py[co] + %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.23 2005/02/20 19:21:29 grzegol +- updated to 0.0.24 +- added python-gamin subpackage + Revision 1.22 2005/02/07 21:08:00 qboosh - tab ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gamin.spec?r1=1.22&r2=1.23&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
