Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit rubygem-rpam for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 15 Jan 2011 00:59:04 +0100
- Message-id: <20110114235905.0FCDB202AD@hilbert.suse.de>
Hello community,
here is the log from the commit of package rubygem-rpam for openSUSE:Factory
checked in at Sat Jan 15 00:59:04 CET 2011.
--------
New Changes file:
--- /dev/null 2010-08-26 16:28:41.000000000 +0200
+++ rubygem-rpam/rubygem-rpam.changes 2010-06-11 20:00:45.000000000 +0200
@@ -0,0 +1,16 @@
+-------------------------------------------------------------------
+Fri Jun 11 10:00:01 UTC 2010 - mrueckert@xxxxxxx
+
+- use rubygems_requires macro
+
+-------------------------------------------------------------------
+Tue Feb 23 15:09:07 UTC 2010 - dmacvicar@xxxxxxxxxx
+
+- add the changes from our old ruby-rpam package
+
+-------------------------------------------------------------------
+Sun Feb 21 17:28:16 UTC 2010 - dmacvicar@xxxxxxxxxx
+
+- initial package for 1.0.1
+
+
calling whatdependson for head-i586
New:
----
rpam-1.0.1.gem
rpam.pam
rubygem-rpam.changes
rubygem-rpam.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-rpam.spec ++++++
#
# spec file for package rubygem-rpam
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rubygem-rpam
Version: 1.0.1
Release: 1
%define mod_name rpam
#
Group: Development/Languages/Ruby
License: GPLv2
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
%rubygems_requires
Requires: ruby >= 1.8.2
BuildRequires: ruby-devel >= 1.8.2
BuildRequires: pam-devel
#
Url: http://rubyforge.org/projects/rpam
Source0: %{mod_name}-%{version}.gem
Source1: rpam.pam
#
Summary: PAM integration with ruby
%description
This extension provides PAM - Pluggable Authentication Modules - integration
%prep
%build
%install
%gem_install %{S:0}
%gem_cleanup
%{__mkdir_p} %{buildroot}/etc/pam.d
%{__install} -c -m 0644 %{SOURCE1} %{buildroot}/etc/pam.d/rpam
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
/etc/pam.d/rpam
%changelog
++++++ rpam.pam ++++++
#%PAM-1.0
auth include common-auth
account include common-account
password include common-password
session include common-session
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |