SPECS: lineakd.spec - up to 0.8.4 - rel 0.1 - new DESTDIR patch - ...

czarny czarny at pld-linux.org
Tue Mar 7 13:42:14 CET 2006


Author: czarny                       Date: Tue Mar  7 12:42:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.8.4
- rel 0.1
- new DESTDIR patch
- rm Patch0
- needs someone who could fix libtoolize

---- Files affected:
SPECS:
   lineakd.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/lineakd.spec
diff -u SPECS/lineakd.spec:1.15 SPECS/lineakd.spec:1.16
--- SPECS/lineakd.spec:1.15	Tue Dec 13 12:54:17 2005
+++ SPECS/lineakd.spec	Tue Mar  7 13:42:09 2006
@@ -1,16 +1,18 @@
 # $Revision$, $Date$
+#
+# TODO:
+# - make libtoolize build correct .so librarires
+#
 Summary:	Control multimedia keys on modern keyboards
 Summary(pl):	Obsługa klawiszy multimedialnych występujących na nowych klawiaturach
 Name:		lineakd
-Version:	0.8
-%define	_beta	beta2
-Release:	0.%{_beta}.0.1
+Version:	0.8.4
+Release:	0.1
 License:	GPL
 Group:		Applications/System
-Source0:	http://dl.sourceforge.net/lineak/%{name}-%{version}%{_beta}.tar.gz
-# Source0-md5:	3894338fe5fb865ee1d34d861c4e1530
-Patch0:		%{name}-achack.patch
-Patch1:		%{name}-DESTDIR.patch
+Source0:	http://dl.sourceforge.net/lineak/%{name}-%{version}.tar.gz
+# Source0-md5:	8f0b4c38c3a46bfd2613e371e8fd2440
+Patch0:		%{name}-DESTDIR.patch
 URL:		http://lineak.sourceforge.net/
 BuildRequires:	XFree86-devel
 BuildRequires:	autoconf >= 2.54
@@ -72,20 +74,17 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-
-# kill AC_PROG_LIBTOOL
-head -n 5501 acinclude.m4 > acinclude.m4.tmp
-mv -f acinclude.m4.tmp acinclude.m4
 
 %build
-%{__libtoolize}
+#libtoolize makes libs build without .so extension
+#%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure
 
+cd lineak
 %{__make}
 
 %install
@@ -102,10 +101,14 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
+%doc AUTHORS ChangeLog README TODO lineakd.conf.example lineakd.conf.kde.example lineakkb.def.custom_example
 %attr(755,root,root) %{_bindir}/lineakd
+%attr(750,root,root) %{_sbindir}/*
 %attr(755,root,root) %{_libdir}/liblineak.so.*.*.*
+%dir %{_libdir}/%{name}
+%dir %{_libdir}/%{name}/plugins
 %{_mandir}/man1/lineakd.1*
+%{_mandir}/man8/*
 
 %files devel
 %defattr(644,root,root,755)
@@ -127,6 +130,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/03/07 12:42:09  czarny
+- up to 0.8.4
+- rel 0.1
+- new DESTDIR patch
+- rm Patch0
+- needs someone who could fix libtoolize
+
 Revision 1.15  2005/12/13 11:54:17  glen
 - adalterized (sorted %verify flags)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lineakd.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list