OBS User unknown 2009-01-29 22:34:29 +00:00 committed by Git OBS Bridge
parent 9776f9e529
commit db1b1fdaee
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 26 21:46:50 CET 2009 - crrodriguez@suse.de
- remove "la" files
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de

View File

@ -25,7 +25,7 @@ License: LGPL v2.1 or later
Group: System/Libraries
Summary: An EXIF Tag Parsing Library for Digital Cameras
Version: 0.6.17
Release: 2
Release: 4
# bug437293
%ifarch ppc64
Obsoletes: libexif-64bit
@ -71,10 +71,10 @@ Authors:
%setup -q
%build
%configure \
%configure --with-pic\
--disable-static \
--with-doc-dir=%{_docdir}/%{name}
make
%{__make} %{?jobs:-j%jobs}
%check
make check
@ -82,6 +82,7 @@ make check
%install
%makeinstall
%find_lang %{name}-12
%{__rm} -f %{buildroot}%{_libdir}/*.la
%clean
rm -rf $RPM_BUILD_ROOT
@ -98,11 +99,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%doc %{_docdir}/%{name}
%{_libdir}/*.so
%{_libdir}/*.la
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*
%changelog
* Mon Jan 26 2009 crrodriguez@suse.de
- remove "la" files
* Wed Jan 07 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Sat Nov 08 2008 meissner@suse.de