Fix multilib issues (thanks Rui Matos)
This commit is contained in:
parent
883e182e71
commit
a3ed6442d1
16
dotconf.spec
16
dotconf.spec
@ -1,6 +1,6 @@
|
||||
Name: dotconf
|
||||
Version: 1.3
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Libraries to parse configuration files
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -29,7 +29,7 @@ developing applications that use %{name}.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-%{version}
|
||||
%configure --disable-static --docdir=%{_datadir}/doc/%{name}-devel-%{version}
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -42,29 +42,25 @@ mv iconv.tmp doc/dotconf-features.txt
|
||||
rm examples/maketest.sh
|
||||
find %{buildroot} -type f -name "*.a" -o -name "*.la" | xargs rm -f
|
||||
|
||||
%clean
|
||||
rm -rf $%{buildroot}
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS COPYING
|
||||
%{_libdir}/libdotconf*.so.*
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc examples/
|
||||
%doc %{_docdir}
|
||||
%{_libdir}/libdotconf*.so
|
||||
%{_includedir}/dotconf.h
|
||||
%{_libdir}/pkgconfig/dotconf.pc
|
||||
|
||||
%changelog
|
||||
* Tue Jul 16 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-6
|
||||
- Fix multilib issues (thanks Rui Matos)
|
||||
|
||||
* Tue Feb 5 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-5
|
||||
- Update URLs and note github SCV url
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user