public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Konstantin Ryabitsev <mricon@kernel.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pam_url] epel10: Import into el6 branch
Date: Sat, 13 Jun 2026 18:25:01 GMT [thread overview]
Message-ID: <178137510131.1.16807111394560929358.rpms-pam_url-26e9469c3d8b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pam_url
Branch : epel10
Commit : 26e9469c3d8bbaf2ceda9d956dd84de6df8aafcf
Author : Konstantin Ryabitsev <mricon@kernel.org>
Date : 2012-11-27T18:29:05-05:00
Stats : +56/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/pam_url/c/26e9469c3d8bbaf2ceda9d956dd84de6df8aafcf?branch=epel10
Log:
Import into el6 branch
---
diff --git a/.gitignore b/.gitignore
index e69de29..9c20758 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pam_url-0.2.tar.bz2
diff --git a/pam_url.spec b/pam_url.spec
new file mode 100644
index 0000000..5a0965e
--- /dev/null
+++ b/pam_url.spec
@@ -0,0 +1,54 @@
+Summary: PAM module to authenticate with HTTP servers
+Name: pam_url
+Version: 0.2
+Release: 1%{?dist}
+Epoch: 1
+License: GPLv2
+Group: System Environment/Base
+URL: https://fedorahosted.org/pam_url
+Source: https://fedorahosted.org/releases/p/a/pam_url/%{name}-%{version}.tar.bz2
+Requires: pam
+BuildRequires: pam-devel, libcurl-devel, libconfig-devel
+
+%description
+The pam_url module enables you to authenticate users against a Web application,
+such as totpcgi.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="%{optflags} -std=c99" make %{?_smp_mflags} all
+
+%install
+make DESTDIR=%{buildroot} install
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHOR COPYING INSTALL README examples
+%config(noreplace) %{_sysconfdir}/pam_url.conf
+/%{_lib}/security/pam_url.so
+
+
+%changelog
+* Mon Nov 19 2012 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.2-1
+- Prepare for 0.2 release
+- Set the epoch to 1 to solve branching issues with other releases
+- Add doc files
+
+* Tue May 08 2012 Andrew Wilcox <corgi@fedorapeople.org> 0.1-1
+- Bring spec up to date with current guidelines (no clean/Buildroot)
+- Modified CFLAGS
+- Prettified description
+- Set config file path
+
+* Sun Mar 14 2010 Sascha Thomas Spreitzer <sspreitzer@fedoraproject.org>
+- Added dependency to libconfig
+
+* Tue Jun 09 2009 Sascha Thomas Spreitzer <sspreitzer@fedoraproject.org>
+- Minor changes to description and summary.
+- Changed build step to common rpm optflags.
+
+* Sun May 03 2009 Sascha Thomas Spreitzer <sspreitzer@fedoraproject.org>
+- First shot of rpm spec.
+
diff --git a/sources b/sources
index e69de29..7637c0d 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a49bb059daeac00449d02ddcb2cb1905 pam_url-0.2.tar.bz2
reply other threads:[~2026-06-13 18:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178137510131.1.16807111394560929358.rpms-pam_url-26e9469c3d8b@fedoraproject.org \
--to=mricon@kernel.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox