summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-25 13:03:07 +0200
committerMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-25 13:03:07 +0200
commit80d4da350d982fb858f8c9967030e809c1dd5b5f (patch)
treed2581b55a6206028243437e0a9c519795bee36b0 /gnome
parent9dd5de6617d9b573e65b6068a30f4f5487556209 (diff)
downloadspecs-80d4da350d982fb858f8c9967030e809c1dd5b5f.tar.gz
specs-80d4da350d982fb858f8c9967030e809c1dd5b5f.tar.xz
specs-80d4da350d982fb858f8c9967030e809c1dd5b5f.zip
xnoise: incorporate review feedback
Diffstat (limited to 'gnome')
-rw-r--r--gnome/xnoise.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/gnome/xnoise.spec b/gnome/xnoise.spec
index 292c5b0..c50a9ad 100644
--- a/gnome/xnoise.spec
+++ b/gnome/xnoise.spec
@@ -3,7 +3,7 @@
Name: xnoise
Version: 0.1.6
#Release: 0.1.%{hgrev}hg%{?dist}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tracklist-centric Media Player
Group: Applications/Multimedia
@@ -63,6 +63,8 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/xnoise.desktop
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+# remove invalid locale file
+rm -rf $RPM_BUILD_ROOT%{_share}/locale/default
%find_lang %{name}
@@ -96,11 +98,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files devel
%defattr(-,root,root,-)
%{_includedir}/xnoise-1.0
+# make package own the vala API dir:
+# xnoise plugins don't have to be written in vala
+%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/xnoise-1.0.*
%{_libdir}/pkgconfig/xnoise-1.0.pc
%changelog
+* Fri Jun 25 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-2
+- Make xnoise-devel co-own Vala's VAPI dir
+- Remove invalid locale file
+
* Wed Jun 23 2010 Michel Salim <salimma@fedoraproject.org> - 0.1.6-1
- Update to final 0.1.6 release