Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
lmctl
> lmctl.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lmctl.spec of Package lmctl (Revision 3)
Currently displaying revision
3
,
show latest
%define name lmctl %define version 0.3 %define release 1 Summary: Logitech Mouse Control Name: %{name} Version: %{version} Release: %{release} Vendor: Alexios Chouchoulas Packager: Carsten Schoene <cs@linux-administrator.com> Source: %{name}_%{version}.tar.gz Patch: %{name}-%{version}.diff URL: http://bedroomlan.dyndns.org/~alexios/coding_lmctl.html License: GPL Group: Applications/System Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libusb %if 0%{?suse_version} > 1020 || 0%{?centos_version} || 0%{?fedora_version} BuildRequires: libusb-devel %endif %description %prep %setup -n lmctl-0.2 %patch ./autogen.sh %configure %__make %install make DESTDIR=$RPM_BUILD_ROOT install cd $RPM_BUILD_ROOT find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.lmctl find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.lmctl find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.lmctl cat $RPM_BUILD_DIR/file.list.lmctl | sed -e s/lmctl.1$/lmctl.1.gz/g > $RPM_BUILD_DIR/file.list.lmctl.fix %files -f ../file.list.lmctl.fix %clean rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_DIR/file.list.lmctl %changelog * Sun Jul 13 2008 Carsten Schoene <cs@linux-administrator.com> - buildservice import * Sat Apr 09 2005 Carsten Schoene <cs@linux-administrator.com> - rebuild for SuSE9.3