Browse Source

gamin 0.1.10-4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3519 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
5e75feefea
1 changed files with 7 additions and 2 deletions
  1. 7 2
      g/gamin/gamin-vl.spec

+ 7 - 2
g/gamin/gamin-vl.spec

@@ -4,7 +4,7 @@ Summary: Library providing the FAM File Alteration Monitor API
 Summary(ja): FAM (File Alteration Monitor) API を提供するライブラリ
 Summary(ja): FAM (File Alteration Monitor) API を提供するライブラリ
 Name: gamin
 Name: gamin
 Version: 0.1.10
 Version: 0.1.10
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: LGPLv2
 License: LGPLv2
 Group: System Environment/Daemons
 Group: System Environment/Daemons
 Source: gamin-%{version}.tar.bz2
 Source: gamin-%{version}.tar.bz2
@@ -49,7 +49,8 @@ Summary: Python bindings for the Gamin library
 Summary(ja): Gamin ライブラリ用の Python バインディング
 Summary(ja): Gamin ライブラリ用の Python バインディング
 Group: Development/Libraries
 Group: Development/Libraries
 Requires: gamin = %{version}-%{release}
 Requires: gamin = %{version}-%{release}
-Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
+Requires: python
+#Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
 
 
 %description python
 %description python
 The gamin-python package contains a module that allow monitoring of
 The gamin-python package contains a module that allow monitoring of
@@ -159,6 +160,10 @@ rm -fr %{buildroot}
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Sun Apr 17 2011 IWAI, Masaharu <iwai@alib.jp> 0.1.10-4
+- update Requires for python subpackage
+ - drop directory dependency
+
 * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.10-3
 * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 0.1.10-3
 - build with rpm-4.8.1-1 for pkg-config file
 - build with rpm-4.8.1-1 for pkg-config file