Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions osc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Requires: /usr/bin/diff3
BuildRequires: python-devel
BuildRequires: python-urlgrabber
BuildRequires: m2crypto
BuildRequires: diffstat

%description
Commandline client for the openSUSE Build Service.
Expand Down Expand Up @@ -92,10 +93,14 @@ install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
mkdir -p %{buildroot}%{_prefix}/%{_lib}/osc
install -m 0755 dist/osc.complete %{buildroot}%{_prefix}/%{_lib}/osc/complete
%endif


# << install post

%check
(
cd tests
python suite.py
)

%files
%defattr(-,root,root,-)
# >> files
Expand Down