Changeset 1059


Ignore:
Timestamp:
06/21/10 08:11:52 (3 years ago)
Author:
bruno
Message:

r3905@wsip-70-165-197-185: bruno | 2010-06-19 20:55:52 +0200

  • devel version of mondorescue now builds correctly
Location:
projects/mondorescue/pbconf
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/2.2.9/mondorescue.pb

    r1057 r1059  
    2929 
    3030testver mondorescue = true 
    31 projver mondorescue = 2.2.9.5 
     31projver mondorescue = 2.2.9.6 
    3232projtag mondorescue = 1 
    3333 
  • projects/mondorescue/pbconf/devel/MondoRescue/rpm/perl-MondoRescue.spec

    r1055 r1059  
    2929 
    3030%build 
    31 %{__perl} Makefile.PL INSTALLDIRS=vendor PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR CONFDIR=%{_sysconfdir} CACHEDIR=%{_var}/cache/PBPROJ TARGET=%{_exec_prefix} 
     31%{__perl} Makefile.PL PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR CONFDIR=%{_sysconfdir} CACHEDIR=%{_var}/cache TARGET=%{_exec_prefix} 
    3232make %{?_smp_mflags} 
    3333 
  • projects/mondorescue/pbconf/devel/mondorescue.pb

    r1055 r1059  
    6161filteredfiles mondo = configure.in 
    6262filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mrmini.8 
    63 filteredfiles mrmini = sbin/mrmini,Makefile.PL,sbin/mrprepare-lvm 
     63filteredfiles mrmini = Makefile.PL,sbin/mrprepare-lvm 
    6464filteredfiles MondoRescue = Makefile.PL,sbin/mranalyze-lvm 
    6565filteredfiles website = top.shtml 
  • projects/mondorescue/pbconf/devel/mrmini/rpm/mrmini.spec

    r1055 r1059  
    1515BuildArch:  noarch 
    1616Requires:   perl >= 5.8.4,perl-ProjectBuilder,perl-MondoRescue,PBDEP 
     17BuildRequires: perl-MondoRescue 
    1718 
    1819%description 
     
    2324 
    2425%build 
    25 %{__perl} Makefile.PL INSTALLDIRS=vendor PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR CONFDIR=%{_sysconfdir} CACHEDIR=%{_var}/cache/%{name} 
     26%{__perl} Makefile.PL PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR 
    2627make %{?_smp_mflags} 
    2728 
     
    4041%files 
    4142%defattr(-,root,root,-) 
    42 #%config(noreplace) %{_sysconfdir}/PBPROJ/%{name}.conf 
     43%config(noreplace) %{_sysconfdir}/PBPROJ/%{name}.conf.dist 
    4344%doc ChangeLog INSTALL COPYING README README.* NEWS  
     45%{_sysconfdir}/PBPROJ/%{name}.conf.dist.md5 
    4446%{_mandir}/man1/* 
    4547#%{_mandir}/man3/* 
    46 #%{_mandir}/man5/* 
     48%{_mandir}/man5/* 
    4749%{_bindir}/* 
    4850#%{_libdir}/%{name} 
Note: See TracChangeset for help on using the changeset viewer.