Ignore:
Timestamp:
Apr 20, 2006, 10:14:26 AM (18 years ago)
Author:
bcornec
Message:

Follow most of fedora build recommandations (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=187317)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/distributions/rpm/mindi.spec

    r460 r494  
    1717License:    GPL
    1818Group:      %{grp}
    19 Url:        http://mondorescue.berlios.de
     19Url:        http://www.mondorescue.org
    2020Source:     %{src}
    21 BuildRoot:  %{_tmppath}/%{name}-%{version}
     21BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    2222Requires:   %{addreq}
    2323Epoch:      %(echo EEE | cut -d- -f1 | sed "s~M~~")
     
    3232
    3333%prep
    34 %{__rm}  -rf $RPM_BUILD_ROOT
    3534%setup -n %name-%{version}
    3635
     
    4241
    4342%install
     43%{__rm}  -rf $RPM_BUILD_ROOT
    4444export DONT_RELINK=1
    4545
    46 %{__rm} -rf $RPM_BUILD_ROOT
    4746export PREFIX=${RPM_BUILD_ROOT}%{_exec_prefix}
    4847export CONFDIR=${RPM_BUILD_ROOT}%{_sysconfdir}
     
    6160%files
    6261%defattr(644,root,root,755)
     62%config(noreplace) %{_sysconfdir}/mindi
    6363%config(noreplace) %{_sysconfdir}/mindi/deplist.txt
    6464%config(noreplace) %{_sysconfdir}/mindi/deplist.d/*
Note: See TracChangeset for help on using the changeset viewer.