diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e39e56a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +libtiger-0.3.3.tar.gz +/libtiger-0.3.4.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index af84446..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: libtiger -# $Id$ -NAME := libtiger -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/libtiger.spec b/libtiger.spec new file mode 100644 index 0000000..5485c1f --- /dev/null +++ b/libtiger.spec @@ -0,0 +1,154 @@ +Name: libtiger +Version: 0.3.4 +Release: 18%{?dist} +Summary: Rendering library for Kate streams using Pango and Cairo + +License: LGPLv2+ +URL: http://libtiger.googlecode.com +Source0: http://libtiger.googlecode.com/files/libtiger-%{version}.tar.gz + +BuildRequires: gcc +BuildRequires: libkate-devel >= 0.2.7 +BuildRequires: pango-devel +%ifarch %{ix86} x86_64 ppc ppc64 s390x %{arm} +BuildRequires: valgrind +%endif +BuildRequires: doxygen + + +%description +Libtiger is a rendering library for Kate streams using Pango and Cairo. +More information about Kate streams may be found at +http://wiki.xiph.org/index.php/OggKate + + +%package devel +Summary: Development files for %{name} +Requires: %{name} = %{version}-%{release} +Requires: pango-devel +Requires: libkate-devel >= 0.2.7 + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%package doc +Summary: Documentation for %{name} +BuildArch: noarch + +%description doc +The %{name}-doc package contains Documentation for %{name}. + + + +%prep +%setup -q + + +%build +%configure --disable-static +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT __doc +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +# Fix timestramps change +touch -r include/tiger/tiger.h.in $RPM_BUILD_ROOT%{_includedir}/tiger/tiger.h + +# Move docdir +mv $RPM_BUILD_ROOT%{_docdir}/%{name} __doc + + +%ldconfig_scriptlets + + +%files +%doc AUTHORS COPYING ChangeLog README +%{_libdir}/*.so.* + +%files devel +%{_includedir}/tiger/ +%{_libdir}/*.so +%{_libdir}/pkgconfig/tiger.pc + +%files doc +%doc examples __doc/html + + +%changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.3.4-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.3.4-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.3.4-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Feb 07 2018 Fedora Release Engineering - 0.3.4-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.3.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.3.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.3.4-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.3.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.3.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Aug 17 2014 Fedora Release Engineering - 0.3.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Mon Aug 12 2013 Nicolas Chauvet - 0.3.4-7 +- Set the current valgrind arches + +* Sat Aug 03 2013 Fedora Release Engineering - 0.3.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.3.4-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.3.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.3.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Apr 1 2011 Dan HorĂ¡k - 0.3.4-2 +- valgrind exists only on selected architectures + +* Sun Mar 27 2011 Nicolas Chauvet - 0.3.4-1 +- Update to 0.3.4 + +* Tue Feb 08 2011 Fedora Release Engineering - 0.3.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Feb 5 2010 Nicolas Chauvet - 0.3.3-3 +- Only pick __doc/html in the doc subpackage. + +* Tue Jan 26 2010 Nicolas Chauvet - 0.3.3-2 +- Split doc subpackage + +* Thu Jul 2 2009 Nicolas Chauvet - 0.3.3-1 +- Update to 0.3.3 + +* Fri Nov 28 2008 kwizart < kwizart at gmail.com > - 0.3.2-1 +- Update to 0.3.2 + +* Thu Sep 4 2008 kwizart < kwizart at gmail.com > - 0.1.1-1 +- Initial spec file + diff --git a/sources b/sources index e69de29..865435d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +dc1dbeb658c95485ba10b9b2897b4ae2 libtiger-0.3.4.tar.gz