diff options
author | Peter Osterlund <petero2@telia.com> | 2004-02-09 23:58:38 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:47 +0200 |
commit | 3f62d68c1503b838d5aaf1559776c48d9568a949 (patch) | |
tree | 802c78ae0a784e96d851d2c933bfb220b0c0cc8b | |
parent | c950f4cd6398e128e38348fe58eb8729ffca74d2 (diff) |
Fixed the .spec-file to make it actually work. You can now
build an rpm directly from the tarball using "rpmbuild -ta".
-rw-r--r-- | synaptics.spec | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/synaptics.spec b/synaptics.spec index 841dbc6..abf4327 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -4,8 +4,7 @@ Version: 0.12.3 Release: 1 License: GPL Group: User Interface/X -Source: %{name}-%{version}-%{release}.src.tar.bz2 -Patch0: Makefile.diff +Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPreReq: XFree86-devel @@ -18,8 +17,7 @@ advance features of the touchpad becomes available. %prep -%setup -q -n %{name} -%patch0 +%setup %build make @@ -43,4 +41,3 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog * Tue Feb 03 2004 Giorgio Bellussi <bunga@libero.it> - Created RedHat compatible .spec file -- Created Makefile.patch. |