Author: shadzik                      Date: Thu Apr  1 19:40:41 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init

---- Files affected:
packages/mcpp:
   mcpp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/mcpp/mcpp.spec
diff -u /dev/null packages/mcpp/mcpp.spec:1.1
--- /dev/null   Thu Apr  1 21:40:41 2010
+++ packages/mcpp/mcpp.spec     Thu Apr  1 21:40:36 2010
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+
+Summary:       A C/C++ preprocessor
+Summary(pl.UTF-8):     Preprocesor dla języków C/C++
+Name:          mcpp
+Version:       2.7.2
+Release:       1
+License:       Custom (see LICENSE)
+Group:         Applications
+Source0:       http://downloads.sourceforge.net/mcpp/%{name}-%{version}.tar.gz
+# Source0-md5: 512de48c87ab023a69250edc7a0c7b05
+URL:           http://mcpp.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mcpp is a C/C++ preprocessor.
+
+%description -l pl.UTF-8
+Mcpp to preprocesor dla języków C/C++.
+
+%prep
+%setup -q
+
+%build
+#%%{__intltoolize}
+#%%{__gettextize}
+#%%{__libtoolize}
+#%%{__aclocal}
+#%%{__autoconf}
+#%%{__autoheader}
+#%%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc NEWS README LICENSE
+%{_bindir}/mcpp
+%{_mandir}/man1/mcpp.1*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/04/01 19:40:36  shadzik
+- init
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to