[packages/ruby-contest] new, version 0.1.3

glen glen at pld-linux.org
Sat Apr 20 23:43:47 CEST 2013


commit 0858d37e78022d57478fc1b0d989a2ec1c02199c
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Apr 21 00:43:14 2013 +0300

    new, version 0.1.3
    
    created with gem2rpm

 ruby-contest.spec | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
---
diff --git a/ruby-contest.spec b/ruby-contest.spec
new file mode 100644
index 0000000..8cb7443
--- /dev/null
+++ b/ruby-contest.spec
@@ -0,0 +1,33 @@
+%define pkgname contest
+Summary:	Write more readable tests in Test::Unit with this tiny script
+Name:		ruby-%{pkgname}
+Version:	0.1.3
+Release:	1
+License:	Distributable
+Group:		Development/Languages
+Source0:	http://rubygems.org/downloads/%{pkgname}-%{version}.gem
+# Source0-md5:	3cdd786cfb051e176855eee40679968a
+URL:		http://github.com/citrusbyte/contest
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Write declarative tests using nested contexts without performance
+penalties. Contest is less than 100 lines of code and gets the job
+done.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+cp -a lib/* $RPM_BUILD_ROOT%{ruby_vendorlibdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.markdown LICENSE
+%{ruby_vendorlibdir}/contest.rb
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ruby-contest.git/commitdiff/0858d37e78022d57478fc1b0d989a2ec1c02199c



More information about the pld-cvs-commit mailing list