Mass letter "j" and "k" update, one or more apply :
- Drop epoch: 0 - Remove %{epoch} requirements in sub-packages - Remove trailing white spaces - Keep consistent between spaces and tabs
This commit is contained in:
parent
38cb07adae
commit
85fc436364
26
jasper.spec
26
jasper.spec
@ -1,4 +1,4 @@
|
||||
# $Id: jasper.spec,v 1.7 2004/03/08 12:50:02 rexdieter Exp $
|
||||
# $Id$
|
||||
|
||||
# NOTE: packages can use jasper:
|
||||
# ImageMagick
|
||||
@ -7,13 +7,12 @@
|
||||
# netpbm
|
||||
|
||||
Summary: Implementation of the JPEG-2000 standard, Part 1
|
||||
Name: jasper
|
||||
Name: jasper
|
||||
License: JasPer License Version 2.0
|
||||
Group: System Environment/Libraries
|
||||
Epoch: 0
|
||||
Group: System Environment/Libraries
|
||||
Version: 1.701.0
|
||||
Release: 3%{?dist_tag}
|
||||
URL: http://www.ece.uvic.ca/~mdadams/jasper/
|
||||
URL: http://www.ece.uvic.ca/~mdadams/jasper/
|
||||
Source: http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-1.701.0.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
@ -28,9 +27,10 @@ from the JP2 and JPC formats.
|
||||
%package devel
|
||||
Summary: JPEG-2000 library developer files
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{epoch}:%{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libjpeg-devel
|
||||
%description devel
|
||||
|
||||
%description devel
|
||||
JPEG-2000 library developer files.
|
||||
|
||||
|
||||
@ -42,14 +42,14 @@ JPEG-2000 library developer files.
|
||||
%configure \
|
||||
--program-prefix="%{?_program_prefix}" \
|
||||
--disable-dependency-tracking \
|
||||
--enable-shared --disable-static
|
||||
--enable-shared --disable-static
|
||||
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
# Unpackaged files
|
||||
rm -f doc/README
|
||||
@ -64,11 +64,11 @@ popd
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYRIGHT LICENSE NEWS README
|
||||
%doc COPYRIGHT LICENSE NEWS README
|
||||
%{_bindir}/*
|
||||
%{_libdir}/lib*.so.*
|
||||
|
||||
%files devel
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc doc/*
|
||||
%{_includedir}/*
|
||||
@ -84,7 +84,7 @@ popd
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
%changelog
|
||||
* Sat Oct 23 2004 Rex Dieter <rexdieter at sf.net> 0:1.701.0-0.fdr.3
|
||||
- Capitalize summary
|
||||
- remove 0-length ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user