rpms/audex/F-11 audex.spec,NONE,1.1

Roland Wolters liquidat at fedoraproject.org
Mon Jun 29 20:45:37 UTC 2009


Author: liquidat

Update of /cvs/pkgs/rpms/audex/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5058

Added Files:
	audex.spec 
Log Message:
Spec file forgotten...


--- NEW FILE audex.spec ---
Name:           audex
Version:        0.71
Release:        0.1.beta4%{?dist}
Summary:        Audio ripper
Group:          Applications/Multimedia
License:        GPLv3+
URL:            http://opensource.maniatek.de/audex/
Source0:        http://opensource.maniatek.de/audex/files/audex-%{version}b4.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  kdelibs4-devel desktop-file-utils gettext
BuildRequires:  cdparanoia-devel kdemultimedia-devel

%description
audex is a new audio grabber tool for CD-ROM drives based on KDE 4. 
Although it is still under development, it is published as
a beta version. It is being tested by some testers and this program
may change on the way to its first stable 1.0-release.

%prep
%setup -qn audex

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%{cmake_kde4} ..
popd

make %{?_smp_mflags} -C %{_target_platform}

%install
%{__rm} -rf %{buildroot}
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}

%find_lang %{name}

%check
desktop-file-validate %{buildroot}%{_datadir}/applications/kde4/audex.desktop

%post
update-desktop-database &> /dev/null || :
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
update-desktop-database &> /dev/null || :
if [ $1 -eq 0 ] ; then
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
fi

%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :

%clean
rm -rf $RPM_BUILD_ROOT

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc CHANGELOG LICENCE README TODO 
%{_kde4_bindir}/audex
%{_kde4_datadir}/kde4/apps/solid/actions/audex-rip-audiocd.desktop
%{_kde4_datadir}/applications/kde4/audex.desktop
%{_kde4_datadir}/icons/hicolor/*/apps/audex.png  
%{_kde4_datadir}/kde4/apps/audex

%changelog
* Tue Jun 25 2009 Roland Wolters <wolters.liste at gmx.net> 0.71-0.1.beta4
- initial release





More information about the fedora-extras-commits mailing list