rpms/mcpp/F-8 .cvsignore,1.3,1.4 mcpp.spec,1.5,1.6 sources,1.3,1.4

Kiyoshi Matsui (kmatsui) fedora-extras-commits at redhat.com
Mon Mar 24 14:17:57 UTC 2008


Author: kmatsui

Update of /cvs/extras/rpms/mcpp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30583

Modified Files:
	.cvsignore mcpp.spec sources 
Log Message:
update to V.2.7


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mcpp/F-8/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Jun 2007 07:50:14 -0000	1.3
+++ .cvsignore	24 Mar 2008 14:17:16 -0000	1.4
@@ -1 +1 @@
-mcpp-2.6.4.tar.gz
+mcpp-2.7.tar.gz


Index: mcpp.spec
===================================================================
RCS file: /cvs/extras/rpms/mcpp/F-8/mcpp.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mcpp.spec	19 Jan 2008 09:06:28 -0000	1.5
+++ mcpp.spec	24 Mar 2008 14:17:16 -0000	1.6
@@ -1,9 +1,9 @@
-# spec file for mcpp / stand-alone-and-compiler-independent-build
+# spec file for mcpp / stand-alone-and-compiler-independent-build on fedora
 
 Summary:    Alternative C/C++ preprocessor
 Name:       mcpp
-Version:    2.6.4
-Release:    2%{?dist}
+Version:    2.7
+Release:    1%{?dist}
 License:    BSD
 Group:      Development/Languages
 Source:     http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -28,18 +28,17 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .euc-jp
+%patch0 -p0 -b -z.euc-jp
 
 %build
 %configure
 make CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT
-install -D src/%{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
-install -D -pm 644 %{name}.1 $RPM_BUILD_ROOT%{_datadir}/man/man1/%{name}.1
 iconv -f euc-jp -t utf-8 doc-jp/mcpp-manual.html > doc-jp/mcpp-manual-jp.html
+rm -rf $RPM_BUILD_ROOT
+make DESTDIR=$RPM_BUILD_ROOT install
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
 
 %files
 %defattr(-,root,root,-)
@@ -53,6 +52,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Sun Mar 24 2008 Kiyoshi Matsui <kmatsui at t3.rim.or.jp> 2.7-1
+- Upstream new release.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 2.6.4-3
+- Autorebuild for GCC 4.3
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.6.4-2
 - Rebuild for selinux ppc32 issue.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mcpp/F-8/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Jun 2007 07:50:14 -0000	1.3
+++ sources	24 Mar 2008 14:17:16 -0000	1.4
@@ -1 +1 @@
-c0f5aa9b13e36ea0f2ab9358c5d65153  mcpp-2.6.4.tar.gz
+14f9e4155aeb5812fc3ced6345caee02  mcpp-2.7.tar.gz




More information about the fedora-extras-commits mailing list