Author: qboosh                       Date: Tue Dec 26 22:19:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libfakekey.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libfakekey.spec
diff -u /dev/null SPECS/libfakekey.spec:1.1
--- /dev/null   Tue Dec 26 23:19:31 2006
+++ SPECS/libfakekey.spec       Tue Dec 26 23:19:26 2006
@@ -0,0 +1,91 @@
+# $Revision$, $Date$
+Summary:       X Virtual Keyboard library
+Summary(pl):   Biblioteka wirtualnej klawiatury dla X
+Name:          libfakekey
+Version:       0.1
+Release:       1
+License:       LGPL v2+
+Group:         X11/Libraries
+Source0:       
http://projects.o-hand.com/matchbox/sources/libfakekey/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 83dbde4d77e8baf0176fe4291d8a2303
+URL:           http://projects.o-hand.com/matchbox/
+BuildRequires: pkgconfig
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXtst-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+X Virtual Keyboard library.
+
+%description -l pl
+Biblioteka wirtualnej klawiatury dla X.
+
+%package devel
+Summary:       Header files for libfakekey library
+Summary(pl):   Pliki nagłówkowe biblioteki libfakekey
+Group:         X11/Development/Libraries
+Requires:      %{name} = %{version}-%{release}
+Requires:      xorg-lib-libX11-devel
+Requires:      xorg-lib-libXtst-devel
+
+%description devel
+Header files for libfakekey library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki libfakekey.
+
+%package static
+Summary:       Static libfakekey library
+Summary(pl):   Statyczna biblioteka libfakekey
+Group:         X11/Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static libfakekey library.
+
+%description static -l pl
+Statyczna biblioteka libfakekey.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog
+%attr(755,root,root) %{_libdir}/libfakekey.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libfakekey.so
+%{_libdir}/libfakekey.la
+%{_includedir}/fakekey
+%{_pkgconfigdir}/libfakekey.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libfakekey.a
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/26 22:19:26  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to