]> git.pld-linux.org Git - packages/XdeFactor-ng.git/commitdiff
- add man page, INSTALL and TODO
authorradek <radek@pld-linux.org>
Sun, 3 Jul 2005 17:31:53 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XdeFactor-ng.spec -> 1.35

XdeFactor-ng.spec

index 72e276b0abe180a625e867367c9c1ef5492c2931..27a73f64d9e5511434d1947b880dd250056853e6 100644 (file)
@@ -88,7 +88,7 @@ Definicja bazy dla XdeFactora.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/defactor-ng/x/modules,%{_bindir},%{_datadir}/%{name}/images,%{_libdir}}
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/defactor-ng/x/modules,%{_bindir},%{_datadir}/%{name}/images,%{_libdir},%{_mandir}/man1/}
 
 install src/xdefactor-ng $RPM_BUILD_ROOT%{_bindir}
 install conf/logo.jpg $RPM_BUILD_ROOT%{_datadir}/%{name}/images
@@ -129,6 +129,8 @@ for i in %{_modules}; do
        cd ..
 done
 
+install doc/xdefactor-ng.1 %{_mandir}/man1/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -137,7 +139,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README conf/modules.conf.example
+%doc AUTHORS README INSTALL TODO conf/modules.conf.example
 %attr(755,root,root) %{_bindir}/xdefactor-ng
 %attr(755,root,root) %{_libdir}/libxdef_*.so
 %dir %{_datadir}/%{name}
@@ -149,6 +151,7 @@ rm -rf $RPM_BUILD_ROOT
 #%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/defactor-ng/x/host.name
 %dir %{_sysconfdir}/defactor-ng/x/modules
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/defactor-ng/x/modules/*.conf
+%{_mandir}/man1/*
 
 %files database
 %defattr(644,root,root,755)
This page took 0.118123 seconds and 4 git commands to generate.