diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,5 +1,4 @@ libc.so.6 +libftdi1.so.2 libpci.so.3 -librt.so.1 -libusb-0.1.so.4 libusb-1.0.so.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : flashrom -version : 1.1 -release : 3 +version : 1.2 +release : 4 source : - - https://download.flashrom.org/releases/flashrom-v1.1.tar.bz2 : aeada9c70c22421217c669356180c0deddd0b60876e63d2224e3260b90c14e19 + - https://download.flashrom.org/releases/flashrom-v1.2.tar.bz2 : e1f8d95881f5a4365dfe58776ce821dfcee0f138f75d0f44f8a3cd032d9ea42b license : GPL-2.0-or-later component : system.utils summary : flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. @@ -11,7 +11,10 @@ builddeps : - pkgconfig(libpci) - pkgconfig(libusb) + - pkgconfig(libftdi1) +setup : | + %meson_configure build : | - %make + %ninja_build install : | - %make_install PREFIX=/usr + %ninja_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -19,17 +19,33 @@ system.utils + /usr/lib64/libflashrom.so.1 + /usr/lib64/libflashrom.so.1.0.0 /usr/sbin/flashrom - /usr/share/man/man8/flashrom.8 + + + + flashrom-devel + Development files for flashrom + flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices. + + programming.devel + + flashrom + + + /usr/include/libflashrom.h + /usr/lib64/libflashrom.so + /usr/lib64/pkgconfig/flashrom.pc - - 2019-06-24 - 1.1 + + 2020-02-19 + 1.2 Packaging update Moriel Yitzhak Ever emoriel17@yahoo.com \ No newline at end of file