SPECS: rudiments.spec - pl - include .la
qboosh
qboosh at pld-linux.org
Sun Oct 8 15:22:26 CEST 2006
Author: qboosh Date: Sun Oct 8 13:22:26 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
- include .la
---- Files affected:
SPECS:
rudiments.spec (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SPECS/rudiments.spec
diff -u SPECS/rudiments.spec:1.3 SPECS/rudiments.spec:1.4
--- SPECS/rudiments.spec:1.3 Tue Sep 12 14:51:28 2006
+++ SPECS/rudiments.spec Sun Oct 8 15:22:20 2006
@@ -1,5 +1,6 @@
# $Revision$, $Date$
Summary: C++ class library for daemons, clients and servers
+Summary(pl): Biblioteka klas C++ dla demonów, klientów i serwerów
Name: rudiments
Version: 0.29
Release: 0.4
@@ -18,29 +19,47 @@
for the standard C functions for things like such as regular
expressions, semaphores and signal handling.
+%description -l pl
+Rudiments to mająca otwarte źródła biblioteka klas C++ dostarczająca
+klasy bazowe do tworzenia demonów, klientów i serwerów oraz klasy
+obudowujące dla standardowych funkcji C obsługujących wyrażenia
+regularne, semafory, sygnały itp.
+
%package devel
-Summary: Libraries and header files for developing rudiments
+Summary: Header files for rudiments library
+Summary(pl): Pliki nagłówkowe biblioteki rudiments
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description devel
-Libraries and header files for developing rudiments.
+Header files for rudiments library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki rudiments.
%package static
-Summary: static librarires for developing rudiments
+Summary: Static rudiments library
+Summary(pl): Statyczna biblioteka rudiments
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
%description static
-static libraries files for developing rudiments.
+Static rudiments library.
+
+%description static -l pl
+Statyczna biblioteka rudiments.
%package doc
Summary: Documentation for rudiments
-Group: Development/Libraries
+Summary(pl): Dokumentacja dla biblioteki rudiments
+Group: Documentation
%description doc
Documentation for rudiments.
+%description doc -l pl
+Dokumentacja dla biblioteki rudiments.
+
%prep
%setup -q
@@ -50,11 +69,10 @@
%install
rm -rf $RPM_BUILD_ROOT
+
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -67,9 +85,10 @@
%files devel
%defattr(644,root,root,755)
-%{_includedir}/rudiments
-%{_libdir}/*.so
%attr(755,root,root) %{_bindir}/rudiments-config
+%attr(755,root,root) %{_libdir}/*.so
+%{_libdir}/*.la
+%{_includedir}/rudiments
%{_pkgconfigdir}/rudiments.pc
%files static
@@ -86,6 +105,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/10/08 13:22:20 qboosh
+- pl
+- include .la
+
Revision 1.3 2006/09/12 12:51:28 glen
- created -static, cosmetics and fixes
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/rudiments.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list