public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pam_url] epel10.2: Import into el6 branch
@ 2026-06-13 18:42 Konstantin Ryabitsev
  0 siblings, 0 replies; only message in thread
From: Konstantin Ryabitsev @ 2026-06-13 18:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pam_url
Branch : epel10.2
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.2

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-13 18:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 18:42 [rpms/pam_url] epel10.2: Import into el6 branch Konstantin Ryabitsev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox