This commit is contained in:
Rex Dieter 2014-01-06 08:10:32 -06:00
parent f5dfdd806d
commit a818cf0ca6
3 changed files with 15 additions and 8 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
/lensfun-0.2.6.tar.bz2
/lensfun-0.2.7.tar.bz2
/lensfun-0.2.8.tar.bz2

View File

@ -1,14 +1,15 @@
Name: lensfun
Version: 0.2.7
Version: 0.2.8
Summary: Library to rectify defects introduced by photographic lenses
Release: 2%{?dist}
Release: 1%{?dist}
License: LGPLv3 and CC-BY-SA
URL: http://lensfun.berlios.de/
Source0: http://downloads.sourceforge.net/project/lensfun.berlios/lensfun-%{version}.tar.bz2
## upstreamable patches
# sf link doesn't work anymore
#Source0: http://downloads.sourceforge.net/project/lensfun.berlios/lensfun-%{version}.tar.bz2
# this one's a bit wierd too, spectool -g gets the filename wrong
Source0: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2
BuildRequires: cmake >= 2.8
BuildRequires: doxygen
@ -54,6 +55,10 @@ make doc -C %{_target_platform}
%install
make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
## unpackaged files
# omit cmake-installed doxygen docs, we handle that manually
rm -rfv %{buildroot}%{_docdir}/%{name}-%{version}*
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
@ -73,6 +78,9 @@ make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
%changelog
* Mon Jan 06 2014 Rex Dieter <rdieter@fedoraproject.org> 0.2.8-1
- 0.2.8 (#1048784)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
6061cc2d00a42d3e62512878426fc841 lensfun-0.2.7.tar.bz2
db2988505e7432c6b331aa597789c639 lensfun-0.2.8.tar.bz2