summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradek2003-01-22 16:45:29 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit13bc3c9b5284d7ae9e79d92da00d0bc21761a525 (patch)
tree7a0711b14a55aa8d2e18fb881d24a10b97b3b672
parenta6b34d8ac3b29f548e4d9e2f568474dacf9e4912 (diff)
downloadgkrellm-radio-13bc3c9b5284d7ae9e79d92da00d0bc21761a525.zip
gkrellm-radio-13bc3c9b5284d7ae9e79d92da00d0bc21761a525.tar.gz
- moved plugins to libdir/gkrellm2/plugins, release up
Changed files: gkrellm-radio.spec -> 1.10
-rw-r--r--gkrellm-radio.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/gkrellm-radio.spec b/gkrellm-radio.spec
index a720670..81cabc1 100644
--- a/gkrellm-radio.spec
+++ b/gkrellm-radio.spec
@@ -3,7 +3,7 @@ Summary(pl): Plugin gkrellm do radio BTTV
Summary(pt_BR): Plugin gkrellm para o BTTV radio
Name: gkrellm-radio
Version: 2.0.1
-Release: 1
+Release: 2
License: GPL
Group: X11/Applications
Source0: http://gkrellm.luon.net/files/%{name}-%{version}.tar.gz
@@ -33,13 +33,13 @@ Um plugin GKrellM para controlar o BTTV radio a partir do GKrellM.
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_libdir}/gkrellm2
-install radio.so $RPM_BUILD_ROOT%{_libdir}/gkrellm2
+install -D radio.so $RPM_BUILD_ROOT%{_libdir}/gkrellm2/plugins/radio.so
+
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc README CHANGES
-%attr(755,root,root) %{_libdir}/gkrellm2/radio.so
+%attr(755,root,root) %{_libdir}/gkrellm2/plugins/radio.so