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