]> git.pld-linux.org Git - packages/cdrtools.git/commitdiff
- fixed build with current autoconf
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 24 Dec 2003 01:12:18 +0000 (01:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- replaced ugly u8-type patch with no-kernel-heades patch (the Right Way)

Changed files:
    cdrtools.spec -> 1.89

cdrtools.spec

index be386722e60808813d0b33ad6ba3679f4ccb8744..edd405bb94f61a6b8edbb0e0cf86cb20d2187b61 100644 (file)
@@ -16,7 +16,7 @@ Patch0:               %{name}-config.patch
 Patch1:                %{name}-smmap.patch
 Patch2:                %{name}-silo.patch
 Patch3:                %{name}-man.patch
-Patch4:                %{name}-u8-type.aptch
+Patch4:                %{name}-no-kernel-headers.patch
 URL:           http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -228,7 +228,7 @@ cd conf
        cp xconfig.h.in xconfig.h.in.org
        sed -e 's#/\*.*\*/##g' xconfig.h.in.org > xconfig.h.in
        rm -f acgeneral.m4 acspecific.m4 autoheader.m4 acoldnames.m4 autoconf.m4
-       %{__aclocal}
+       # don't run aclocal, aclocal.m4 contains only local defs
        %{__autoconf}
 cd ..
 CFLAGS="%{rpmcflags}" LDFLAGS="%{rpmldflags}" ./Gmake.linux
@@ -280,8 +280,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.a
 %{_includedir}/schily
 %{_includedir}/*.h
-#%attr(755,root,root) %{_bindir}/scgcheck
-#%%{_mandir}/man1/scgcheck.1*
 
 %files cdda2wav
 %defattr(644,root,root,755)
This page took 0.088313 seconds and 4 git commands to generate.