rpms/mm-common/devel import.log, NONE, 1.1 mm-common.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Krzesimir Nowak krnowak at fedoraproject.org
Thu Sep 17 11:27:45 UTC 2009


Author: krnowak

Update of /cvs/pkgs/rpms/mm-common/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11620/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log mm-common.spec 
Log Message:
* Thu Sep 17 2009 Krzesimir Nowak <qdlacz at gmail.com> - 0.7.3-2
- Initial import to CVS



--- NEW FILE import.log ---
mm-common-0_7_3-2_fc11:HEAD:mm-common-0.7.3-2.fc11.src.rpm:1253186598


--- NEW FILE mm-common.spec ---
Name:           mm-common
Version:        0.7.3
Release:        2%{?dist}
Summary:        Common build files of the C++ bindings

Group:          Development/Tools
BuildArch:      noarch
License:        GPLv2+ and GFDL
URL:            http://gtkmm.org
Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       pkgconfig
Requires:       graphviz
Requires:       doxygen
Requires:       libxslt
# mm-common install some files under datadir/aclocal/.
Requires:       automake

%description
The mm-common module provides the build infrastructure and utilities
shared among the GNOME C++ binding libraries.  It is only a required
dependency for building the C++ bindings from the gnome.org version
control repository.  An installation of mm-common is not required for
building tarball releases, unless configured to use maintainer-mode.

%package docs
Summary:        Documentation for %{name}, includes example mm module skeleton
Group:          Documentation
Requires:       %{name} = %{version}-%{release}

%description docs
Package contains short documentation for %{name} and example skeleton module,
which could be used as a base for new mm module.

%prep
%setup -q

%build
%configure
make %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p"

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc COPYING ChangeLog NEWS AUTHORS
%{_mandir}/man1/*
%{_bindir}/*
%{_datadir}/aclocal/*
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/*
%{_datadir}/pkgconfig/*.pc

%files docs
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}
%{_docdir}/%{name}/*

%changelog
* Sun Sep 13 2009 Krzesimir Nowak <qdlacz at gmail.com> - 0.7.3-2
- Added automake to `Requires:'.
- Fixed some directory ownerships.
- Preserve timestamps during install.

* Thu Sep 10 2009 Krzesimir Nowak <qdlacz at gmail.com> - 0.7.3-1
- Initial RPM release.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mm-common/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	16 Sep 2009 21:39:21 -0000	1.1
+++ .cvsignore	17 Sep 2009 11:27:42 -0000	1.2
@@ -0,0 +1 @@
+mm-common-0.7.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mm-common/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	16 Sep 2009 21:39:21 -0000	1.1
+++ sources	17 Sep 2009 11:27:43 -0000	1.2
@@ -0,0 +1 @@
+bdbebc329d88182a5d2effd7f9073f17  mm-common-0.7.3.tar.bz2




More information about the scm-commits mailing list