From 46c1c1f84d9547a7ed2768c2717d2ab5f4c1fc84 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Dec 2019 08:54:59 +0100 Subject: remirepo stuff --- .gitignore | 8 ++++++++ Makefile | 4 ++++ makesrc.sh | 1 + php-ralouphie-getallheaders.spec | 1 + 4 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 Makefile create mode 120000 makesrc.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fc9aa8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +clog +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + diff --git a/makesrc.sh b/makesrc.sh new file mode 120000 index 0000000..ca45919 --- /dev/null +++ b/makesrc.sh @@ -0,0 +1 @@ +php-ralouphie-getallheaders-get-source.sh \ No newline at end of file diff --git a/php-ralouphie-getallheaders.spec b/php-ralouphie-getallheaders.spec index 6f0fa5c..d4c8708 100644 --- a/php-ralouphie-getallheaders.spec +++ b/php-ralouphie-getallheaders.spec @@ -1,3 +1,4 @@ +# remirepo spec file for php-ralouphie-getallheaders, from # # Fedora spec file for php-ralouphie-getallheaders # -- cgit