update to 0.3.0 [release 0.3.0-1mamba;Thu Oct 16 2014]
This commit is contained in:
parent
62683b47a4
commit
0f7d4a6f7c
@ -1,13 +1,13 @@
|
|||||||
Name: liblensfun
|
Name: liblensfun
|
||||||
Version: 0.2.8
|
Version: 0.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A library to rectify the defects introduced by your photographic equipment
|
Summary: A library to rectify the defects introduced by your photographic equipment
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||||
URL: http://lensfun.berlios.de/
|
URL: http://lensfun.sourceforge.net/
|
||||||
Source: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2
|
Source: https://downloads.sourceforge.net/project/lensfun/%{version}/lensfun-%{version}.tar.bz2
|
||||||
Patch0: liblensfun-0.2.6-pkgconfig.patch
|
Patch0: liblensfun-0.2.6-pkgconfig.patch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -32,20 +32,25 @@ The goal of the lensfun library is to provide a open source database of photogra
|
|||||||
The lensfun library not only provides a way to read the database and search for specific things in it, but also provides a set of algorithms for correcting images based on detailed knowledge of lens properties.
|
The lensfun library not only provides a way to read the database and search for specific things in it, but also provides a set of algorithms for correcting images based on detailed knowledge of lens properties.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%package tools
|
||||||
|
Group: Applications/Databases
|
||||||
|
Summary: Utility applications for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
|
%description tools
|
||||||
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n lensfun-%{version}
|
%setup -q -n lensfun-%{version}
|
||||||
#%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./configure \
|
%cmake -d build \
|
||||||
# --cflags="${CFLAGS:-%optflags}" \
|
\
|
||||||
# --cxxflags="${CXXFLAGS:-%optflags}" \
|
%ifarch arm
|
||||||
# --prefix=%{_prefix} \
|
-DBUILD_FOR_SSE=OFF \
|
||||||
# --target=..generic \
|
-DBUILD_FOR_SSE2=OFF
|
||||||
#%ifarch arm
|
%endif
|
||||||
# --vectorization=
|
|
||||||
#%endif
|
|
||||||
%cmake -d build
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -67,15 +72,20 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/example
|
|
||||||
%{_bindir}/tfun
|
|
||||||
%{_bindir}/trwxml
|
|
||||||
%dir %{_includedir}/lensfun
|
%dir %{_includedir}/lensfun
|
||||||
%{_includedir}/lensfun/lensfun.h
|
%{_includedir}/lensfun/lensfun.h
|
||||||
%{_libdir}/liblensfun.so
|
%{_libdir}/liblensfun.so
|
||||||
%{_libdir}/pkgconfig/lensfun.pc
|
%{_libdir}/pkgconfig/lensfun.pc
|
||||||
|
|
||||||
|
%files tools
|
||||||
|
%{_bindir}/g-lensfun-update-data
|
||||||
|
%{_bindir}/lensfun-add-adapter
|
||||||
|
%{_bindir}/lensfun-update-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 16 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.0-1mamba
|
||||||
|
- update to 0.3.0
|
||||||
|
|
||||||
* Fri Dec 06 2013 Automatic Build System <autodist@mambasoft.it> 0.2.8-1mamba
|
* Fri Dec 06 2013 Automatic Build System <autodist@mambasoft.it> 0.2.8-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user