SPECS: obby.spec (NEW) - added

aredridel aredridel at pld-linux.org
Mon Jul 18 00:25:37 CEST 2005


Author: aredridel                    Date: Sun Jul 17 22:25:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   obby.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/obby.spec
diff -u /dev/null SPECS/obby.spec:1.1
--- /dev/null	Mon Jul 18 00:25:37 2005
+++ SPECS/obby.spec	Mon Jul 18 00:25:31 2005
@@ -0,0 +1,95 @@
+# $Revision$, $Date$
+Summary:	obby library
+Name:		obby
+Version:	0.1.0
+Release:	1
+License:	BSD
+Group:		Libraries
+Source0:	http://releases.0x539.de/obby/%{name}-%{version}.tar.gz
+# Source0-md5:	3ba8800ac9cd731915c7452ab905a72a
+Patch0:	%{name}-assert.patch
+URL:		http://gobby.0x539.de/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+obby library.
+
+%package devel
+Summary:	Header files and develpment documentation for obby
+Summary(pl):	Pliki nagłówkowe i dokumetacja do obby
+Summary(pt_BR):	Arquivos do pacote obby para desenvolvimento
+Group:		Development/Libraries
+Requires:	%{name} = %{epoch}:%{version}-%{release}
+
+%description devel
+Header files and develpment documentation for obby.
+
+%description devel -l pl
+Pliki nagłówkowe i dokumentacja do obby.
+
+%description devel -l pt_BR
+Arquivos de cabeçalho e bibliotecas usadas no desenvolvimento de
+aplicativos que usam obby.
+
+%package static
+Summary:	Static obby library
+Summary(pl):	Biblioteka statyczna obby
+Summary(pt_BR):	Arquivos do pacote obby para desenvolvimento estático
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{epoch}:%{version}-%{release}
+
+%description static
+Static obby library.
+
+%description static -l pl
+Biblioteka statyczna obby.
+
+%description static -l pt_BR
+Arquivos de cabeçalho e bibliotecas usadas no desenvolvimento de
+aplicativos estáticos que usam obby.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_examplesdir}/%{name}-%{version},%{_mandir}/man3}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/%{name}
+%{_pkgconfigdir}/%{name}*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.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  2005/07/17 22:25:31  aredridel
+- added
+
================================================================



More information about the pld-cvs-commit mailing list