!1 change the path of files
Merge pull request !1 from openeuler-net/init
This commit is contained in:
commit
a564d65b63
17
exiv2.spec
17
exiv2.spec
@ -1,6 +1,6 @@
|
||||
Name: exiv2
|
||||
Version: 0.26
|
||||
Release: 15
|
||||
Release: 16
|
||||
Summary: Exif, IPTC and XMP metadata and the ICC Profile
|
||||
License: GPLv2+
|
||||
URL: http://www.exiv2.org/
|
||||
@ -72,12 +72,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
Exiv2 is a Cross-platform C++ library and a command line utility to manage image metadata.
|
||||
This package provides head file,libraries for exiv2.
|
||||
|
||||
%package help
|
||||
Summary: help documentation for exiv2
|
||||
BuildArch: noarch
|
||||
|
||||
%description help
|
||||
Man pages and other related documents.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -101,22 +96,28 @@ test -x %{buildroot}%{_libdir}/libexiv2.so
|
||||
|
||||
%files -f exiv2.lang
|
||||
%defattr(-,root,root)
|
||||
%doc doc/ChangeLog COPYING
|
||||
%doc doc/ChangeLog
|
||||
%license COPYING
|
||||
%{_bindir}/exiv2
|
||||
%{_libdir}/libexiv2.so.26*
|
||||
%exclude %{_libdir}/pkgconfig/exiv2.lsm
|
||||
%exclude %{_libdir}/libxmp.a
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/pkgconfig/exiv2.pc
|
||||
%{_libdir}/libexiv2.so
|
||||
%{_includedir}/exiv2/
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%{_mandir}/man1/exiv2*.1*
|
||||
%{_datadir}/doc/html/
|
||||
|
||||
%changelog
|
||||
* Tue Dec 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.26-16
|
||||
- change the path of files
|
||||
|
||||
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.26-15
|
||||
- Type:cves
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user