This commit is contained in:
Rex Dieter 2006-08-08 12:56:31 +00:00
commit 0339a9f3fa
3 changed files with 16 additions and 10 deletions

View file

@ -1 +1 @@
30375-akode-2.0.tar.gz
30375-akode-2.0.1.tar.bz2

View file

@ -1,13 +1,13 @@
Summary: Audio-decoding framework
Name: akode
Version: 2.0
Release: 1%{?dist}.2
Version: 2.0.1
Release: 1%{?dist}
License: LGPL
Group: System Environment/Libraries
URL: http://carewolf.com/akode/
#URL: http://www.kde-apps.org/content/show.php?content=30375
Source: http://www.kde-apps.org/content/files/30375-akode-2.0.tar.gz
#URL: http://carewolf.com/akode/
URL: http://www.kde-apps.org/content/show.php?content=30375
Source0: http://www.kde-apps.org/content/files/30375-akode-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: automake
@ -77,6 +77,11 @@ make install DESTDIR=$RPM_BUILD_ROOT
# unpackaged files
rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
# rpmdocs
for file in AUTHORS COPYING NEWS README TODO ; do
test -s "$file" && install -p -m644 -D "$file" "rpmdocs/$file"
done
%clean
rm -rf $RPM_BUILD_ROOT
@ -89,9 +94,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README
# NEWS omitted, currently empty
#doc NEWS
%doc rpmdocs/*
%{_bindir}/akodeplay
%{_libdir}/libakode.so.*
%{_libdir}/libakode_*_*.so
@ -104,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 07 2006 Rex Dieter <rexdieter[AT]users.sf.net> 2.0.1-1
- 2.0.1
* Fri Jul 21 2006 Rex Dieter <rexdieter[AT]users.sf.net>
- fc6: gcc/glibc respin

View file

@ -1 +1 @@
04f79cda65c8e9966fa462eaaaa282dc 30375-akode-2.0.tar.gz
94a10e7729b20b669bc5c7721f62e162 30375-akode-2.0.1.tar.bz2