OBS User unknown 2007-03-02 08:40:04 +00:00 committed by Git OBS Bridge
parent 67025a3f61
commit 8ddf6227f0
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

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