Projects
Multimedia
bonk
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
bonk.spec
Changed
@@ -7,16 +7,13 @@ Name: bonk Version: 0.6 -Release: 0.pm.2 +Release: 0 Summary: A lossy/lossless audio coder License: GPL-2.0 -Group: Productivity/Multimedia/Sound/Utilities URL: http://www.logarithmic.net/pfh/bonk/ -# http://www.logarithmic.net/pfh-files/bonk/bonk-%{version}.tar.gz -Source: %{name}-%{version}.tar.bz2 -Patch: %{name}-gcc.diff +Source0: %name-%version.tar.bz2 +Patch0: %name-gcc.diff BuildRequires: gcc-c++ -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Bonk is a high quality audio compression program. It can operate @@ -40,22 +37,18 @@ In lossless mode the compression ratio is typically around 2:1. %prep -%setup -q -%patch +%autosetup -p0 %build -%__make %{?_smp_flags} +%make_build 'CXXFLAGS=%optflags' %install -%__install -dm 755 %{buildroot}%{_bindir} -%__install -m 755 %{name} %{buildroot}%{_bindir}/ - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +install -dm 755 %buildroot%_bindir +install -m 755 bonk %buildroot%_bindir %files -%defattr(-, root, root) -%doc README COPYING -%{_bindir}/bonk +%doc README +%license COPYING +%_bindir/bonk %changelog
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.