rpms/bakefile/F-13 bakefile.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Filipe Rosset filiperosset at fedoraproject.org
Wed Mar 3 16:50:35 UTC 2010


Author: filiperosset

Update of /cvs/pkgs/rpms/bakefile/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3541/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	bakefile.spec import.log 
Log Message:



--- NEW FILE bakefile.spec ---
Name:           bakefile
Version:        0.2.8
Release:        3%{?dist}
Summary:        A cross-platform, cross-compiler native makefiles generator
Group:          Development/Tools
License:        MIT
URL:            http://www.bakefile.org/
Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libxml2-python python-devel
Requires:       python >= 2.3.0 automake python-empy

%description
Bakefile is cross-platform, cross-compiler native makefiles generator. It takes
compiler-independent description of build tasks as input and generates native
makefile (autoconf's Makefile.in, Visual C++ project, bcc makefile etc.)

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS NEWS README THANKS
%{_bindir}/bakefil*
%{_datadir}/bakefile
%{_mandir}/man1/bakefil*
%{_libdir}/bakefile*
%exclude %{_libdir}/%{name}/empy
%exclude %{_libdir}/%{name}/py25modules
%exclude %{_libdir}/%{name}/_bkl_c.la
%{_datadir}/aclocal/*.m4

%changelog
* Tue Mar 02 2010 Filipe Rosset <rosset.filipe at gmail.com> - 0.2.8-3
- Fixed Source url
- Updated BuildRequires and Requires info
- Empy python module packaged independently
- Removed files of uuid and subprocess python modules
- Removed .la files

* Tue Dec 22 2009 Filipe Rosset <rosset.filipe at gmail.com> - 0.2.8-2
- Replaced summary information
- Updated BuildRequires and Requires information
- Replaced "{_mandir}/man1/bakefil*.gz" to "{_mandir}/man1/bakefil*"
- Correct URL and source URL
- Replaced "%%{_libdir}/*" to "%%{_libdir}/bakefile*"
- Removed useless line: "%%doc"

* Mon Dec 21 2009 Filipe Rosset <rosset.filipe at gmail.com> - 0.2.8-1
- Initial RPM release


--- NEW FILE import.log ---
bakefile-0_2_8-3_fc12:F-13:bakefile-0.2.8-3.fc12.src.rpm:1267634508


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bakefile/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	2 Mar 2010 22:53:51 -0000	1.1
+++ .cvsignore	3 Mar 2010 16:50:34 -0000	1.2
@@ -0,0 +1 @@
+bakefile-0.2.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bakefile/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	2 Mar 2010 22:53:51 -0000	1.1
+++ sources	3 Mar 2010 16:50:34 -0000	1.2
@@ -0,0 +1 @@
+874da5c9035514366b7723bc7657c71c  bakefile-0.2.8.tar.gz



More information about the scm-commits mailing list