|
@@ -1,8 +1,8 @@
|
|
%global subname oiio
|
|
%global subname oiio
|
|
|
|
|
|
Name: OpenImageIO
|
|
Name: OpenImageIO
|
|
-Version: 1.6.14
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 1.7.17
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Summary: Library for reading and writing images
|
|
Summary: Library for reading and writing images
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -132,10 +132,9 @@ make %{?_smp_mflags}
|
|
pushd build/linux
|
|
pushd build/linux
|
|
make DESTDIR=%{buildroot} install
|
|
make DESTDIR=%{buildroot} install
|
|
|
|
|
|
-# Move man pages to the right directory
|
|
|
|
-mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
-cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
-
|
|
|
|
|
|
+# # Move man pages to the right directory
|
|
|
|
+# mkdir -p %{buildroot}%{_mandir}/man1
|
|
|
|
+# cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
%post -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
%postun -p /sbin/ldconfig
|
|
@@ -143,7 +142,7 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
|
|
|
|
|
%files
|
|
%files
|
|
-%doc CHANGES LICENSE
|
|
|
|
|
|
+%doc CHANGES.md CONTRIBUTING.md README.md LICENSE
|
|
%{_libdir}/libOpenImageIO.so.*
|
|
%{_libdir}/libOpenImageIO.so.*
|
|
%{_libdir}/libOpenImageIO_Util.so.*
|
|
%{_libdir}/libOpenImageIO_Util.so.*
|
|
|
|
|
|
@@ -153,12 +152,12 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
|
|
%files utils
|
|
%files utils
|
|
%exclude %{_bindir}/iv
|
|
%exclude %{_bindir}/iv
|
|
%{_bindir}/*
|
|
%{_bindir}/*
|
|
-%exclude %{_mandir}/man1/iv.1.gz
|
|
|
|
-%{_mandir}/man1/*.1.gz
|
|
|
|
|
|
+# %exclude %{_mandir}/man1/iv.1.gz
|
|
|
|
+# %{_mandir}/man1/*.1.gz
|
|
|
|
|
|
%files iv
|
|
%files iv
|
|
%{_bindir}/iv
|
|
%{_bindir}/iv
|
|
-%{_mandir}/man1/iv.1.gz
|
|
|
|
|
|
+# %{_mandir}/man1/iv.1.gz
|
|
|
|
|
|
%files devel
|
|
%files devel
|
|
%doc src/doc/*.pdf
|
|
%doc src/doc/*.pdf
|
|
@@ -168,6 +167,9 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Jan 08 2018 Toshiaki Ara <ara_t@384.jp> 1.7.17-1
|
|
|
|
+- update to 1.7.17
|
|
|
|
+
|
|
* Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.14-3
|
|
* Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.14-3
|
|
- rebuilt with LibRaw-0.17.2.
|
|
- rebuilt with LibRaw-0.17.2.
|
|
|
|
|