SPECS: libcoyotl.spec (NEW) - new - adaptarized - NFY (pl)
blekot
blekot at pld-linux.org
Mon Jul 14 22:25:56 CEST 2008
Author: blekot Date: Mon Jul 14 20:25:56 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
- adaptarized
- NFY (pl)
---- Files affected:
SPECS:
libcoyotl.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/libcoyotl.spec
diff -u /dev/null SPECS/libcoyotl.spec:1.1
--- /dev/null Mon Jul 14 22:25:56 2008
+++ SPECS/libcoyotl.spec Mon Jul 14 22:25:51 2008
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+Summary: The Coyotl library defies easy classification -- much like it's namesake
+Name: libcoyotl
+Version: 3.1.0
+Release: 1
+License: GPL
+Group: Libraries
+URL: http://www.coyotegulch.com/products/libcoyotl/index.html
+Source0: %{name}-%{version}.tar.gz
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Coyotl library defies easy classification -- much like it's
+namesake. It collects several C++ tools that have proven useful in
+many of my programs, but which aren't "big enough" to warrant an
+individual library.
+
+%package devel
+Summary: libcoyotl headers and documentation
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+libcoyotl libraries headers and documentation
+
+%package static
+Summary: libcoyotl static libraries
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description static
+libcoyotl static libraries
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_libdir}/lib*.so.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/lib*.la
+%dir %{_includedir}/%{name}
+%{_includedir}/%{name}/*.h
+%dir %{_docdir}/%{name}/api/
+%{_docdir}/%{name}/api/*
+
+%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 2008/07/14 20:25:51 blekot
+- new
+- adaptarized
+- NFY (pl)
+
================================================================
More information about the pld-cvs-commit
mailing list