Skip to content

Commit

Permalink
added debugsource
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed May 15, 2018
1 parent d807017 commit d459acb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions core/platforms/win32/winbareos.spec
Expand Up @@ -131,6 +131,12 @@ Summary: bareos
%description postvista-debug-64
Bareos Debug for Windows versions >= Windows Vista

%package debugsrc
Summary: bareos debug sources
%description debugsrc
Bareos debug sources for Windows


%prep
%setup -q -n bareos-%{version}

Expand Down Expand Up @@ -205,6 +211,7 @@ done


%install
cp -av ../bareos-%{version} $RPM_BUILD_ROOT/

%clean
rm -rf $RPM_BUILD_ROOT
Expand All @@ -226,4 +233,9 @@ rm -rf $RPM_BUILD_ROOT
%files postvista-debug-64
/postvista-debug-64


%files debugsrc
%defattr(-,root,root)
/bareos-*

%changelog

0 comments on commit d459acb

Please sign in to comment.