This commit is contained in:
parent
67025a3f61
commit
8ddf6227f0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 2 08:43:00 CET 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
- the doxygen generation does not like parallel make.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 1 17:25:19 CET 2007 - sbrabec@suse.cz
|
Thu Mar 1 17:25:19 CET 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
Summary: An EXIF Tag Parsing Library for Digital Cameras
|
||||||
Version: 0.6.14
|
Version: 0.6.14
|
||||||
Release: 26
|
Release: 27
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch0: libexif-fixpkgconfig.patch
|
Patch0: libexif-fixpkgconfig.patch
|
||||||
@ -58,7 +58,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
|||||||
%configure\
|
%configure\
|
||||||
--disable-static\
|
--disable-static\
|
||||||
--with-doc-dir=%{_docdir}/%{name}
|
--with-doc-dir=%{_docdir}/%{name}
|
||||||
make %{?jobs:-j%jobs}
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
@ -80,6 +80,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 02 2007 - meissner@suse.de
|
||||||
|
- the doxygen generation does not like parallel make.
|
||||||
* Thu Mar 01 2007 - sbrabec@suse.cz
|
* Thu Mar 01 2007 - sbrabec@suse.cz
|
||||||
- Fixed devel dependencies.
|
- Fixed devel dependencies.
|
||||||
* Tue Feb 27 2007 - dmueller@suse.de
|
* Tue Feb 27 2007 - dmueller@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user