Projects
Multimedia
shorten
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
shorten.spec
Changed
@@ -8,37 +8,29 @@ Name: shorten Summary: Fast compression for waveform files Version: 3.6.1 -Release: 0.pm.2 +Release: 0 License: Beerware -Group: Productivity/Multimedia/Sound/Utilities Url: http://www.etree.org/shnutils/shorten/ -# http://www.etree.org/shnutils/shorten/dist/src/shorten-%{version}.tar.gz -Source: %{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/build-root-%{name} +Source0: %name-%version.tar.bz2 +Patch0: %name.patch %description shorten is a fast, low complexity waveform coder (i.e. audio compressor), -originally written by Tony Robinson at SoftSound. - -It can operate in both lossy and lossless modes. +which can operate in both lossy and lossless modes. %prep -%setup -q +%autosetup -p1 %build %configure -%__make %{?_smp_flags} +%make_build %install -%makeinstall - -%clean -%{?buildroot:%__rm -rf "%{buildroot}"} +%make_install %files -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README doc/TODO -%{_bindir}/shorten -%doc %{_mandir}/man1/shorten.1%{ext_man} +%license COPYING +%_bindir/shorten +%_mandir/*/* %changelog
View file
shorten.patch
Added
@@ -0,0 +1,14 @@ +--- + src/fixio.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/src/fixio.c ++++ b/src/fixio.c +@@ -13,6 +13,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <unistd.h> + #include "shorten.h" + #include "bitshift.h" +
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
.