From 0206dd767fa093cc3c7cade7ae1d62fef7724924 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 26 Jul 2010 22:41:38 +0000 Subject: [PATCH 01/10] Initialize branch F-13 for txmpp --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From ae142482acbae011e406e6eca0f88ad66ddf0547 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Mon, 26 Jul 2010 23:19:00 +0000 Subject: [PATCH 02/10] Initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + txmpp.spec | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 import.log create mode 100644 txmpp.spec diff --git a/.cvsignore b/.cvsignore index e69de29..f929276 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +txmpp-0.0.2.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..4bada5c --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +txmpp-0_0_2-3_fc14:HEAD:txmpp-0.0.2-3.fc14.src.rpm:1280186315 diff --git a/sources b/sources index e69de29..da12c10 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dec646a9113aaada5eb423bfcd0f5a92 txmpp-0.0.2.tar.gz diff --git a/txmpp.spec b/txmpp.spec new file mode 100644 index 0000000..9180213 --- /dev/null +++ b/txmpp.spec @@ -0,0 +1,70 @@ +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 - 0.0.2-3 +- Remove expat2 + +* Sun Jul 25 2010 Silas Sewell - 0.0.2-2 +- Remove documentation from devel package +- Fix main package group + +* Fri Jul 02 2010 Silas Sewell - 0.0.2-1 +- Release 0.0.2 +- Include AUTHORS & CHANGELOG + +* Tue Jun 15 2010 Silas Sewell - 0.0.1-1 +- Initial build From 4a58b37eb0bb711d5f3f30eb523ef8574c4f6579 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Mon, 26 Jul 2010 23:27:03 +0000 Subject: [PATCH 03/10] Initial import --- .cvsignore | 1 + import.log | 1 + sources | 1 + txmpp.spec | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 import.log create mode 100644 txmpp.spec diff --git a/.cvsignore b/.cvsignore index e69de29..f929276 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +txmpp-0.0.2.tar.gz diff --git a/import.log b/import.log new file mode 100644 index 0000000..7c627b9 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +txmpp-0_0_2-3_fc14:F-13:txmpp-0.0.2-3.fc14.src.rpm:1280186736 diff --git a/sources b/sources index e69de29..da12c10 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dec646a9113aaada5eb423bfcd0f5a92 txmpp-0.0.2.tar.gz diff --git a/txmpp.spec b/txmpp.spec new file mode 100644 index 0000000..9180213 --- /dev/null +++ b/txmpp.spec @@ -0,0 +1,70 @@ +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 - 0.0.2-3 +- Remove expat2 + +* Sun Jul 25 2010 Silas Sewell - 0.0.2-2 +- Remove documentation from devel package +- Fix main package group + +* Fri Jul 02 2010 Silas Sewell - 0.0.2-1 +- Release 0.0.2 +- Include AUTHORS & CHANGELOG + +* Tue Jun 15 2010 Silas Sewell - 0.0.1-1 +- Initial build From 610e3bde1a914281992a2016344348c09e00747c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:35:01 +0000 Subject: [PATCH 04/10] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 49ef92f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: txmpp -# $Id$ -NAME := txmpp -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 4bada5c..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -txmpp-0_0_2-3_fc14:HEAD:txmpp-0.0.2-3.fc14.src.rpm:1280186315 From b800695445e03b3e08db9617fa7d66922a0bd4f1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:35:01 +0000 Subject: [PATCH 05/10] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 49ef92f..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: txmpp -# $Id$ -NAME := txmpp -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 diff --git a/import.log b/import.log deleted file mode 100644 index 7c627b9..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -txmpp-0_0_2-3_fc14:F-13:txmpp-0.0.2-3.fc14.src.rpm:1280186736 From 8866a36c3db5cf81260d3ac2068fa044d319288b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 15:44:24 -0600 Subject: [PATCH 06/10] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- txmpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/txmpp.spec b/txmpp.spec index 9180213..b4f7c8a 100644 --- a/txmpp.spec +++ b/txmpp.spec @@ -1,6 +1,6 @@ Name: txmpp Version: 0.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A C++ XMPP library Group: System Environment/Libraries License: BSD @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 0.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sun Jul 25 2010 Silas Sewell - 0.0.2-3 - Remove expat2 From dd93b42940e47be4ffd948ec8a2c32b16baeec32 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:21:25 -0600 Subject: [PATCH 07/10] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- txmpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/txmpp.spec b/txmpp.spec index b4f7c8a..a3670c6 100644 --- a/txmpp.spec +++ b/txmpp.spec @@ -1,6 +1,6 @@ Name: txmpp Version: 0.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A C++ XMPP library Group: System Environment/Libraries License: BSD @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Feb 09 2011 Fedora Release Engineering - 0.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 595cb61edf81af3c2df00d6269c3f7c4a243cafd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 28 Feb 2012 14:27:06 -0600 Subject: [PATCH 08/10] - Rebuilt for c++ ABI breakage --- txmpp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/txmpp.spec b/txmpp.spec index a3670c6..9cf8247 100644 --- a/txmpp.spec +++ b/txmpp.spec @@ -1,6 +1,6 @@ Name: txmpp Version: 0.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A C++ XMPP library Group: System Environment/Libraries License: BSD @@ -55,6 +55,9 @@ rm -rf %{buildroot} %{_libdir}/*.so %changelog +* Tue Feb 28 2012 Fedora Release Engineering - 0.0.2-6 +- Rebuilt for c++ ABI breakage + * Sat Jan 14 2012 Fedora Release Engineering - 0.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 0a129f998a37b25f1135efa3d9c2cd42ed2bb279 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 19 May 2012 19:32:56 +0100 Subject: [PATCH 09/10] package is dead and orphaned --- .gitignore | 1 - dead.packages | 1 + sources | 1 - txmpp.spec | 79 --------------------------------------------------- 4 files changed, 1 insertion(+), 81 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.packages delete mode 100644 sources delete mode 100644 txmpp.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f929276..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -txmpp-0.0.2.tar.gz diff --git a/dead.packages b/dead.packages new file mode 100644 index 0000000..e6c1a48 --- /dev/null +++ b/dead.packages @@ -0,0 +1 @@ +Package is dead, upstream project is dead too diff --git a/sources b/sources deleted file mode 100644 index da12c10..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -dec646a9113aaada5eb423bfcd0f5a92 txmpp-0.0.2.tar.gz diff --git a/txmpp.spec b/txmpp.spec deleted file mode 100644 index 9cf8247..0000000 --- a/txmpp.spec +++ /dev/null @@ -1,79 +0,0 @@ -Name: txmpp -Version: 0.0.2 -Release: 6%{?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 -* Tue Feb 28 2012 Fedora Release Engineering - 0.0.2-6 -- Rebuilt for c++ ABI breakage - -* Sat Jan 14 2012 Fedora Release Engineering - 0.0.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Feb 09 2011 Fedora Release Engineering - 0.0.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Jul 25 2010 Silas Sewell - 0.0.2-3 -- Remove expat2 - -* Sun Jul 25 2010 Silas Sewell - 0.0.2-2 -- Remove documentation from devel package -- Fix main package group - -* Fri Jul 02 2010 Silas Sewell - 0.0.2-1 -- Release 0.0.2 -- Include AUTHORS & CHANGELOG - -* Tue Jun 15 2010 Silas Sewell - 0.0.1-1 -- Initial build From add8d02b583cd0900c072ed254d0086aa9b4ef38 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Wed, 4 Jun 2014 20:15:15 +0200 Subject: [PATCH 10/10] 2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. --- dead.package | 1 + dead.packages | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dead.package delete mode 100644 dead.packages diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5784d07 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +2014-06-04 - This package was already retired in pkgdb/blocked in koji, but no dead.package file existed. The original retirement reason is unclear. diff --git a/dead.packages b/dead.packages deleted file mode 100644 index e6c1a48..0000000 --- a/dead.packages +++ /dev/null @@ -1 +0,0 @@ -Package is dead, upstream project is dead too