diff --git a/abi_symbols b/abi_symbols
new file mode 100644
--- /dev/null
+++ b/abi_symbols
@@ -0,0 +1,24 @@
+libflashrom.so.1:LIBFLASHROM_1.0
+libflashrom.so.1:flashrom_data_free
+libflashrom.so.1:flashrom_flag_get
+libflashrom.so.1:flashrom_flag_set
+libflashrom.so.1:flashrom_flash_erase
+libflashrom.so.1:flashrom_flash_getsize
+libflashrom.so.1:flashrom_flash_probe
+libflashrom.so.1:flashrom_flash_release
+libflashrom.so.1:flashrom_image_read
+libflashrom.so.1:flashrom_image_verify
+libflashrom.so.1:flashrom_image_write
+libflashrom.so.1:flashrom_init
+libflashrom.so.1:flashrom_layout_include_region
+libflashrom.so.1:flashrom_layout_read_fmap_from_buffer
+libflashrom.so.1:flashrom_layout_read_fmap_from_rom
+libflashrom.so.1:flashrom_layout_read_from_ifd
+libflashrom.so.1:flashrom_layout_release
+libflashrom.so.1:flashrom_layout_set
+libflashrom.so.1:flashrom_programmer_init
+libflashrom.so.1:flashrom_programmer_shutdown
+libflashrom.so.1:flashrom_set_log_callback
+libflashrom.so.1:flashrom_shutdown
+libflashrom.so.1:flashrom_supported_programmers
+libflashrom.so.1:flashrom_version_info
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-24
+ 1.2
Packaging update
Moriel Yitzhak Ever
emoriel17@yahoo.com
\ No newline at end of file