SPECS: fnfx.spec - changes by Bartosz Swiatek
spider
spider at pld-linux.org
Fri Apr 21 14:43:03 CEST 2006
Author: spider Date: Fri Apr 21 12:43:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- changes by Bartosz Swiatek
---- Files affected:
SPECS:
fnfx.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/fnfx.spec
diff -u SPECS/fnfx.spec:1.7 SPECS/fnfx.spec:1.8
--- SPECS/fnfx.spec:1.7 Sat Oct 1 16:59:36 2005
+++ SPECS/fnfx.spec Fri Apr 21 14:42:55 2006
@@ -3,7 +3,7 @@
Summary(pl): Narzędzie do obsługi klawisza funkcyjnego w laptopach firmy Toshiba
Name: fnfx
Version: 0.3
-Release: 0.1
+Release: 1
License: GPL v2
Group: Applications/System
Source0: http://dl.sourceforge.net/fnfx/%{name}-%{version}.tar.gz
@@ -43,9 +43,10 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/rc.d/init.d,%{_sysconfdir}/fnfx}
+install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/rc.d/init.d,%{_sysconfdir}/fnfx,%{_bindir}}
-install src/{fnfx,fnfxd} $RPM_BUILD_ROOT%{_sbindir}
+install src/fnfxd $RPM_BUILD_ROOT%{_sbindir}
+install src/fnfx $RPM_BUILD_ROOT%{_bindir}
install etc/{fnfxd.conf,keymap} $RPM_BUILD_ROOT/etc/fnfx
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/fnfx
@@ -71,7 +72,8 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_sbindir}/fnfxd
+%attr(755,root,root) %{_bindir}/fnfx
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}
%attr(754,root,root) /etc/rc.d/init.d/%{name}
@@ -81,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/04/21 12:42:55 spider
+- changes by Bartosz Swiatek
+
Revision 1.7 2005/10/01 14:59:36 darekr
- unify sf URL, added docs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/fnfx.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list