]> git.pld-linux.org Git - packages/python-yara.git/commitdiff
up to 4.3.1 master auto/th/python-yara-4.3.1-1
authorJan Palus <atler@pld-linux.org>
Tue, 13 Jun 2023 10:39:41 +0000 (12:39 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 13 Jun 2023 10:39:41 +0000 (12:39 +0200)
python-yara.spec

index 6d67681b622bfd0704e0f7fc17f9d976aea3d6ab..bbf2702612270ec7beaaf51ebaa8b9f8fedf324e 100644 (file)
@@ -1,19 +1,18 @@
-# NOTE
-# built from yara.spec since 3.4.0
-
 %define        module  yara
 Summary:       Python bindings to yara library
 Name:          python-%{module}
-Version:       1.3
-Release:       3.1
-License:       GPL v2+
+Version:       4.3.1
+Release:       1
+License:       Apache v2.0
 Group:         Development/Languages/Python
-Source0:       http://yara-project.googlecode.com/files/yara-python-%{version}.tar.gz
-# Source0-md5: 45753421c40bb1d03bf32bdb99b8c831
-URL:           https://github.com/plusvic/yara/tree/master/yara-python
+Source0:       https://github.com/VirusTotal/yara-python/archive/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 3232b37fa7b7edb0f76d977767ed5bbf
+URL:           http://virustotal.github.io/yara/
 BuildRequires: python-devel
+BuildRequires: python-modules
+BuildRequires: python-setuptools
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: rpmbuild(macros) >= 1.714
 BuildRequires: yara-devel
 Requires:      python-modules
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,7 +40,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README.rst
 %attr(755,root,root) %{py_sitedir}/yara.so
 %if "%{py_ver}" > "2.4"
 %{py_sitedir}/yara_python-*.egg-info
This page took 0.112295 seconds and 4 git commands to generate.