]> git.pld-linux.org Git - packages/ginn.git/commitdiff
adapter master
authorElan Ruusamäe <glen@delfi.ee>
Sat, 16 May 2015 21:09:24 +0000 (00:09 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 16 May 2015 21:09:24 +0000 (00:09 +0300)
ginn.spec

index c654547adce11ba0b90672f02120203749387ec3..f2a23565b82af21aa95d8552b80125831ad2a7a3 100644 (file)
--- a/ginn.spec
+++ b/ginn.spec
@@ -15,7 +15,10 @@ BuildRequires:       xorg-lib-libXtst-devel >= 1.1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-A deamon with jinn-like wish-granting capabilities: it gives applications the ability to support a subset of multi-touch gestures without having to explicitly program to GEIS or multi-touch GTK/Qt libs.
+A deamon with jinn-like wish-granting capabilities: it gives
+applications the ability to support a subset of multi-touch gestures
+without having to explicitly program to GEIS or multi-touch GTK/Qt
+libs.
 
 %prep
 %setup -q
@@ -26,7 +29,6 @@ A deamon with jinn-like wish-granting capabilities: it gives applications the ab
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -36,9 +38,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README
-%dir %{_sysconfdir}/ginn
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ginn/wishes.xml
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/wishes.xml
 %attr(755,root,root) %{_bindir}/ginn
-%dir %{_datadir}/ginn
-%{_datadir}/ginn/wishes.xml
+%dir %{_datadir}/%{name}
+%{_datadir}/%{maname}/wishes.xml
 %{_mandir}/man1/ginn.1*
This page took 0.083707 seconds and 4 git commands to generate.