Logoj0ke.net Open Build Service > Projects > devel:ruby > rubygem-actionpack-2_0 > Changes
Sign Up | Log In

Changes of Revision 3

[-] Added rubygem-actionpack-2_0.spec
x
 
1
@@ -0,0 +1,62 @@
2
+#
3
+# spec file for package rubygem-actionpack-2_0 (Version 1.13.6)
4
+#
5
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
6
+# This file and all modifications and additions to the pristine
7
+# package are under the same license as the package itself.
8
+#
9
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
10
+#
11
+
12
+# norootforbuild
13
+
14
+Name:           rubygem-actionpack-2_0
15
+Version:        2.0.2
16
+Release:        0
17
+%define mod_name actionpack
18
+#
19
+Group:          Development/Languages/Ruby
20
+License:        X11/MIT
21
+#
22
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
23
+BuildRequires:  rubygems_with_buildroot_patch
24
+Requires:       rubygems > 0.9
25
+Provides:       rubygem-%{mod_name} = %{version}-%{release}
26
+Obsoletes:      rubygem-%{mod_name} < %{version}
27
+BuildRequires:  rubygem-activesupport-2_0 = 2.0.2
28
+Requires:       rubygem-activesupport-2_0 = 2.0.2
29
+#
30
+URL:            http://rubyforge.org/projects/actionpack
31
+Source:         actionpack-2.0.2.gem
32
+#
33
+Summary:        Eases web-request routing, handling, and response
34
+
35
+%description
36
+Eases web-request routing, handling, and response as a half-way front,
37
+half-way page controller. Implemented with specific emphasis on
38
+enabling easy unit/integration testing that doesn't require a browser.
39
+
40
+
41
+
42
+Authors:
43
+--------
44
+    rails development team
45
+
46
+%prep
47
+
48
+%build
49
+
50
+%install
51
+gem install --local --build-root=%{buildroot} %{S:0}
52
+
53
+%clean
54
+%{__rm} -rf %{buildroot}
55
+
56
+%files
57
+%defattr(-,root,root,-)
58
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
59
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
60
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
61
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
62
+
63
+%changelog
64