forked from pool/audacity
This commit is contained in:
parent
7ddcedab99
commit
352ea762e3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 14:09:40 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Removed invalid desktop Category "Application" (#254654).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 29 19:30:09 CEST 2007 - prusnak@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@ BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel libid3tag-d
|
||||
%define DISTRIBUTABLE 1
|
||||
Summary: A Free, Cross-Platform Digital Audio Editor
|
||||
Version: 1.3.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GNU General Public License (GPL)
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -100,7 +100,7 @@ make
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%suse_update_desktop_file -i audacity Applications AudioVideo AudioVideoEditing
|
||||
%suse_update_desktop_file -i audacity AudioVideo AudioVideoEditing
|
||||
install -d -m755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
||||
# we will add docs later in %files section
|
||||
@ -120,6 +120,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/mime/packages/audacity.xml
|
||||
|
||||
%changelog
|
||||
* Wed Jun 06 2007 - sbrabec@suse.cz
|
||||
- Removed invalid desktop Category "Application" (#254654).
|
||||
* Tue May 29 2007 - prusnak@suse.cz
|
||||
- updated to 1.3.3
|
||||
* added collapse/expand tracks
|
||||
|
Loading…
Reference in New Issue
Block a user