SPECS: libtpccurveio.spec (NEW), libtpcimgio.spec (NEW), libtpcimg...

qboosh qboosh at pld-linux.org
Sun Jan 20 12:38:23 CET 2008


Author: qboosh                       Date: Sun Jan 20 11:38:23 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   libtpccurveio.spec (NONE -> 1.1)  (NEW), libtpcimgio.spec (NONE -> 1.1)  (NEW), libtpcimgp.spec (NONE -> 1.1)  (NEW), libtpcmisc.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/libtpccurveio.spec
diff -u /dev/null SPECS/libtpccurveio.spec:1.1
--- /dev/null	Sun Jan 20 12:38:23 2008
+++ SPECS/libtpccurveio.spec	Sun Jan 20 12:38:17 2008
@@ -0,0 +1,100 @@
+# $Revision$, $Date$
+Summary:	PET time-activity curve I/O library
+Summary(pl.UTF-8):	Biblioteka PET time-activity curve I/O
+Name:		libtpccurveio
+Version:	1.4.0
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	http://www.turkupetcentre.net/software/libsrc/%{name}_%(echo %{version} | tr . _)_src.zip
+# Source0-md5:	0b9f261af559c0e80db543931590225a
+Patch0:		%{name}-shared.patch
+URL:		http://www.turkupetcentre.net/software/libdoc/libtpccurveio/
+BuildRequires:	libtpcmisc-devel >= 1.3.0
+Requires:	libtpcmisc >= 1.3.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PET time-activity curve I/O library by Turku PET Centre.
+
+%description -l pl.UTF-8
+PET time-activity curve I/O - biblioteka wejścia/wyjścia krzywych
+aktywności czasowej autorstwa Turku PET Centre.
+
+%package devel
+Summary:	Header files for libtpccurveio library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libtpccurveio
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libtpcmisc-devel >= 1.3.0
+
+%description devel
+Header files for libtpccurveio library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libtpccurveio.
+
+%package static
+Summary:	Static libtpccurveio library
+Summary(pl.UTF-8):	Statyczna biblioteka libtpccurveio
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libtpccurveio library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libtpccurveio.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%{__make} libtpccurveio.la \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -std=gnu99 -Wall -I/usr/include/tpc -Iinclude \$(INCLUDE) \$(ANSI)" \
+	LDFLAGS="%{rpmldflags}" \
+	PET_LIB=%{_libdir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}
+
+%{__make} libinstall \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PET_LIB=%{_libdir}
+
+install -d $RPM_BUILD_ROOT%{_includedir}/tpc
+install include/*.h $RPM_BUILD_ROOT%{_includedir}/tpc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc History Readme TODO
+%attr(755,root,root) %{_libdir}/libtpccurveio.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtpccurveio.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtpccurveio.so
+%{_libdir}/libtpccurveio.la
+%{_includedir}/tpc/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libtpccurveio.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-20 11:38:17  qboosh
+- new

================================================================
Index: SPECS/libtpcimgio.spec
diff -u /dev/null SPECS/libtpcimgio.spec:1.1
--- /dev/null	Sun Jan 20 12:38:23 2008
+++ SPECS/libtpcimgio.spec	Sun Jan 20 12:38:17 2008
@@ -0,0 +1,99 @@
+# $Revision$, $Date$
+Summary:	PET Image I/O library
+Summary(pl.UTF-8):	Biblioteka PET Image I/O
+Name:		libtpcimgio
+Version:	1.3.5
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	http://www.turkupetcentre.net/software/libsrc/%{name}_%(echo %{version} | tr . _)_src.zip
+# Source0-md5:	34cc246a99fe5d21e08af7cdf34ef8bf
+Patch0:		%{name}-shared.patch
+URL:		http://www.turkupetcentre.net/software/libdoc/libtpcimgio/
+BuildRequires:	libtpcmisc-devel >= 1.3.0
+Requires:	libtpcmisc >= 1.3.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PET Image I/O library by Turku PET Centre.
+
+%description -l pl.UTF-8
+PET Image I/O - biblioteka wejścia/wyjścia obrazów Turku PET Centre.
+
+%package devel
+Summary:	Header files for libtpcimgio library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libtpcimgio
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libtpcmisc-devel >= 1.3.0
+
+%description devel
+Header files for libtpcimgio library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libtpcimgio.
+
+%package static
+Summary:	Static libtpcimgio library
+Summary(pl.UTF-8):	Statyczna biblioteka libtpcimgio
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libtpcimgio library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libtpcimgio.
+
+%prep
+%setup -q -n %{name}
+%patch0 -p1
+
+%build
+%{__make} libtpcimgio.la \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -std=gnu99 -Wall -I/usr/include/tpc -Iinclude \$(INCLUDE) \$(ANSI)" \
+	LDFLAGS="%{rpmldflags}" \
+	PET_LIB=%{_libdir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}
+
+%{__make} libinstall \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PET_LIB=%{_libdir}
+
+install -d $RPM_BUILD_ROOT%{_includedir}/tpc
+install include/*.h $RPM_BUILD_ROOT%{_includedir}/tpc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc History Readme TODO
+%attr(755,root,root) %{_libdir}/libtpcimgio.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtpcimgio.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtpcimgio.so
+%{_libdir}/libtpcimgio.la
+%{_includedir}/tpc/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libtpcimgio.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-20 11:38:17  qboosh
+- new

================================================================
Index: SPECS/libtpcimgp.spec
diff -u /dev/null SPECS/libtpcimgp.spec:1.1
--- /dev/null	Sun Jan 20 12:38:23 2008
+++ SPECS/libtpcimgp.spec	Sun Jan 20 12:38:17 2008
@@ -0,0 +1,100 @@
+# $Revision$, $Date$
+Summary:	PET Image Processing library
+Summary(pl.UTF-8):	Biblioteka PET Image Processing
+Name:		libtpcimgp
+Version:	1.3.2
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	http://www.turkupetcentre.net/software/libsrc/%{name}_%(echo %{version} | tr . _)_src.zip
+# Source0-md5:	dab98428b67a01d2fd937a99040016bf
+Patch0:		%{name}-shared.patch
+URL:		http://www.turkupetcentre.net/software/libdoc/libtpcimgp/
+BuildRequires:	libtpcimgio-devel >= 1.3.0
+Requires:	libtpcimgio >= 1.3.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PET Image Processing library by Turku PET Centre.
+
+%description -l pl.UTF-8
+PET Image Processing - biblioteka przetwarzania obrazów Turku PET
+Centre.
+
+%package devel
+Summary:	Header files for libtpcimgp library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libtpcimgp
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+Requires:	libtpcimgio-devel >= 1.3.0
+
+%description devel
+Header files for libtpcimgp library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libtpcimgp.
+
+%package static
+Summary:	Static libtpcimgp library
+Summary(pl.UTF-8):	Statyczna biblioteka libtpcimgp
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libtpcimgp library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libtpcimgp.
+
+%prep
+%setup -q -n %{name}_%(echo %{version} | tr . _)
+%patch0 -p1
+
+%build
+%{__make} libtpcimgp.la \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -std=gnu99 -Wall -I/usr/include/tpc -Iinclude \$(INCLUDE) \$(ANSI)" \
+	LDFLAGS="%{rpmldflags}" \
+	PET_LIB=%{_libdir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}
+
+%{__make} libinstall \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PET_LIB=%{_libdir}
+
+install -d $RPM_BUILD_ROOT%{_includedir}/tpc
+install include/*.h $RPM_BUILD_ROOT%{_includedir}/tpc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc History Readme TODO
+%attr(755,root,root) %{_libdir}/libtpcimgp.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtpcimgp.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtpcimgp.so
+%{_libdir}/libtpcimgp.la
+%{_includedir}/tpc/*.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libtpcimgp.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-20 11:38:17  qboosh
+- new

================================================================
Index: SPECS/libtpcmisc.spec
diff -u /dev/null SPECS/libtpcmisc.spec:1.1
--- /dev/null	Sun Jan 20 12:38:23 2008
+++ SPECS/libtpcmisc.spec	Sun Jan 20 12:38:17 2008
@@ -0,0 +1,99 @@
+# $Revision$, $Date$
+Summary:	PET Miscellaneous library
+Summary(pl.UTF-8):	Biblioteka PET Miscellaneous
+Name:		libtpcmisc
+Version:	1.3.0
+Release:	1
+License:	LGPL v2.1+
+Group:		Libraries
+Source0:	http://www.turkupetcentre.net/software/libsrc/%{name}_%(echo %{version} | tr . _)_src.zip
+# Source0-md5:	2ef27f792615bbc2600c9254be79c6a5
+Patch0:		%{name}-shared.patch
+URL:		http://www.turkupetcentre.net/software/libdoc/libtpcmisc/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PET Miscellaneous library by Turku PET Centre.
+
+%description -l pl.UTF-8
+PET Miscellaneous - biblioteka różnych funkcji Turku PET Centre.
+
+%package devel
+Summary:	Header files for libtpcmisc library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki libtpcmisc
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for libtpcmisc library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki libtpcmisc.
+
+%package static
+Summary:	Static libtpcmisc library
+Summary(pl.UTF-8):	Statyczna biblioteka libtpcmisc
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static libtpcmisc library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka libtpcmisc.
+
+%prep
+%setup -q -c
+rm -r trunk %{name}_*/autom4te.cache
+mv %{name}_*/* .
+rmdir %{name}_*
+%patch0 -p1
+
+%build
+%{__make} libtpcmisc.la \
+	CC="%{__cc}" \
+	CFLAGS="%{rpmcflags} -std=gnu99 -Wall \$(INCLUDE) \$(ANSI)" \
+	LDFLAGS="%{rpmldflags}" \
+	PET_LIB=%{_libdir}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}
+
+%{__make} libinstall \
+	DESTDIR=$RPM_BUILD_ROOT \
+	PET_LIB=%{_libdir}
+
+install -d $RPM_BUILD_ROOT%{_includedir}/tpc
+install include/*.h $RPM_BUILD_ROOT%{_includedir}/tpc
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc History Readme
+%attr(755,root,root) %{_libdir}/libtpcmisc.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libtpcmisc.so.0
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtpcmisc.so
+%{_libdir}/libtpcmisc.la
+%{_includedir}/tpc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libtpcmisc.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-20 11:38:17  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list