summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2017-06-10 15:36:04 +0530
committerAmish2017-06-10 15:36:04 +0530
commitf0c45fe22dba26f811af98e00a444243cc74ad84 (patch)
treec20a9c4d92fb3e521787b257ea16e3e757961846
parent881604f1746bc3758fa589fd94d33f22aa21af37 (diff)
downloadaur-f0c45fe22dba26f811af98e00a444243cc74ad84.tar.gz
Use better filenames
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
-rw-r--r--c-icap.install (renamed from install)0
-rw-r--r--c-icap.logrotate (renamed from logrotate)0
-rw-r--r--c-icap.tmpfiles1
-rw-r--r--tmpfiles.d1
6 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d23eeaea3a3..bbe4cddda94e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = c-icap
pkgver = 0.5.2
pkgrel = 2
url = http://c-icap.sourceforge.net/
- install = install
+ install = c-icap.install
arch = i686
arch = x86_64
license = GPL
@@ -14,12 +14,12 @@ pkgbase = c-icap
source = http://downloads.sourceforge.net/project/c-icap/c-icap/0.5.x/c_icap-0.5.2.tar.gz
source = c-icap.conf
source = c-icap.service
- source = tmpfiles.d
- source = logrotate
+ source = c-icap.tmpfiles
+ source = c-icap.logrotate
sha256sums = 1a9ce61622176eaf068d97d6a00baedbbfca96002c5115c8147b41c95c8164ca
sha256sums = 7081377defff06af6dd8cbea9776ad45d45a3eae84a9d109681bb49c9b2f1725
sha256sums = 313ae1b3ff52597158d3a914702d60b16248a8fb8f934e91644f63ad373e6375
- sha256sums = a2f995e42f980ce09b209568b558dfcc8e0fecc0bb17eac03acec8acc0fed262
+ sha256sums = 485fa1649ad1a63f6f2ec46eb0c8100d8756be0ba99df2cf23aa2fc70f14b27d
sha256sums = 07d5d98801feb0b20fe3cbbf9f7d00148cbda7b2e9e2bc07d859c1c5aa154926
pkgname = c-icap
diff --git a/PKGBUILD b/PKGBUILD
index 68f198499b9c..88677e7a51f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,17 +9,17 @@ license=('GPL' 'LGPL')
source=("http://downloads.sourceforge.net/project/c-icap/c-icap/0.5.x/c_icap-${pkgver}.tar.gz"
'c-icap.conf'
'c-icap.service'
- 'tmpfiles.d'
- 'logrotate')
+ 'c-icap.tmpfiles'
+ 'c-icap.logrotate')
sha256sums=('1a9ce61622176eaf068d97d6a00baedbbfca96002c5115c8147b41c95c8164ca'
'7081377defff06af6dd8cbea9776ad45d45a3eae84a9d109681bb49c9b2f1725'
'313ae1b3ff52597158d3a914702d60b16248a8fb8f934e91644f63ad373e6375'
- 'a2f995e42f980ce09b209568b558dfcc8e0fecc0bb17eac03acec8acc0fed262'
+ '485fa1649ad1a63f6f2ec46eb0c8100d8756be0ba99df2cf23aa2fc70f14b27d'
'07d5d98801feb0b20fe3cbbf9f7d00148cbda7b2e9e2bc07d859c1c5aa154926')
backup=('etc/c-icap/c-icap.conf'
'etc/c-icap/c-icap.magic'
'etc/logrotate.d/c-icap')
-install=install
+install=$pkgname.install
build() {
cd "${srcdir}/c_icap-${pkgver}"
@@ -46,8 +46,8 @@ package() {
install -Dm644 ../c-icap.conf "${pkgdir}"/etc/c-icap/c-icap.conf
install -Dm644 ../c-icap.service "${pkgdir}"/usr/lib/systemd/system/c-icap.service
- install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/c-icap.conf
- install -Dm644 ../logrotate "${pkgdir}"/etc/logrotate.d/c-icap
+ install -Dm644 ../c-icap.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/c-icap.conf
+ install -Dm644 ../c-icap.logrotate "${pkgdir}"/etc/logrotate.d/c-icap
install -d -m750 "${pkgdir}"/var/log/c-icap
chown 15:15 "${pkgdir}"/var/log/c-icap
diff --git a/install b/c-icap.install
index 04997856e3a9..04997856e3a9 100644
--- a/install
+++ b/c-icap.install
diff --git a/logrotate b/c-icap.logrotate
index e84f475c7784..e84f475c7784 100644
--- a/logrotate
+++ b/c-icap.logrotate
diff --git a/c-icap.tmpfiles b/c-icap.tmpfiles
new file mode 100644
index 000000000000..20ccc11f0376
--- /dev/null
+++ b/c-icap.tmpfiles
@@ -0,0 +1 @@
+d /run/c-icap 0755 proxy proxy -
diff --git a/tmpfiles.d b/tmpfiles.d
deleted file mode 100644
index 3f5b6e4aa349..000000000000
--- a/tmpfiles.d
+++ /dev/null
@@ -1 +0,0 @@
-d /run/c-icap 0755 15 15 -