rpms/darcs/devel darcs.spec,1.48,1.49

Jens Petersen petersen at fedoraproject.org
Thu Jul 2 01:36:42 UTC 2009


Author: petersen

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

Modified Files:
	darcs.spec 
Log Message:
- drop post script since semanage now superfluous
- drop the unused alphatag for now
- simplify BRs




Index: darcs.spec
===================================================================
RCS file: /cvs/extras/rpms/darcs/devel/darcs.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- darcs.spec	17 May 2009 06:51:56 -0000	1.48
+++ darcs.spec	2 Jul 2009 01:36:42 -0000	1.49
@@ -1,14 +1,12 @@
-#%%define alphatag rc2
-
 Name:           darcs
 Version:        2.2.1
-Release:        2%{?alphatag:.%{alphatag}}%{?dist}
+Release:        3%{?dist}
 Summary:        David's advanced revision control system
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            http://www.darcs.net/
-Source0:        http://www.darcs.net/%{name}-%{version}%{?alphatag}.tar.gz
+Source0:        http://www.darcs.net/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # fedora ghc archs:
 ExclusiveArch:	%{ix86} x86_64 ppc alpha
@@ -18,7 +16,6 @@ BuildRequires:  autoconf, sendmail, curl
 BuildRequires:  which
 # for building the manual
 BuildRequires: latex2html
-Requires(post): policycoreutils
 
 %description
 Darcs is a revision control system, along the lines of CVS
@@ -69,7 +66,7 @@ This package contains the darcs cgi serv
 
 
 %prep
-%setup -q -n %{name}-%{version}%{?alphatag}
+%setup -q
 
 
 %build
@@ -98,11 +95,6 @@ make DESTDIR=$RPM_BUILD_ROOT install ins
 rm -rf $RPM_BUILD_ROOT
 
 
-%post
-semanage fcontext -a -t unconfined_execmem_exec_t %{_bindir}/%{name} >/dev/null 2>&1
-restorecon %{_bindir}/%{name}
-
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING tools/zsh_completion_*
@@ -126,6 +118,11 @@ restorecon %{_bindir}/%{name}
 
 
 %changelog
+* Thu Jul  2 2009 Jens Petersen <petersen at redhat.com> - 2.2.1-3
+- drop post script since semanage now superfluous
+- drop the unused alphatag for now
+- simplify BRs
+
 * Sat Apr 25 2009 Jens Petersen <petersen at redhat.com> - 2.2.1-2
 - rebuild against ghc-6.10.3
 




More information about the fedora-extras-commits mailing list