5 Star 0 Fork 46

OpenHarmony/third_party_libexif

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
libexif.spec 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
duanhan 提交于 2025-05-21 11:22 +08:00 . 0521 libexif update 0.6.25
# This file is Copyright (C) 2002 Mark Pulford
# SPDX-License-Identifier: LGPL-2.0-or-later
Name: libexif
Summary: EXIF tag library
Version: 0.6.25
Release: 1
Source: https://prdownloads.sourceforge.net/libexif/%{name}-%{version}.tar.bz2
Url: https://libexif.github.io/
Group: System Environment/Libraries
License: LGPL
# replaced Packager: header, as most people making packages will be somebody
# else. original spec file author is Mark Pulford <mark@kyne.com.au>
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix}
%description
libexif is a library for parsing, editing, and saving EXIF data. It is
intended to replace lots of redundant implementations in command-line
utilities and programs with GUIs.
%package devel
Summary: The files needed for libexif application development
Group: Development/Libraries
Requires: %{name} = %{version}
%description devel
The libexif-devel package contains the libraries and include files
that you can use to develop libexif applications.
%prep
%setup
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog README NEWS AUTHORS COPYING
%{_libdir}/libexif.so.*
%{_datadir}/locale/*/LC_MESSAGES/*.mo
%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/libexif.pc
%{_includedir}/libexif
%{_libdir}/libexif.la
%{_libdir}/libexif.a
%{_libdir}/libexif.so
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony/third_party_libexif.git
git@gitee.com:openharmony/third_party_libexif.git
openharmony
third_party_libexif
third_party_libexif
master

搜索帮助