]> git.pld-linux.org Git - packages/bbppp.git/commitdiff
- added gcc33 patch, require used dir (not packaged yet?) auto/ac/bbppp-0_2_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Mar 2004 15:57:37 +0000 (15:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bbppp.spec -> 1.20

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.096444 seconds and 4 git commands to generate.