]> git.pld-linux.org Git - packages/bbppp.git/blobdiff - bbppp.spec
- added gcc33 patch, require used dir (not packaged yet?)
[packages/bbppp.git] / bbppp.spec
index 20b89ebc54168dfda2b7095b27cfac32fa0ec71a..e981e0e9f730afa6e27208aec11ea3803a553f38 100644 (file)
@@ -8,10 +8,13 @@ Group:                X11/Applications
 Source0:       http://bbtools.windsofstorm.net/sources/%{name}-%{version}.tar.gz
 # Source0-md5: c28c66ec68acc3fa32f3578b02b49b61
 Patch0:                %{name}-sysconfdir.patch
+Patch1:                %{name}-gcc33.patch
 URL:           http://bbtools.windsofstorm.net/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
 BuildRequires: automake
+# whatever package it would belong to
+Requires:      /etc/bbtools
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,9 +32,9 @@ mrugaj
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
 %{__automake}
This page took 0.068616 seconds and 4 git commands to generate.