Namratha Kothapalli d89334e
Name:           ctemplate
d2f729e
Version:        2.4
40beef0
Release:        8%{?dist}
Namratha Kothapalli d89334e
Summary:        A simple but powerful template language for C++
Till Hofmann 6883eb3
License:        BSD-3-Clause
Namratha Kothapalli d89334e
URL:            https://github.com/olafvdspek/ctemplate
1374b65
Source0:        https://github.com/OlafvdSpek/ctemplate/archive/%{name}-%{version}.tar.gz
d2f729e
d2f729e
BuildRequires:  autoconf
d2f729e
BuildRequires:  automake
e5355c0
BuildRequires:  gcc-c++
d2f729e
BuildRequires:  libtool
d2f729e
BuildRequires:  python3
060060e
BuildRequires: make
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%description
Namratha Kothapalli d89334e
CTemplate is a simple but powerful template language for C++. It
Namratha Kothapalli d89334e
emphasizes separating logic from presentation: it is impossible to
Namratha Kothapalli d89334e
embed application logic in this template language.
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%package        devel
Namratha Kothapalli d89334e
Summary:        Development files for %{name}
Namratha Kothapalli d89334e
Requires:       %{name}%{?_isa} = %{version}-%{release}
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%description    devel
Namratha Kothapalli d89334e
This package contains libraries and header files for
Namratha Kothapalli d89334e
developing applications that use %{name}.
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%prep
d2f729e
%autosetup -p1 -n ctemplate-ctemplate-%{version}
d2f729e
./autogen.sh
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%build
d2f729e
Namratha Kothapalli d89334e
%configure --disable-static --disable-silent-rules
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
sed -i 's|^PTHREAD_LIBS = |PTHREAD_LIBS = -lpthread|g' Makefile
Namratha Kothapalli d89334e
# Omit unused direct shared library dependencies.
Namratha Kothapalli d89334e
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%make_build
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%install
Namratha Kothapalli d89334e
%make_install
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
# Remove static libraries and libtool archives.
Namratha Kothapalli d89334e
find %{buildroot} -name '*.*a' -delete -print
Namratha Kothapalli d89334e
d2f729e
# Remove libtool binaries
d2f729e
rm -rf %{buildroot}%{_bindir}/make_tpl_varnames_h
d2f729e
rm -rf %{buildroot}%{_bindir}/diff_tpl_auto_escape
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
# We ship docs in another way.
Namratha Kothapalli d89334e
rm -rf %{buildroot}%{_datadir}/doc
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%check
Namratha Kothapalli d89334e
make check
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%files
Namratha Kothapalli d89334e
%license COPYING
Namratha Kothapalli d89334e
%{_bindir}/template-converter
d2f729e
%{_libdir}/libctemplate_nothreads.so.3*
d2f729e
%{_libdir}/libctemplate.so.3*
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%files devel
Namratha Kothapalli d89334e
%doc AUTHORS ChangeLog README NEWS
Namratha Kothapalli d89334e
%doc doc/
Namratha Kothapalli d89334e
%{_libdir}/libctemplate_nothreads.so
Namratha Kothapalli d89334e
%{_libdir}/libctemplate.so
Namratha Kothapalli d89334e
%{_includedir}/%{name}/
Namratha Kothapalli d89334e
%{_libdir}/pkgconfig/libctemplate.pc
Namratha Kothapalli d89334e
%{_libdir}/pkgconfig/libctemplate_nothreads.pc
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
%changelog
40beef0
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-8
40beef0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
40beef0
391559d
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-7
391559d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
391559d
06a9dd8
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-6
06a9dd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
06a9dd8
4af7226
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-5
4af7226
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
4af7226
0557219
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4
0557219
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
0557219
18bc90e
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-3
18bc90e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
18bc90e
e12005a
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
e12005a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e12005a
d2f729e
* Mon Mar 09 2020 Till Hofmann <thofmann@fedoraproject.org> - 2.4-1
d2f729e
- Update to 2.4.0
d2f729e
- Switch to python3
d2f729e
- Remove accidentally installed libtool binaries
d2f729e
- Run autoreconf before build (configure script not included anymore)
d2f729e
0387c5a
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-16
0387c5a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0387c5a
52736c6
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-15
52736c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
52736c6
a5a26df
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-14
a5a26df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a5a26df
086447f
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-13
086447f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
086447f
7bc0435
* Tue Jul 10 2018 Till Hofmann <thofmann@fedoraproject.org> - 2.3-12
7bc0435
- Replace unversioned python shebangs
7bc0435
485d67d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-11
485d67d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
485d67d
e644967
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-10
e644967
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e644967
6db9d82
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-9
6db9d82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6db9d82
886be9f
* Mon Mar 27 2017 Till Hofmann <till.hofmann@posteo.de> - 2.3-8
886be9f
- Fix source extraction for new github source
886be9f
1374b65
* Mon Mar 27 2017 Till Hofmann <till.hofmann@posteo.de> - 2.3-7
1374b65
- Switch to github source
1374b65
Namratha Kothapalli d89334e
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-6
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-5
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 2.3-4
Namratha Kothapalli d89334e
- Rebuilt for GCC 5 C++11 ABI change
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-3
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Tue Apr 08 2014 Christopher Meng <rpm@cicku.me> - 2.3-1
Namratha Kothapalli d89334e
- Update to 2.3
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Thu Aug 08 2013 Christopher Meng <rpm@cicku.me> - 2.2-5
Namratha Kothapalli d89334e
- SPEC cleanup.
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-4
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-3
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-2
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sun Apr 29 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.2-1
Namratha Kothapalli d89334e
- Update to 2.2. Fix FTBFS since F-14
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-4
Namratha Kothapalli d89334e
- Rebuilt for c++ ABI breakage
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-3
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.97-2
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Wed May 05 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 0.97-1
Namratha Kothapalli d89334e
- Updated to 0.97
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Fri Dec 04 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.96-1
Namratha Kothapalli d89334e
- Updated to 0.96
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Tue Sep 01 2009 Dennis Gilmore <dennis@ausil.us> - 0.95-2
Namratha Kothapalli d89334e
- make sure that the namespace is ctemplate not google
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Wed Aug 05 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.95-1
Namratha Kothapalli d89334e
- Updated to ctemplate
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sun Apr 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.93-2
Namratha Kothapalli d89334e
- Added python as BuildRequires, and bswap patch for ppc
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sun Apr 12 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.93-1
Namratha Kothapalli d89334e
- Updated to 0.93, removed patch for consts - fixed upstream
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Tue Mar 03 2009 Caolán McNamara <caolanm@redhat.com> - 0.91-5
Namratha Kothapalli d89334e
- fix up consts to build
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.91-4
Namratha Kothapalli d89334e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Tue Sep 23 2008 Dennis Gilmore <dennis@ausil.us> - 0.91-3
Namratha Kothapalli d89334e
- clean up headers so that they include each other as intended
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Wed Sep 03 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.91-2
Namratha Kothapalli d89334e
- Added %%check section to run tests
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Sun Aug 24 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.91-1
Namratha Kothapalli d89334e
- Update to 0.91 & removed missing header files patch
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Fri Aug 22 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.90-2
Namratha Kothapalli d89334e
- fix undefined-non-weak-symbol & rpath issue
Namratha Kothapalli d89334e
Namratha Kothapalli d89334e
* Thu Aug 14 2008 Rakesh Pandit <rakesh@fedoraproject.org> 0.90-1
Namratha Kothapalli d89334e
-Initial build