lensfun-0.2.5 add CC-BY-SA to main package license tag for lens data don't

ship GPLv3 text as nothing is licensed under it currently mark
    documentation files as such shorten summaries, expand package
    descriptions
This commit is contained in:
Nils Philippsen 2010-06-07 12:13:58 +00:00
parent 7c1eedab57
commit 6b2b09d60d
3 changed files with 29 additions and 12 deletions

View File

@ -1 +1 @@
lensfun-0.2.4.tar.bz2
lensfun-0.2.5.tar.bz2

View File

@ -2,10 +2,10 @@
# Fedora pkg-review: http://bugzilla.redhat.com/466764
Name: lensfun
Version: 0.2.4
Summary: A library to rectify the defects introduced by your photographic equipment
Version: 0.2.5
Summary: Library to rectify defects introduced by photographic lenses
Release: 1%{?dist}
License: LGPLv3
License: LGPLv3 and CC-BY-SA
Group: System Environment/Libraries
URL: http://lensfun.berlios.de/
Source0: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2
@ -19,16 +19,23 @@ BuildRequires: python
BuildRequires: zlib-devel
%description
%{summary}.
The lensfun library provides an open source database of photographic lenses and
their characteristics. It not only provides a way to read and search the
database, but also provides a set of algorithms for correcting images based on
detailed knowledge of lens properties. Right now lensfun is designed to correct
distortion, transversal (also known as lateral) chromatic aberrations,
vignetting and color contribution of a lens.
%package devel
Summary: Development tools for %{name}
Summary: Development toolkit for %{name}
Group: Development/Libraries
License: LGPLv3
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
%{summary}.
%description devel
This package contains library and header files needed to build applications
using lensfun.
%prep
%setup -q
@ -71,20 +78,30 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}-%{version}/
%{_docdir}/%{name}-%{version}/README
%{_docdir}/%{name}-%{version}/*.txt
%doc %{_docdir}/%{name}-%{version}/README
%doc %{_docdir}/%{name}-%{version}/*.txt
# currently, nothing is covered by GPLv3 (no apps in the package), no need to
# confuse people:
%exclude %{_docdir}/%{name}-%{version}/gpl-3.0.txt
%{_datadir}/lensfun/
%{_libdir}/liblensfun.so.0*
%files devel
%defattr(-,root,root,-)
%{_docdir}/%{name}-%{version}/manual/
%doc %{_docdir}/%{name}-%{version}/manual/
%{_includedir}/lensfun.h
%{_libdir}/liblensfun.so
%{_libdir}/pkgconfig/lensfun.pc
%changelog
* Mon Jun 07 2010 Nils Philippsen <nils@redhat.com> 0.2.5-1
- lensfun-0.2.5
- add CC-BY-SA to main package license tag for lens data
- don't ship GPLv3 text as nothing is licensed under it currently
- mark documentation files as such
- shorten summaries, expand package descriptions
* Sun Oct 18 2009 Rex Dieter <rdieter@fedoraproject.orG> 0.2.4-1
- lensfun-0.2.4 (#529506)

View File

@ -1 +1 @@
ce5c25fc708d1c629d485fbf959dc1cc lensfun-0.2.4.tar.bz2
a10438dffae68a5988fc54b0393a3755 lensfun-0.2.5.tar.bz2