Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f2e3641554 | ||
|
|
ca9c5782c9 |
1 changed files with 10 additions and 2 deletions
12
setools.spec
12
setools.spec
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
Name: setools
|
Name: setools
|
||||||
Version: %{setools_maj_ver}.%{setools_min_ver}
|
Version: %{setools_maj_ver}.%{setools_min_ver}
|
||||||
Release: 3%{?dist}
|
Release: 5%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://oss.tresys.com/projects/setools
|
URL: http://oss.tresys.com/projects/setools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
|
|
@ -210,7 +210,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING COPYING.GPL COPYING.LGPL KNOWN-BUGS NEWS README
|
%{!?_licensedir:%global license %%doc}
|
||||||
|
%license COPYING COPYING.GPL COPYING.LGPL
|
||||||
|
%doc AUTHORS ChangeLog KNOWN-BUGS NEWS README
|
||||||
%{_libdir}/libqpol.so.*
|
%{_libdir}/libqpol.so.*
|
||||||
%{_libdir}/libapol.so.*
|
%{_libdir}/libapol.so.*
|
||||||
%{_libdir}/libpoldiff.so.*
|
%{_libdir}/libpoldiff.so.*
|
||||||
|
|
@ -279,6 +281,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||||
%postun libs-tcl -p /sbin/ldconfig
|
%postun libs-tcl -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.8-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 4 2014 Tom Callaway <spot@fedoraproject.org> - 3.3.8-4
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.8-3
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue