]> git.pld-linux.org Git - packages/bakefile.git/commitdiff
- added Source1 (bakefile-0.1.4.m4 from bakefile cvs) -
authorKarol Krenski <charles@pld-linux.org>
Wed, 12 Jan 2005 00:20:43 +0000 (00:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
fix warnings of new aclocal

Changed files:
    bakefile.spec -> 1.16

bakefile.spec

index 04d412b6e72d1192a9574046667b6012b8024bc9..ad011bb96839d9ddf525d76ef2d4afe9d2c3331c 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Native makefiles generator
 Summary(pl):   Generator natywnych plików typu Makefile
 Name:          bakefile
 Version:       0.1.4
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://dl.sourceforge.net/bakefile/bakefile-%{version}.tar.gz
 # Source0-md5: af29dbba0c3f9038f8dc358e94dac9ed
+Source1:       %{name}-%{version}.m4
 Patch0:                %{name}-empy.patch
 URL:           http://bakefile.sourceforge.net/
 BuildRequires: autoconf
@@ -48,6 +49,9 @@ install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_bindir}}
        DESTDIR=$RPM_BUILD_ROOT \
        install
 
+# please remove if bakefile version >= 0.1.5
+install %{SOURCE1} $RPM_BUILD_ROOT%{_aclocaldir}/bakefile.m4
+
 # use system available modules
 rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/{empy,optik}
 
This page took 0.043058 seconds and 4 git commands to generate.