]> git.pld-linux.org Git - packages/fnfx.git/commitdiff
- unify sf URL, added docs
authordarekr <darekr@pld-linux.org>
Sat, 1 Oct 2005 14:59:36 +0000 (14:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fnfx.spec -> 1.7

fnfx.spec

index 14c882cdccebb25e6a2fe0f9bfd0042703f55869..6ced4749f47c73c9690e00c68b85328305bc4196 100644 (file)
--- a/fnfx.spec
+++ b/fnfx.spec
@@ -3,12 +3,12 @@ Summary(pl):  Narz
 Name:          fnfx
 Version:       0.3
 Release:       0.1
-License:       GPL
+License:       GPL v2
 Group:         Applications/System
 Source0:       http://dl.sourceforge.net/fnfx/%{name}-%{version}.tar.gz
 # Source0-md5: 2487730494a8ff86d83d9cf7e6a67325
 Source1:       %{name}.init
-URL:           http://fnfx.sf.net/
+URL:           http://fnfx.sourceforge.net/
 Requires(post,preun):   /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,8 +42,8 @@ i Toshiby (CONFIG_ACPI i CONFIG_ACPI_TOSHIBA).
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/rc.d/init.d}
-install -d $RPM_BUILD_ROOT/etc/fnfx
+install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/rc.d/init.d,%{_sysconfdir}/fnfx}
+
 install src/{fnfx,fnfxd} $RPM_BUILD_ROOT%{_sbindir}
 install etc/{fnfxd.conf,keymap} $RPM_BUILD_ROOT/etc/fnfx
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/fnfx
@@ -69,9 +69,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_sbindir}/*
-%dir %{_sysconfdir}/%{name}
-%config(noreplace) %{_sysconfdir}/%{name}/*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}
 %attr(754,root,root)  /etc/rc.d/init.d/%{name}
-
-#%doc ChangeLog INSTALL AUTHORS README
This page took 0.075781 seconds and 4 git commands to generate.