Skip to content

Commit

Permalink
Clean up outdated references
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Oct 16, 2024
1 parent c6676b9 commit c39ce2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ m4_define([LIBVERSION_AGE], 0)
#
AC_INIT([OpenARC],
[m4_join([], VERSION_RELEASE.VERSION_MAJOR_REV.VERSION_MINOR_REV, VERSION_PRE)],
[[email protected]])
[[email protected]])

AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11.1 foreign subdir-objects])
Expand Down
4 changes: 2 additions & 2 deletions contrib/spec/openarc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Name: openarc
Version: @VERSION@
Release: 1%{?dist}
License: BSD and Sendmail
URL: https://github.com/trusteddomainproject/OpenARC
URL: https://github.com/flowerysong/OpenARC
Source0: openarc-%{version}.tar.gz

BuildRequires: gcc
Expand Down Expand Up @@ -107,7 +107,7 @@ install -d -m 0755 %{buildroot}%{_unitdir}
cat > %{buildroot}%{_unitdir}/%{name}.service <<EOF
[Unit]
Description=Authenticated Receive Chain (ARC) Milter
Documentation=man:%{name}(8) man:%{name}.conf(5) http://www.trusteddomain.org/%{name}/
Documentation=man:%{name}(8) man:%{name}.conf(5)
After=network.target nss-lookup.target syslog.target

[Service]
Expand Down
2 changes: 1 addition & 1 deletion contrib/systemd/openarc.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Unit]
Description=Authenticated Resource Chain (ARC) Milter
Documentation=man:openarc(8) man:openarc.conf(5) http://www.trusteddomain.org/openarc
Documentation=man:openarc(8) man:openarc.conf(5)
After=network.target nss-lookup.target syslog.target

[Service]
Expand Down
2 changes: 1 addition & 1 deletion libopenarc/openarc.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ includedir=@includedir@/openarc

Name: OpenARC Library
Description: Library for performing ARC signing and verification
URL: http://trusteddomain.org/openarc
URL: https://github.com/flowerysong/OpenARC
Version: @VERSION@
Libs: -L${libdir} @PTHREAD_CFLAGS@ -lopenarc
Libs.private: @LIBOPENARC_LIBS_PKG@ @PTHREAD_LIBS@
Expand Down

0 comments on commit c39ce2d

Please sign in to comment.