Adapt spec file for tito

tags/fuse-backuppcfs4-0.2-3
Daniel Berteaud 7 years ago
parent f69727873b
commit ffd923b440
  1. 7
      fuse-backuppcfs.spec

@ -5,7 +5,7 @@ Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://svn.ulyssis.org/repos/sipa/backuppc-fuse/backuppcfs.pl URL: https://svn.ulyssis.org/repos/sipa/backuppc-fuse/backuppcfs.pl
Group: Applications/System Group: Applications/System
Source: backuppcfs.pl Source: %{name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}
@ -20,8 +20,7 @@ COnflicts: fuse-backuppcfs
Mount and explorer BackupPC's data like normal directory trees. Mount and explorer BackupPC's data like normal directory trees.
%prep %prep
%setup -q
%setup -D -T -c -n %{name}
%build %build
# empty build # empty build
@ -29,7 +28,7 @@ Mount and explorer BackupPC's data like normal directory trees.
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__mkdir} -p %{buildroot}/%{_bindir} %{__mkdir} -p %{buildroot}/%{_bindir}
%{__install} -m 0755 %{SOURCE0} %{buildroot}/%{_bindir}/backuppcfs %{__install} -m 0755 backuppcfs.pl %{buildroot}/%{_bindir}/backuppcfs
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}

Loading…
Cancel
Save