Accepting request 38235 from Base:System
Copy from Base:System/file based on submit request 38235 from user WernerFink OBS-URL: https://build.opensuse.org/request/show/38235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/file?expand=0&rev=36
This commit is contained in:
commit
2ec9dc7516
9
file-5.04-llvm.dif
Normal file
9
file-5.04-llvm.dif
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
--- magic/Magdir/llvm
|
||||||
|
+++ magic/Magdir/llvm 2010-04-19 14:13:15.518924957 +0000
|
||||||
|
@@ -9,3 +9,6 @@
|
||||||
|
0 string llvc0 LLVM byte-codes, null compression
|
||||||
|
0 string llvc1 LLVM byte-codes, gzip compression
|
||||||
|
0 string llvc2 LLVM byte-codes, bzip2 compression
|
||||||
|
+
|
||||||
|
+0 string BC\xc0\xde LLVM bitcode
|
||||||
|
+0 string \xde\xc0\x17\x0b LLVM bitcode, wrapper
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 19 16:18:08 CEST 2010 - werner@suse.de
|
||||||
|
|
||||||
|
- Add llvm bicode magic (bnc#597752)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 5 17:15:51 CET 2010 - werner@suse.de
|
Fri Feb 5 17:15:51 CET 2010 - werner@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ Obsoletes: file-64bit
|
|||||||
#
|
#
|
||||||
# Set Version also in python-magic.spec
|
# Set Version also in python-magic.spec
|
||||||
Version: 5.04
|
Version: 5.04
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A Tool to Determine File Types
|
Summary: A Tool to Determine File Types
|
||||||
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
@ -58,6 +58,7 @@ Patch25: file-5.02-javacheck.dif
|
|||||||
Patch26: file-4.24-solv.dif
|
Patch26: file-4.24-solv.dif
|
||||||
Patch27: file-5.04-zip2.0.dif
|
Patch27: file-5.04-zip2.0.dif
|
||||||
Patch28: file-5.03-iso9660.dif
|
Patch28: file-5.03-iso9660.dif
|
||||||
|
Patch29: file-5.04-llvm.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%global _sysconfdir /etc
|
%global _sysconfdir /etc
|
||||||
%global _miscdir %{_datadir}/misc
|
%global _miscdir %{_datadir}/misc
|
||||||
@ -122,6 +123,7 @@ Authors:
|
|||||||
%patch26 -p0 -b .solv
|
%patch26 -p0 -b .solv
|
||||||
%patch27 -p0 -b .zip2.0
|
%patch27 -p0 -b .zip2.0
|
||||||
%patch28 -p0 -b .iso9600
|
%patch28 -p0 -b .iso9600
|
||||||
|
%patch29 -p0 -b .llvm
|
||||||
%patch
|
%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
@ -27,7 +27,7 @@ License: BSD 3 Clause, BSD 4 Clause
|
|||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 5.04
|
Version: 5.04
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Python module to use libmagic
|
Summary: Python module to use libmagic
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: file.spec
|
Source99: file.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user