]> git.pld-linux.org Git - packages/i3.git/commitdiff
Setup %files
authorCaleb Maclennan <caleb@pld-linux.org>
Mon, 6 Aug 2012 11:00:42 +0000 (14:00 +0300)
committerCaleb Maclennan <caleb@pld-linux.org>
Mon, 6 Aug 2012 11:15:13 +0000 (14:15 +0300)
i3.spec

diff --git a/i3.spec b/i3.spec
index e4b54106e9394e5f860717166ebc59c84ea2c2fb..c283f37d991ba9d12f62e7f0103cb92ff3929cb6 100644 (file)
--- a/i3.spec
+++ b/i3.spec
@@ -17,6 +17,13 @@ target platforms are GNU/Linux and BSD operating systems, our code
 is Free and Open Source Software (FOSS) under the BSD license. i3 is
 primarily targeted at advanced users and developers.
 
+%package devel
+Summary:       Header files for %{name}
+Group:         Development/Libraries
+
+%description devel
+Header files for %{name}.
+
 %prep
 %setup -q
 
@@ -34,4 +41,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS CREDITS CHANGES ChangeLog NEWS README THANKS TODO
+#%doc LICENCE
+%dir %{_sysconfdir}/%{name}
+%config(noreplace) %{_sysconfdir}/%{name}/config
+%config %{_sysconfdir}/%{name}/config.keycodes
+%config %{_sysconfdir}/%{name}/welcome
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/%{name}bar
+%attr(755,root,root) %{_bindir}/%{name}-*
+%{_datadir}/xsessions/%{name}.desktop
+%{_desktopdir}/%{name}.desktop
+
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/%{name}/ipc.h
This page took 0.110453 seconds and 4 git commands to generate.