diff --git a/.gitignore b/.gitignore index 45fa455..4d33fba 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /idjc-0.8.6.tar.gz +/idjc-0.8.7.tar.gz diff --git a/idjc.spec b/idjc.spec index cd3de41..b6df68a 100644 --- a/idjc.spec +++ b/idjc.spec @@ -1,6 +1,6 @@ Name: idjc -Version: 0.8.6 -Release: 5%{?dist} +Version: 0.8.7 +Release: 1%{?dist} Summary: DJ application for streaming audio Group: Applications/Multimedia @@ -43,6 +43,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} +%find_lang %{name} desktop-file-install --delete-original \ --remove-category=Application \ --add-category="AudioVideo" \ @@ -54,7 +55,7 @@ desktop-file-install --delete-original \ rm -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-,root,root,-) %{_bindir}/%{name}* %{python_sitelib}/%{name}* @@ -68,6 +69,9 @@ rm -rf %{buildroot} %changelog +* Mon Feb 13 2012 Nikos Roussos 0.8.7-1 +- Update to 0.8.7 + * Fri Jan 13 2012 Fedora Release Engineering - 0.8.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 868a768..7089f9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b73682374011a1f4dc2fb5d5296b3e07 idjc-0.8.6.tar.gz +abb9709b0aba54091d091eab154cd68b idjc-0.8.7.tar.gz