rpms/mcstrans/devel .cvsignore, 1.22, 1.23 mcstrans.spec, 1.40, 1.41 sources, 1.25, 1.26

Daniel J Walsh dwalsh at fedoraproject.org
Mon Feb 16 20:34:01 UTC 2009


Author: dwalsh

Update of /cvs/extras/rpms/mcstrans/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5526

Modified Files:
	.cvsignore mcstrans.spec sources 
Log Message:
Update to new version of mcstrans from Joe Nall


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mcstrans/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	8 May 2008 17:17:14 -0000	1.22
+++ .cvsignore	16 Feb 2009 20:33:30 -0000	1.23
@@ -19,3 +19,5 @@
 mcstrans-0.2.9.tgz
 mcstrans-0.2.10.tgz
 mcstrans-0.2.11.tgz
+mcstrans-0.3.0.6.tgz
+mcstrans-0.3.1.tgz


Index: mcstrans.spec
===================================================================
RCS file: /cvs/extras/rpms/mcstrans/devel/mcstrans.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- mcstrans.spec	28 May 2008 21:45:15 -0000	1.40
+++ mcstrans.spec	16 Feb 2009 20:33:30 -0000	1.41
@@ -1,13 +1,14 @@
 Summary: SELinux Translation Daemon
 Name: mcstrans
-Version: 0.2.11
-Release: 2%{?dist}
+Version: 0.3.1
+Release: 1%{?dist}
 License: GPL+
 Group: System Environment/Daemons
 Source: http://fedora.redhat.com/projects/%{name}-%{version}.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libselinux-devel >= 1.30.3-1
-BuildRequires: libcap-devel 
+BuildRequires: libcap-devel pcre-devel libsepol-devel libsepol-static
+Requires: pcre
 Requires(pre): /sbin/chkconfig /sbin/service
 Requires(post):/sbin/chkconfig /sbin/service
 Provides: setransd
@@ -37,11 +38,15 @@
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}/%{_lib} 
-mkdir -p %{buildroot}/%{_libdir} 
+mkdir -p %{buildroot}/%{_lib}
+mkdir -p %{buildroot}/%{_libdir}
+mkdir -p %{buildroot}%{_usr}/share/mcstrans
+mkdir -p %{buildroot}%{_sysconfdir}/selinux/mls/setrans.d
+
 make DESTDIR="%{buildroot}" LIBDIR="%{buildroot}%{_libdir}" SHLIBDIR="%{buildroot}/%{_lib}" install
 rm -f %{buildroot}%{_sbindir}/*
 rm -f %{buildroot}%{_libdir}/*.a
+cp -r share/* %{buildroot}%{_usr}/share/mcstrans/
 
 %clean
 rm -rf %{buildroot}
@@ -68,8 +73,23 @@
 %{_mandir}/man8/mcs.8.gz
 /sbin/mcstransd
 %{_sysconfdir}/rc.d/init.d/mcstrans
+%dir %{_sysconfdir}/selinux/mls/setrans.d
+
+%dir %{_usr}/share/mcstrans
+
+%defattr(0644,root,root,0755)
+%dir %{_usr}/share/mcstrans/util
+%dir %{_usr}/share/mcstrans/examples
+%{_usr}/share/mcstrans/examples/*
+
+%defattr(0755,root,root,0755)
+%{_usr}/share/mcstrans/util/*
 
 %changelog
+* Thu Feb 5 2009 Joe Nall <joe at nall.com> 0.3.1-1
+- Rewrite translations to allow individual word/category mapping
+- Eamon Walsh's color mapping changes
+
 * Wed May 28 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.2.11-2
 - fix license tag
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mcstrans/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	8 May 2008 17:17:14 -0000	1.25
+++ sources	16 Feb 2009 20:33:30 -0000	1.26
@@ -1 +1 @@
-c32d4a76f7ba6bb78f8700984591e530  mcstrans-0.2.11.tgz
+b9f80deb6a34211650e19bc283e94e46  mcstrans-0.3.1.tgz




More information about the fedora-extras-commits mailing list