- put the id3tag loader in its own imlib2-id3tag-loader subpackage as it
links to libid3tag, which is GPLv2+, and we don't want the imlib2 main package to become GPLv2+ (bz 251054) (WIP) (*) - fix the URL tag (bz 251277) - Update License tag for new Licensing Guidelines compliance (WIP) (*) (*) waiting for feedback from Spot, do not build yet!!
This commit is contained in:
parent
75dc46bb12
commit
8e0986b121
44
imlib2.spec
44
imlib2.spec
@ -1,10 +1,10 @@
|
||||
Summary: Image loading, saving, rendering, and manipulation library
|
||||
Name: imlib2
|
||||
Version: 1.4.0
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Release: 2%{?dist}
|
||||
License: MIT with advertising??
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.enlightenment.org/Libraries/Imlib2/
|
||||
URL: http://docs.enlightenment.org/api/imlib2/html/
|
||||
Source0: http://downloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
|
||||
Patch0: imlib2-1.2.1-X11-path.patch
|
||||
Patch1: imlib2-1.3.0-multilib.patch
|
||||
@ -14,13 +14,6 @@ BuildRequires: libjpeg-devel libpng-devel libtiff-devel
|
||||
BuildRequires: giflib-devel freetype-devel >= 2.1.9-4 libtool bzip2-devel
|
||||
BuildRequires: libX11-devel libXext-devel libid3tag-devel pkgconfig
|
||||
|
||||
%package devel
|
||||
Summary: Development package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libX11-devel libXext-devel freetype-devel >= 2.1.9-4 pkgconfig
|
||||
|
||||
|
||||
%description
|
||||
Imlib 2 is a library that does image file loading and saving as well
|
||||
as rendering, manipulation, arbitrary polygon support, etc. It does
|
||||
@ -30,6 +23,13 @@ easily, without sacrificing speed. This is a complete rewrite over
|
||||
the Imlib 1.x series. The architecture is more modular, simple, and
|
||||
flexible.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libX11-devel libXext-devel freetype-devel >= 2.1.9-4 pkgconfig
|
||||
|
||||
%description devel
|
||||
This package contains development files for %{name}.
|
||||
|
||||
@ -42,6 +42,19 @@ the Imlib 1.x series. The architecture is more modular, simple, and
|
||||
flexible.
|
||||
|
||||
|
||||
%package id3tag-loader
|
||||
Summary: id3tag-loader for %{name}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description id3tag-loader
|
||||
This package contains a plugin which makes imlib2 capable of parsing id3 tags
|
||||
of mp3 files. This plugin is packaged separately because it links with
|
||||
libid3tag which is GPLv2+, thus making imlib2 and apps using it subject to the
|
||||
conditions of the GPL version 2 (or at your option) any later version.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .x11-path
|
||||
@ -103,6 +116,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_libdir}/imlib2/loaders/
|
||||
%{_libdir}/imlib2/loaders/*.so
|
||||
%{_libdir}/imlib2/loaders/*.la
|
||||
%exclude %{_libdir}/imlib2/loaders/id3.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -114,8 +128,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libImlib2.so
|
||||
%{_libdir}/pkgconfig/imlib2.pc
|
||||
|
||||
%files id3tag-loader
|
||||
%{_libdir}/imlib2/loaders/id3.*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 8 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-2
|
||||
- put the id3tag loader in its own imlib2-id3tag-loader subpackage as it links
|
||||
to libid3tag, which is GPLv2+, and we don't want the imlib2 main package to
|
||||
become GPLv2+ (bz 251054) (WIP) (*)
|
||||
- fix the URL tag (bz 251277)
|
||||
- Update License tag for new Licensing Guidelines compliance (WIP) (*)
|
||||
(*) waiting for feedback from Spot, do not build yet!!
|
||||
|
||||
* Sun May 27 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 1.4.0-1
|
||||
- New upstream release 1.4.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user