blob: eaa8e51637680b0f5f3f57016e20aae9bda84157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# INCOMPLETE!
# Commit may be branch, tag, or commit hash
%define commit master
Name: coupons
Version: 0.0.1
Release: 1
Summary: view salepapers for select grocery stores
License: GPL3
URL: https://bgstack15.ddns.net/
Source0: %{URL}/cgit/%{name}/snapshot/%{name}-%{commit}.tar.gz
#BuildRequires:
Requires: python3-flask
Recommends: httpd
%description
Cli and web interfaces for checking current sale paper
ads from select grocery stores.
%prep
%setup -q
:
%build
%configure
:
%install
%make_install APACHEDIR=/etc/httpd/conf.d
%files
%doc
%changelog
|