packages: mm-common/mm-common.spec (NEW) - new

megabajt megabajt at pld-linux.org
Mon Dec 14 19:57:40 CET 2009


Author: megabajt                     Date: Mon Dec 14 18:57:40 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/mm-common/mm-common.spec
diff -u /dev/null packages/mm-common/mm-common.spec:1.1
--- /dev/null	Mon Dec 14 19:57:40 2009
+++ packages/mm-common/mm-common.spec	Mon Dec 14 19:57:35 2009
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+%include	/usr/lib/rpm/macros.perl
+#
+Summary:	Common build files of the C++ binding libraries
+Summary(pl.UTF-8):	Wspólne pliki do budowy bibliotek wiązań do C++
+Name:		mm-common
+Version:	0.8
+Release:	1
+License:	GPL v2 and GFDL
+Group:		Development/Tools
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.8/%{name}-%{version}.tar.bz2
+# Source0-md5:	2a335530f02c35dec1deea4b3627b725
+URL:		http://www.gtkmm.org/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	rpm-perlprov
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package provides the build infrastructure and utilities shared
+among the GNOME C++ binding libraries.
+
+%description -l pl.UTF-8
+Ten pakiet dostarcza infrastrukturę do budowania i narzędzia dzielone
+pomiędzy biblioteki wiązań C++ do GNOME.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__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 AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/mm-common-prepare
+%docdir %{_docdir}/mm-common
+%{_docdir}/mm-common/*
+%{_aclocaldir}/*.m4
+%{_datadir}/mm-common
+%{_mandir}/man1/mm-common-prepare.1*
+%{_npkgconfigdir}/mm-common-libstdc++.pc
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2009/12/14 18:57:35  megabajt
+- new
+
================================================================


More information about the pld-cvs-commit mailing list