Ignore:
Timestamp:
Oct 29, 2008, 12:55:49 AM (15 years ago)
Author:
Bruno Cornec
Message:

fossology depends on libmagic-devel and a dir needs to be created to host the conf file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/fossology/pbconf/trunk/fossology/rpm/fossology.spec

    r603 r605  
    1818BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
    1919Requires:       postgresql php php-pear php-pgsql libxml2 binutils bzip2 cpio mkisofs poppler-utils rpm tar unzip gzip httpd PBDEP
    20 BuildRequires:  postgresql-devel libxml2 gcc make perl PBBUILDDEP
     20BuildRequires:  postgresql-devel libxml2 gcc make perl libmagic-devel PBBUILDDEP
    2121
    2222%description
     
    3636%{__rm} -rf $RPM_BUILD_ROOT
    3737make DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_usr} SYSCONFDIR=%{_sysconfdir} LOCALSTATEDIR=%{_var} install
     38mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d
    3839cat > $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/fossology.conf << EOF
    3940Alias /repo/ /usr/share/fossology/www/
Note: See TracChangeset for help on using the changeset viewer.