|
|
@ -1,10 +1,6 @@ |
|
|
|
%define name BackupPC-server-scripts |
|
|
|
Name: BackupPC-server-scripts |
|
|
|
%define version 0.1.2 |
|
|
|
Version: 0.1.2 |
|
|
|
%define release 1 |
|
|
|
Release: 1%{?dist} |
|
|
|
|
|
|
|
|
|
|
|
Name: %{name} |
|
|
|
|
|
|
|
Version: %{version} |
|
|
|
|
|
|
|
Release: %{release}%{?dist} |
|
|
|
|
|
|
|
Summary: Some scripts for a BackupPC server |
|
|
|
Summary: Some scripts for a BackupPC server |
|
|
|
|
|
|
|
|
|
|
|
Group: Applications/System |
|
|
|
Group: Applications/System |
|
|
@ -55,7 +51,6 @@ rm -rf $RPM_BUILD_ROOT |
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
%files |
|
|
|
%defattr(-,root,root,-) |
|
|
|
%defattr(-,root,root,-) |
|
|
|
%doc CHANGELOG.git |
|
|
|
|
|
|
|
%{_bindir}/* |
|
|
|
%{_bindir}/* |
|
|
|
%config(noreplace) %attr(0640, root, backuppc) %{_sysconfdir}/BackupPC/* |
|
|
|
%config(noreplace) %attr(0640, root, backuppc) %{_sysconfdir}/BackupPC/* |
|
|
|
|
|
|
|
|
|
|
|