Author: qboosh Date: Thu Sep 22 21:17:18 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed files; no shared lib yet - BR: flex,bison
---- Files affected: SPECS: libsemanage.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/libsemanage.spec diff -u SPECS/libsemanage.spec:1.2 SPECS/libsemanage.spec:1.3 --- SPECS/libsemanage.spec:1.2 Thu Sep 22 23:10:01 2005 +++ SPECS/libsemanage.spec Thu Sep 22 23:17:12 2005 @@ -9,6 +9,8 @@ Source0: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz # Source0-md5: 83c6ab2b45cd35d148615fda3b04ba03 URL: http://www.nsa.gov/selinux/ +BuildRequires: bison +BuildRequires: flex BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -63,15 +65,13 @@ %files %defattr(644,root,root,755) %doc ChangeLog -%attr(755,root,root) %{_libdir}/libsemanage.so.* +#%attr(755,root,root) %{_libdir}/libsemanage.so.* +%{_datadir}/semod %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/libsemanage.so -%{_includedir}/%{name} -%{_mandir}/man3/*.3* -%{_mandir}/man8/*.8* +#%attr(755,root,root) %{_libdir}/libsemanage.so +%{_includedir}/semanage %files static %defattr(644,root,root,755) @@ -83,6 +83,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2005/09/22 21:17:12 qboosh +- fixed files; no shared lib yet +- BR: flex,bison + Revision 1.2 2005/09/22 21:10:01 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libsemanage.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
