rpms/mcpp/devel .cvsignore, 1.3, 1.4 mcpp.spec, 1.4, 1.5 sources, 1.3, 1.4

Kiyoshi Matsui (kmatsui) fedora-extras-commits at redhat.com
Mon Mar 24 13:55:02 UTC 2008


Author: kmatsui

Update of /cvs/extras/rpms/mcpp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24017

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mcpp/devel/.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 13:54:24 -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/devel/mcpp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mcpp.spec	19 Feb 2008 10:18:45 -0000	1.4
+++ mcpp.spec	24 Mar 2008 13:54:24 -0000	1.5
@@ -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:    3%{?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,9 @@
 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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mcpp/devel/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 13:54:24 -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