2 changed files with 42 additions and 0 deletions
@ -0,0 +1,33 @@
@@ -0,0 +1,33 @@
|
||||
%define __spec_install_post %{nil} |
||||
%define __os_install_post %{_dbpath}/brp-compress |
||||
%define debug_package %{nil} |
||||
|
||||
Name: sms-irc |
||||
Summary: A WhatsApp/SMS to IRC bridge |
||||
Version: @@VERSION@@ |
||||
Release: 1 |
||||
Requires: postgresql |
||||
Requires: openssl |
||||
License: AGP-3.0 |
||||
Group: Applications/System |
||||
Source0: %{name}-%{version}.tar.gz |
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root |
||||
|
||||
%description |
||||
%{summary} |
||||
|
||||
%prep |
||||
%setup -q |
||||
|
||||
%install |
||||
rm -rf %{buildroot} |
||||
mkdir -p %{buildroot} |
||||
cp -a * %{buildroot} |
||||
|
||||
%clean |
||||
rm -rf %{buildroot} |
||||
|
||||
%files |
||||
%defattr(-,root,root,-) |
||||
%{_bindir}/* |
Loading…
Reference in new issue