Fix soversion glob

This commit is contained in:
Ben Boeckel 2013-02-24 12:03:54 -05:00
parent a1d12723e2
commit d878c9864a
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: stfl Name: stfl
Version: 0.22 Version: 0.22
Release: 2%{?dist} Release: 3%{?dist}
Summary: The Structured Terminal Forms Language/Library Summary: The Structured Terminal Forms Language/Library
Group: System Environment/Libraries Group: System Environment/Libraries
@ -118,7 +118,7 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc README COPYING %doc README COPYING
%{_libdir}/*.so.22* %{_libdir}/*.so.0*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -143,6 +143,9 @@ rm -f %{buildroot}%{perl_archlib}/perllocal.pod
%changelog %changelog
* Sun Feb 24 2013 Ben Boeckel <mathstuf@gmail.com> - 0.22-3
- Fix soversion glob
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild