[DevIL] devil_cpp_wrapper.hpp depends on ILUT, move it to -ILUT-devel (rhbz#951901)

Hans de Goede jwrdegoede at fedoraproject.org
Mon Apr 15 12:14:25 UTC 2013


commit 4c7fbf52f86b8745fd1b93288d5f100a84b25029
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Mon Apr 15 14:18:03 2013 +0200

    devil_cpp_wrapper.hpp depends on ILUT, move it to -ILUT-devel (rhbz#951901)

 DevIL.spec |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/DevIL.spec b/DevIL.spec
index 1f8e5c7..139c147 100644
--- a/DevIL.spec
+++ b/DevIL.spec
@@ -1,6 +1,6 @@
 Name:           DevIL
 Version:        1.7.8
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        A cross-platform image library
 Group:          System Environment/Libraries
 License:        LGPLv2
@@ -34,7 +34,7 @@ filter and display a wide variety of image formats.
 %package devel
 Summary:        Development files for DevIL
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}, pkgconfig
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires(post): info
 Requires(preun): info
 
@@ -45,7 +45,7 @@ Development files for DevIL
 %package ILUT
 Summary:        The libILUT component of DevIL
 Group:          System Environment/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description ILUT
 The libILUT component of DevIL
@@ -54,9 +54,9 @@ The libILUT component of DevIL
 %package ILUT-devel
 Summary:        Development files for the libILUT component of DevIL
 Group:          Development/Libraries
-Requires:       %{name}-ILUT = %{version}-%{release}
-Requires:       %{name}-devel = %{version}-%{release}
-Requires:       pkgconfig allegro-devel libGLU-devel
+Requires:       %{name}-ILUT%{?_isa} = %{version}-%{release}
+Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
+Requires:       allegro-devel libGLU-devel
 
 %description ILUT-devel
 Development files for the libILUT component of DevIL
@@ -110,37 +110,36 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %{_bindir}/ilur
 %{_libdir}/libIL.so.*
 %{_libdir}/libILU.so.*
 %doc AUTHORS ChangeLog COPYING CREDITS README TODO
 
 %files devel
-%defattr(-,root,root,-)
 %{_libdir}/libIL.so
 %{_libdir}/libILU.so
 %{_libdir}/pkgconfig/IL.pc
 %{_libdir}/pkgconfig/ILU.pc
 %dir %{_includedir}/IL
-%{_includedir}/IL/devil_cpp_wrapper.hpp
 %{_includedir}/IL/il.h
 %{_includedir}/IL/ilu.h
 %{_includedir}/IL/ilu_region.h
 %{_infodir}/DevIL_manual.info.gz
 
 %files ILUT
-%defattr(-,root,root,-)
 %{_libdir}/libILUT.so.*
 
 %files ILUT-devel
-%defattr(-,root,root,-)
 %{_libdir}/libILUT.so
 %{_libdir}/pkgconfig/ILUT.pc
+%{_includedir}/IL/devil_cpp_wrapper.hpp
 %{_includedir}/IL/ilut.h
 
 
 %changelog
+* Mon Apr 15 2013 Hans de Goede <hdegoede at redhat.com> - 1.7.8-14
+- devil_cpp_wrapper.hpp depends on ILUT, move it to -ILUT-devel (rhbz#951901)
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.8-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list