1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00

RPM spec fixes

This commit is contained in:
J. King 2021-07-17 22:00:00 -04:00
parent 9c2a84cc19
commit f3beb17727

3
dist/rpm/arsse.spec vendored
View file

@ -126,13 +126,14 @@ generally preferred as it receives more testing.
# Nothing to do # Nothing to do
%install %install
mkdir -p "%{buildroot}%{_datadir}/php/arsse" "%{buildroot}%{_mandir}" mkdir -p "%{buildroot}%{_datadir}/php/arsse" "%{buildroot}%{_mandir}" "%{buildroot}%{_unitdir}"
cp -r lib locale sql vendor www CHANGELOG UPGRADING README.md arsse.php "%{buildroot}%{_datadir}/php/arsse" cp -r lib locale sql vendor www CHANGELOG UPGRADING README.md arsse.php "%{buildroot}%{_datadir}/php/arsse"
cp -r dist/man/* "%{buildroot}%{_mandir}" cp -r dist/man/* "%{buildroot}%{_mandir}"
cp dist/systemd/arsse-fetch.service "%{buildroot}%{_unitdir}/arsse.service" cp dist/systemd/arsse-fetch.service "%{buildroot}%{_unitdir}/arsse.service"
install -Dm755 dist/arsse "%{buildroot}%{_bindir}/arsse" install -Dm755 dist/arsse "%{buildroot}%{_bindir}/arsse"
%files %files
%dir %{_datadir}/php
%license LICENSE AUTHORS %license LICENSE AUTHORS
%doc manual/* %doc manual/*
%{_datadir}/php/arsse %{_datadir}/php/arsse