- -libs subpkg to be multilib friendlier
- -utils subpkg for non-essential binaries jiv, tmrdemo (#244153)
This commit is contained in:
parent
6a3616416e
commit
2971918144
45
jasper.spec
45
jasper.spec
@ -11,7 +11,7 @@ Summary: Implementation of the JPEG-2000 standard, Part 1
|
|||||||
Name: jasper
|
Name: jasper
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Version: 1.900.1
|
Version: 1.900.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
|
|
||||||
License: JasPer
|
License: JasPer
|
||||||
%if "%{?geo:1}" == "1"
|
%if "%{?geo:1}" == "1"
|
||||||
@ -37,19 +37,36 @@ BuildRequires: libjpeg-devel
|
|||||||
# "freeglut-devel: Requires: libGL-devel libGLU-devel" (#179464)
|
# "freeglut-devel: Requires: libGL-devel libGLU-devel" (#179464)
|
||||||
BuildRequires: freeglut-devel libGL-devel libGLU-devel
|
BuildRequires: freeglut-devel libGL-devel libGLU-devel
|
||||||
|
|
||||||
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains an implementation of the image compression
|
This package contains an implementation of the image compression
|
||||||
standard JPEG-2000, Part 1. It consists of tools for conversion to and
|
standard JPEG-2000, Part 1. It consists of tools for conversion to and
|
||||||
from the JP2 and JPC formats.
|
from the JP2 and JPC formats.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: JPEG-2000 library developer files
|
Summary: JasPer header files, libraries and developer documentation.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: libjpeg-devel
|
Requires: libjpeg-devel
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
%package libs
|
||||||
|
Summary: JasPer runtime libraries
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%description libs
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package utils
|
||||||
|
Summary: Nonessential JasPer utilities
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
%description utils
|
||||||
|
%{summary}, including jiv and tmrdemo.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}%{?geo:.GEO}
|
%setup -q -n %{name}-%{version}%{?geo:.GEO}
|
||||||
@ -105,12 +122,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYRIGHT LICENSE NEWS README
|
%doc COPYRIGHT LICENSE NEWS README
|
||||||
%{_bindir}/imgcmp
|
%{_bindir}/imgcmp
|
||||||
%{_bindir}/jiv
|
|
||||||
%{_bindir}/imginfo
|
%{_bindir}/imginfo
|
||||||
%{_bindir}/*jasper*
|
%{_bindir}/jasper
|
||||||
%{_bindir}/tmrdemo
|
%{_mandir}/man1/img*
|
||||||
%{_libdir}/lib*.so.*
|
%{_mandir}/man1/jasper.1*
|
||||||
%{_mandir}/man1/*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -118,8 +133,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/jasper/
|
%{_includedir}/jasper/
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
|
%files libs
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
|
%files utils
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_bindir}/jiv
|
||||||
|
%{_bindir}/tmrdemo
|
||||||
|
%{_mandir}/man1/jiv.1*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-4
|
||||||
|
- -libs subpkg to be multilib friendlier
|
||||||
|
- -utils subpkg for non-essential binaries jiv, tmrdemo (#244153)
|
||||||
|
|
||||||
* Fri Aug 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-3
|
* Fri Aug 17 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.900.1-3
|
||||||
- License: JasPer
|
- License: JasPer
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user