SPECS: libstrlcpy.spec - created devel package and moved manual there
glen
glen at pld-linux.org
Mon Oct 3 17:49:45 CEST 2005
Author: glen Date: Mon Oct 3 15:49:45 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- created devel package and moved manual there
---- Files affected:
SPECS:
libstrlcpy.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/libstrlcpy.spec
diff -u SPECS/libstrlcpy.spec:1.2 SPECS/libstrlcpy.spec:1.3
--- SPECS/libstrlcpy.spec:1.2 Mon Oct 3 17:45:54 2005
+++ SPECS/libstrlcpy.spec Mon Oct 3 17:49:40 2005
@@ -20,6 +20,14 @@
%description
strlcpy and strlcat - consistent, safe, string copy and concatenation.
+%package devel
+Summary: Development libraries for libstrlcpy
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This is the package containing the development library for libstrlcpy.
+
%prep
%setup -q -c -T
cp %{SOURCE0} .
@@ -45,8 +53,10 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
%attr(755,root,root) %{_libdir}/%{soname}
+
+%files devel
+%attr(755,root,root) %{_libdir}/%{name}.so
%{_mandir}/man3/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -55,9 +65,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2005/10/03 15:49:40 glen
+- created devel package and moved manual there
+
Revision 1.2 2005/10/03 15:45:54 glen
- add soname (thx arekm)
Revision 1.1 2005/10/03 15:42:03 glen
- version is taken from cvs rcs date tag and most recent from both of the files
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libstrlcpy.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list