rpms/rubygem-actionmailer/F-11 .cvsignore, 1.8, 1.9 import.log, 1.1, 1.2 rubygem-actionmailer.spec, 1.9, 1.10 sources, 1.8, 1.9

Jeroen van Meeuwen kanarip at fedoraproject.org
Wed Aug 12 21:19:35 UTC 2009


Author: kanarip

Update of /cvs/pkgs/rpms/rubygem-actionmailer/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25017/F-11

Modified Files:
	.cvsignore import.log rubygem-actionmailer.spec sources 
Log Message:
2.3.3-1.fc12


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-actionmailer/F-11/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	16 Mar 2009 10:58:22 -0000	1.8
+++ .cvsignore	12 Aug 2009 21:19:35 -0000	1.9
@@ -1 +1 @@
-actionmailer-2.3.2.gem
+actionmailer-2.3.3.gem


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-actionmailer/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	16 Mar 2009 10:58:22 -0000	1.1
+++ import.log	12 Aug 2009 21:19:35 -0000	1.2
@@ -1 +1,2 @@
 rubygem-actionmailer-2_3_2-1_fc10:HEAD:rubygem-actionmailer-2.3.2-1.fc10.src.rpm:1237201085
+rubygem-actionmailer-2_3_3-1_fc12:F-11:rubygem-actionmailer-2.3.3-1.fc12.src.rpm:1250111931


Index: rubygem-actionmailer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-actionmailer/F-11/rubygem-actionmailer.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- rubygem-actionmailer.spec	16 Mar 2009 10:58:22 -0000	1.9
+++ rubygem-actionmailer.spec	12 Aug 2009 21:19:35 -0000	1.10
@@ -6,7 +6,7 @@
 
 Summary: Service layer for easy email delivery and testing
 Name: rubygem-%{gemname}
-Version: 2.3.2
+Version: 2.3.3
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
@@ -16,6 +16,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 Requires: rubygems
 Requires: rubygem(actionpack) = %{version}
 BuildRequires: rubygems
+BuildRequires(check): rubygem(rake)
+BuildRequires(check): rubygem(actionpack) = %{version}
+BuildRequires(check): rubygem(mocha)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -24,31 +27,42 @@ Makes it trivial to test and deliver ema
 
 
 %prep
-
-%build
-
-%install
-rm -rf %{buildroot}
-mkdir -p %{buildroot}%{gemdir}
-gem install --local --install-dir %{buildroot}%{gemdir} \
+%setup -q -c -T
+mkdir -p .%{gemdir}
+gem install --local --install-dir .%{gemdir} \
+            -V \
             --force --rdoc %{SOURCE0}
 
 # Remove backup files
-find %{buildroot}/%{geminstdir} -type f -name "*~" -delete
+find ./%{geminstdir} -type f -name "*~" -delete
 
 # Fix anything executable that does not have a shebang
-for file in `find %{buildroot}/%{geminstdir} -type f -perm /a+x`; do
+for file in `find ./%{geminstdir} -type f -perm /a+x`; do
     [ -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 644 $file
 done
 
 # Find files with a shebang that do not have executable permissions
-for file in `find %{buildroot}/%{geminstdir} -type f ! -perm /a+x -name "*.rb"`; do
+for file in `find ./%{geminstdir} -type f ! -perm /a+x -name "*.rb"`; do
     [ ! -z "`head -n 1 $file | grep \"^#!/\"`" ] && chmod -v 755 $file
 done
 
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{gemdir}
+cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
+
 %clean
 rm -rf %{buildroot}
 
+%check
+export GEM_PATH=$(pwd)/%{gemdir}
+pushd .%{geminstdir}
+
+rake test --trace
+
 %files
 %defattr(-, root, root, -)
 %dir %{geminstdir}
@@ -65,6 +79,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Aug  2 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.3.3-1
+- 2.3.3
+- Enable test
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Mon Mar 16 2009 Jeroen van Meeuwen <j.van.meeuwen at ogd.nl> - 2.3.2-1
 - New upstream version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rubygem-actionmailer/F-11/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	16 Mar 2009 10:58:22 -0000	1.8
+++ sources	12 Aug 2009 21:19:35 -0000	1.9
@@ -1 +1 @@
-422d6ec5d13c0c8a151e80b1024bd100  actionmailer-2.3.2.gem
+b8caa899e009e09d643e6105d977b165  actionmailer-2.3.3.gem




More information about the fedora-extras-commits mailing list