rpms/txmpp/EL-6 import.log, NONE, 1.1 txmpp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Silas Sewell silas at fedoraproject.org
Mon Jul 26 23:37:06 UTC 2010


Author: silas

Update of /cvs/pkgs/rpms/txmpp/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17389/EL-6

Modified Files:
	.cvsignore sources 
Added Files:
	import.log txmpp.spec 
Log Message:
Initial import



--- NEW FILE import.log ---
txmpp-0_0_2-3_fc14:EL-6:txmpp-0.0.2-3.fc14.src.rpm:1280187403


--- NEW FILE txmpp.spec ---
Name:             txmpp
Version:          0.0.2
Release:          3%{?dist}
Summary:          A C++ XMPP library
Group:            System Environment/Libraries
License:          BSD
URL:              http://www.tidg.org/txmpp
Source0:          http://github.com/downloads/tidg/txmpp/%{name}-%{version}.tar.gz
BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:    expat-devel >= 2.0.1
BuildRequires:    openssl-devel
BuildRequires:    scons

%description
txmpp is a permissively licensed C++ XMPP library.

%package          devel
Summary:          Development files for %{name}
Group:            Development/Libraries
Requires:         %{name} = %{version}-%{release}

%description      devel
txmpp is a permissively licensed C++ XMPP library.

The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q

%build
scons %{?_smp_mflags} --flags="%{optflags}"

%install
rm -rf %{buildroot}
scons %{?_smp_mflags} --flags="%{optflags}" --install \
  --includedir=%{buildroot}/%{_includedir} \
  --libdir=%{buildroot}/%{_libdir}

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG LICENSE README.md
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/txmpp
%{_libdir}/*.so

%changelog
* Sun Jul 25 2010 Silas Sewell <silas at sewell.ch> - 0.0.2-3
- Remove expat2

* Sun Jul 25 2010 Silas Sewell <silas at sewell.ch> - 0.0.2-2
- Remove documentation from devel package
- Fix main package group

* Fri Jul 02 2010 Silas Sewell <silas at sewell.ch> - 0.0.2-1
- Release 0.0.2
- Include AUTHORS & CHANGELOG

* Tue Jun 15 2010 Silas Sewell <silas at sewell.ch> - 0.0.1-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/txmpp/EL-6/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	26 Jul 2010 22:41:36 -0000	1.1
+++ .cvsignore	26 Jul 2010 23:37:05 -0000	1.2
@@ -0,0 +1 @@
+txmpp-0.0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/txmpp/EL-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 Jul 2010 22:41:36 -0000	1.1
+++ sources	26 Jul 2010 23:37:06 -0000	1.2
@@ -0,0 +1 @@
+dec646a9113aaada5eb423bfcd0f5a92  txmpp-0.0.2.tar.gz



More information about the scm-commits mailing list