From b50ca8e4f31f51ad0563cb85f5f2e24be7f23aed Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:55 +0000 Subject: [PATCH 01/18] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2e1264..240d992 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xdrfile 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From 593b978ab9a52abc17cde46b2f0354d26552b481 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:30:22 +0000 Subject: [PATCH 02/18] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2e1264..240d992 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xdrfile 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From 8a0eb2171d0df2f9d3e5a5329e6ec6b076370a8b Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 8 May 2010 02:29:04 +0000 Subject: [PATCH 03/18] Initialize branch EL-6 for xdrfile --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..46381b9 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-6 From d08d754a1c2b876d7232416b1e470d355b06ecdf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:38:21 +0000 Subject: [PATCH 04/18] 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 240d992..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xdrfile -# $Id$ -NAME := xdrfile -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 44b3b9a..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xdrfile-1_1-2_fc11:HEAD:xdrfile-1.1-2.fc11.src.rpm:1245049664 From 4d9b0246b2d505c496828d7939bc37db6aa70caf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:38:22 +0000 Subject: [PATCH 05/18] 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 240d992..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xdrfile -# $Id$ -NAME := xdrfile -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 46381b9..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-6 diff --git a/import.log b/import.log deleted file mode 100644 index 44b3b9a..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -xdrfile-1_1-2_fc11:HEAD:xdrfile-1.1-2.fc11.src.rpm:1245049664 From e252da1a7c9cb9a4d0dac83f04d8e28368ba8fbd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 21:58:01 -0600 Subject: [PATCH 06/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index c2a4d8c..2187409 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A small C-library for reading and writing GROMACS trr and xtc files Group: Applications/Engineering License: LGPLv3+ @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/%{name}/ %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 3a63104a3b14373fda65cea859240cc93737457f Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Fri, 8 Apr 2011 15:42:19 +0300 Subject: [PATCH 07/18] Update to 1.1.1. --- .gitignore | 1 + sources | 2 +- xdrfile.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1e46e6e..5064d00 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ xdrfile-1.1.tar.gz +/xdrfile-1.1.1.tar.gz diff --git a/sources b/sources index d02ba17..faa892f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -529605c4348d4a7352f9bdb54267923c xdrfile-1.1.tar.gz +1ceb84765ec212a6f709faf559649023 xdrfile-1.1.1.tar.gz diff --git a/xdrfile.spec b/xdrfile.spec index 2187409..c0cc8b4 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile -Version: 1.1 -Release: 4%{?dist} +Version: 1.1.1 +Release: 1%{?dist} Summary: A small C-library for reading and writing GROMACS trr and xtc files Group: Applications/Engineering License: LGPLv3+ @@ -25,7 +25,7 @@ Requires: %{name} = %{version}-%{release} This package contains development headers and libraries for xdrfile. %prep -%setup -q -n %{name}-%{version}b +%setup -q [ -s ChangeLog ] && exit 1 # exit if file has non-zero size %build @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/%{name}/ %changelog +* Fri Apr 08 2011 Jussi Lehtola - 1.1.1-1 +- Update to 1.1.1. + * Mon Feb 07 2011 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From a47cc78bb474cd8db4a4d4a3549efb009cbab106 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:44:00 -0600 Subject: [PATCH 08/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index c0cc8b4..b1951ca 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small C-library for reading and writing GROMACS trr and xtc files Group: Applications/Engineering License: LGPLv3+ @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/%{name}/ %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Fri Apr 08 2011 Jussi Lehtola - 1.1.1-1 - Update to 1.1.1. From 4b6db01a056bad0d04111c966b8efcbf3f8d9c21 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 23:49:40 -0500 Subject: [PATCH 09/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index b1951ca..444b906 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A small C-library for reading and writing GROMACS trr and xtc files Group: Applications/Engineering License: LGPLv3+ @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/%{name}/ %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From f325fe764d7d2cc3f6e218e8cdb336c06f78627f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:32:32 -0600 Subject: [PATCH 10/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index 444b906..53abb12 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A small C-library for reading and writing GROMACS trr and xtc files Group: Applications/Engineering License: LGPLv3+ @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/%{name}/ %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 38768947f5430e998b2b58eca3124eb66c81496d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:49:21 -0500 Subject: [PATCH 11/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index 53abb12..3dae805 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A small C-library for reading and writing GROMACS trr and xtc files Group: Applications/Engineering License: LGPLv3+ @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/%{name}/ %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From de002cc2a3dae20384e8634e72d031d79233df13 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 00:27:48 -0500 Subject: [PATCH 12/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index 3dae805..1db214f 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A small C-library for reading and writing GROMACS trr and xtc files Group: Applications/Engineering License: LGPLv3+ @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_includedir}/%{name}/ %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 5420b1c0a3f5700abb776811a121ed303087bf18 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Sat, 2 Aug 2014 18:57:11 +0800 Subject: [PATCH 13/18] Update to 1.1.4 --- .gitignore | 1 + sources | 2 +- xdrfile.spec | 55 +++++++++++++++++++++++----------------------------- 3 files changed, 26 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 5064d00..b34fbed 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xdrfile-1.1.tar.gz /xdrfile-1.1.1.tar.gz +/xdrfile-1.1.4.tar.gz diff --git a/sources b/sources index faa892f..bb2903f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ceb84765ec212a6f709faf559649023 xdrfile-1.1.1.tar.gz +d992901d1bd7305b91d280ab85427c7b xdrfile-1.1.4.tar.gz diff --git a/xdrfile.spec b/xdrfile.spec index 1db214f..7cbbed4 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,28 +1,25 @@ Name: xdrfile -Version: 1.1.1 -Release: 6%{?dist} -Summary: A small C-library for reading and writing GROMACS trr and xtc files -Group: Applications/Engineering -License: LGPLv3+ -URL: http://oldwiki.gromacs.org/index.php/XTC_Library +Version: 1.1.4 +Release: 1%{?dist} +Summary: C-library for reading and writing GROMACS trr and xtc files +License: BSD +URL: http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library Source0: ftp://ftp.gromacs.org/pub/contrib/%{name}-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - %description -A small C-library for reading and writing trr and xtc files. The library is -lightweight (no dependencies, portable) and can be incorporated in other -software, because it is being distributed under the BSD license. The library -also contains one program trr2xtc which does what you would expect, and the -other way around. +xdrfile is a small C-library for reading and writing trr and xtc files. The +library is lightweight (no dependencies, portable) and can be incorporated in +other software, because it is being distributed under the BSD license. The +library also contains one program trr2xtc which does what you would expect, +and the other way around. -%package devel -Summary: Development library and headers for xdrfile -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} -%description devel -This package contains development headers and libraries for xdrfile. +%description devel +This package contains libraries and header files for +developing applications that use %{name}. %prep %setup -q @@ -33,35 +30,31 @@ This package contains development headers and libraries for xdrfile. # Get rid of rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} - +%make_build %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} INSTALL="install -p" +%make_install INSTALL="install -p" -# Remove .la files -rm %{buildroot}/%{_libdir}/*.la +find %{buildroot} -name '*.la' -delete -print %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README %{_libdir}/*.so.* %{_bindir}/* %files devel -%defattr(-,root,root,-) %{_libdir}/*.so %{_includedir}/%{name}/ %changelog +* Tue Jul 29 2014 Christopher Meng - 1.1.4-1 +- Update to 1.1.4 +- Change License to BSD(should be done years ago). + * Sun Jun 08 2014 Fedora Release Engineering - 1.1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 451c6d8e75cec33f72afec987f314cfc2d826ff4 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 09:33:29 +0000 Subject: [PATCH 14/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index 7cbbed4..35ab8f0 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C-library for reading and writing GROMACS trr and xtc files License: BSD URL: http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library @@ -51,6 +51,9 @@ find %{buildroot} -name '*.la' -delete -print %{_includedir}/%{name}/ %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Tue Jul 29 2014 Christopher Meng - 1.1.4-1 - Update to 1.1.4 - Change License to BSD(should be done years ago). From 3fdbf75891e08f6014f43856b676a71bbaa2ec36 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 03:50:51 +0000 Subject: [PATCH 15/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index 35ab8f0..ef4d324 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C-library for reading and writing GROMACS trr and xtc files License: BSD URL: http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library @@ -51,6 +51,9 @@ find %{buildroot} -name '*.la' -delete -print %{_includedir}/%{name}/ %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From bb5cc2d2b8c1a1592edd88203ee2f89b6020c62f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:22:09 +0000 Subject: [PATCH 16/18] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xdrfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xdrfile.spec b/xdrfile.spec index ef4d324..327bae3 100644 --- a/xdrfile.spec +++ b/xdrfile.spec @@ -1,6 +1,6 @@ Name: xdrfile Version: 1.1.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C-library for reading and writing GROMACS trr and xtc files License: BSD URL: http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library @@ -51,6 +51,9 @@ find %{buildroot} -name '*.la' -delete -print %{_includedir}/%{name}/ %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.1.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From b5cd1e8d706e4108640726669f5ec91cae29f876 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 19 May 2016 00:40:47 +0200 Subject: [PATCH 17/18] 2016-05-19: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 1 - dead.package | 3 +++ sources | 1 - xdrfile.spec | 75 ---------------------------------------------------- 4 files changed, 3 insertions(+), 77 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xdrfile.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1e46e6e..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xdrfile-1.1.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..164cb9a --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-05-19: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index d02ba17..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -529605c4348d4a7352f9bdb54267923c xdrfile-1.1.tar.gz diff --git a/xdrfile.spec b/xdrfile.spec deleted file mode 100644 index c2a4d8c..0000000 --- a/xdrfile.spec +++ /dev/null @@ -1,75 +0,0 @@ -Name: xdrfile -Version: 1.1 -Release: 3%{?dist} -Summary: A small C-library for reading and writing GROMACS trr and xtc files -Group: Applications/Engineering -License: LGPLv3+ -URL: http://oldwiki.gromacs.org/index.php/XTC_Library -Source0: ftp://ftp.gromacs.org/pub/contrib/%{name}-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - - -%description -A small C-library for reading and writing trr and xtc files. The library is -lightweight (no dependencies, portable) and can be incorporated in other -software, because it is being distributed under the BSD license. The library -also contains one program trr2xtc which does what you would expect, and the -other way around. - -%package devel -Summary: Development library and headers for xdrfile -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} - -%description devel -This package contains development headers and libraries for xdrfile. - -%prep -%setup -q -n %{name}-%{version}b -[ -s ChangeLog ] && exit 1 # exit if file has non-zero size - -%build -%configure --enable-shared --disable-static -# Get rid of rpath -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -make %{?_smp_mflags} - - -%install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} INSTALL="install -p" - -# Remove .la files -rm %{buildroot}/%{_libdir}/*.la - -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING NEWS README -%{_libdir}/*.so.* -%{_bindir}/* - -%files devel -%defattr(-,root,root,-) -%{_libdir}/*.so -%{_includedir}/%{name}/ - -%changelog -* Mon Jul 27 2009 Fedora Release Engineering - 1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sat Jun 13 2009 Jussi Lehtola - 1.1-2 -- Conserve timestamps during install, fix URL & Source0. - -* Mon May 18 2009 Jussi Lehtola - 1.1-1 -- Update to 1.1 that fixes licensing and other issues. - -* Wed Apr 08 2009 Jussi Lehtola - 1.0-1 -- First release. From 0998b13b8394c5446fd12d563e299d2c4f708ee6 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Thu, 19 May 2016 22:52:20 +0200 Subject: [PATCH 18/18] 2016-05-19: Retired orphaned package, because it was orphaned for more than six weeks. --- .gitignore | 3 -- dead.package | 3 ++ sources | 1 - xdrfile.spec | 98 ---------------------------------------------------- 4 files changed, 3 insertions(+), 102 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xdrfile.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b34fbed..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -xdrfile-1.1.tar.gz -/xdrfile-1.1.1.tar.gz -/xdrfile-1.1.4.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..164cb9a --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-05-19: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index bb2903f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -d992901d1bd7305b91d280ab85427c7b xdrfile-1.1.4.tar.gz diff --git a/xdrfile.spec b/xdrfile.spec deleted file mode 100644 index 327bae3..0000000 --- a/xdrfile.spec +++ /dev/null @@ -1,98 +0,0 @@ -Name: xdrfile -Version: 1.1.4 -Release: 4%{?dist} -Summary: C-library for reading and writing GROMACS trr and xtc files -License: BSD -URL: http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library -Source0: ftp://ftp.gromacs.org/pub/contrib/%{name}-%{version}.tar.gz - -%description -xdrfile is a small C-library for reading and writing trr and xtc files. The -library is lightweight (no dependencies, portable) and can be incorporated in -other software, because it is being distributed under the BSD license. The -library also contains one program trr2xtc which does what you would expect, -and the other way around. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description devel -This package contains libraries and header files for -developing applications that use %{name}. - -%prep -%setup -q -[ -s ChangeLog ] && exit 1 # exit if file has non-zero size - -%build -%configure --enable-shared --disable-static -# Get rid of rpath -sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool -sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool -%make_build - -%install -%make_install INSTALL="install -p" - -find %{buildroot} -name '*.la' -delete -print - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%doc AUTHORS COPYING NEWS README -%{_libdir}/*.so.* -%{_bindir}/* - -%files devel -%{_libdir}/*.so -%{_includedir}/%{name}/ - -%changelog -* Fri Feb 05 2016 Fedora Release Engineering - 1.1.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.1.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Mon Aug 18 2014 Fedora Release Engineering - 1.1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Tue Jul 29 2014 Christopher Meng - 1.1.4-1 -- Update to 1.1.4 -- Change License to BSD(should be done years ago). - -* Sun Jun 08 2014 Fedora Release Engineering - 1.1.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.1.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.1.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.1.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Apr 08 2011 Jussi Lehtola - 1.1.1-1 -- Update to 1.1.1. - -* Mon Feb 07 2011 Fedora Release Engineering - 1.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Sat Jun 13 2009 Jussi Lehtola - 1.1-2 -- Conserve timestamps during install, fix URL & Source0. - -* Mon May 18 2009 Jussi Lehtola - 1.1-1 -- Update to 1.1 that fixes licensing and other issues. - -* Wed Apr 08 2009 Jussi Lehtola - 1.0-1 -- First release.