Add demosaic packs (bz #760638)
Change license to GPLv3+ due to above change
This commit is contained in:
parent
812c5a24c3
commit
760a022908
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
LibRaw-0.9.1.tar.gz
|
LibRaw-0.9.1.tar.gz
|
||||||
/LibRaw-0.11.3.tar.gz
|
/LibRaw-0.11.3.tar.gz
|
||||||
/LibRaw-0.14.3.tar.gz
|
/LibRaw-0.14.3.tar.gz
|
||||||
|
/LibRaw-demosaic-pack-GPL2-0.14.3.tar.gz
|
||||||
|
/LibRaw-demosaic-pack-GPL3-0.14.3.tar.gz
|
||||||
|
14
LibRaw.spec
14
LibRaw.spec
@ -2,8 +2,8 @@
|
|||||||
Summary: Library for reading RAW files obtained from digital photo cameras
|
Summary: Library for reading RAW files obtained from digital photo cameras
|
||||||
Name: LibRaw
|
Name: LibRaw
|
||||||
Version: 0.14.3
|
Version: 0.14.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2 or CDDL
|
License: GPLv3+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
URL: http://www.libraw.org
|
URL: http://www.libraw.org
|
||||||
|
|
||||||
@ -12,6 +12,8 @@ BuildRequires: jasper-devel
|
|||||||
|
|
||||||
|
|
||||||
Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
|
Source0: http://www.libraw.org/data/%{name}-%{version}.tar.gz
|
||||||
|
Source1: http://www.libraw.org/data/%{name}-demosaic-pack-GPL2-%{version}.tar.gz
|
||||||
|
Source2: http://www.libraw.org/data/%{name}-demosaic-pack-GPL3-%{version}.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibRaw is a library for reading RAW files obtained from digital photo
|
LibRaw is a library for reading RAW files obtained from digital photo
|
||||||
@ -39,11 +41,11 @@ Group: Development/Libraries
|
|||||||
LibRaw static development libraries.
|
LibRaw static development libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -a1 -a2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# This is not the autotools generated configure script
|
# This is not the autotools generated configure script
|
||||||
%configure --enable-examples=no --enable-jasper --enable-lcms
|
%configure --enable-examples=no --enable-jasper --enable-lcms --enable-demosaic-pack-gpl2 --enable-demosaic-pack-gpl3
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -78,6 +80,10 @@ make install DESTDIR=%{buildroot}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 9 2011 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> - 0.14.3-2
|
||||||
|
- Add demosaic packs (bz #760638)
|
||||||
|
- Change license to GPLv3+ due to above change
|
||||||
|
|
||||||
* Wed Nov 16 2011 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> - 0.14.3-1
|
* Wed Nov 16 2011 Siddhesh Poyarekar <siddhesh.poyarekar@gmail.com> - 0.14.3-1
|
||||||
- Rebase to upstream 0.14.3
|
- Rebase to upstream 0.14.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user