SPECS: sdd.spec - missing man pages, header files, static librarie...

darekr darekr at pld-linux.org
Mon Aug 29 19:18:32 CEST 2005


Author: darekr                       Date: Mon Aug 29 17:18:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing man pages, header files, static libraries
- added -devel, -static packages

---- Files affected:
SPECS:
   sdd.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/sdd.spec
diff -u SPECS/sdd.spec:1.10 SPECS/sdd.spec:1.11
--- SPECS/sdd.spec:1.10	Tue Dec 21 00:01:19 2004
+++ SPECS/sdd.spec	Mon Aug 29 19:18:26 2005
@@ -33,6 +33,30 @@
 protokołu RMT (Remote Tape Server) czyni zdalne wejście/wyjście
 szybkim i łatwym.
 
+%package devel
+Summary:	Header file for sdd
+Summary(pl):	Pliki nagłówkowe bibliotek sdd
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+sdd header files.
+
+%description devel -l pl
+Pliki nagłówkowe bibliotek sdd.
+
+%package static
+Summary:	Static libraries for sdd
+Summary(pl):	Statyczne biblioteki dla sdd
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+sdd static libraries.
+
+%description static -l pl
+Biblioteki statyczne dla sdd.
+
 %prep
 %setup -q
 
@@ -43,10 +67,13 @@
 
 MAKEPROG=gmake
 export MAKEPROG
-%{__make} COPTS="%{rpmcflags}" CC="%{__cc}"
+%{__make} \
+	COPTS="%{rpmcflags}" \
+	CC="%{__cc}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	INS_BASE=$RPM_BUILD_ROOT%{_prefix}
 
@@ -58,14 +85,28 @@
 %doc README AN-%{version}
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/sdd.1.*
+%{_mandir}/man3/*.3.*
+%{_mandir}/man5/make*.5.*
 %lang(de) %{_mandir}/de/man1/sdd.1.*
 
+%files devel
+%defattr(644,root,root,755)
+%{_includedir}/*.h
+
+%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.11  2005/08/29 17:18:26  darekr
+- missing man pages, header files, static libraries
+- added -devel, -static packages
+
 Revision 1.10  2004/12/20 23:01:19  kolodko
 - up to 1.52
 - rel 0.1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sdd.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list