]> git.pld-linux.org Git - packages/debrix-input-mouse.git/commitdiff
- new specs
authorjpc <jpc@pld-linux.org>
Mon, 28 Jun 2004 01:27:46 +0000 (01:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    debrix-input-mouse.spec -> 1.1

debrix-input-mouse.spec [new file with mode: 0644]

diff --git a/debrix-input-mouse.spec b/debrix-input-mouse.spec
new file mode 100644 (file)
index 0000000..d5cfb43
--- /dev/null
@@ -0,0 +1,70 @@
+#
+# TODO:
+# - descriptions and summaries
+# - requires/provides/obsoletes
+#
+%define                snap 20040628
+#
+Summary:       debrix mouse driver
+Summary(pl):   Driver myszy dla debriksa
+Name:          debrix-input-mouse
+Version:       0.1.0
+Release:       0.1
+Epoch:         0
+License:       ??
+Group:         X11/Xorg
+Source0:       %{name}-snap-%{snap}.tar.bz2
+# Source0-md5: 9e96b1bab0dab82b71ed6fc4d0390878
+# not really debrix URL, but there is no other...
+URL:           http://xserver.freedesktop.org
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: debrix-devel
+BuildRequires: libtool
+Requires:      debrix
+#Provides:     -
+#Obsoletes:    -
+#Conflicts:    -
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__aclocal}
+%{__libtoolize}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/drivers/*.{a,la,so,so.0}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%post
+
+%preun
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/xorg/modules/drivers/lib*.so.*.*.*
+%{_mandir}/man3/*
This page took 0.072534 seconds and 4 git commands to generate.