SPECS: etox.spec - separated library
sparky
sparky at pld-linux.org
Mon Nov 21 11:56:07 CET 2005
Author: sparky Date: Mon Nov 21 10:56:07 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- separated library
---- Files affected:
SPECS:
etox.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/etox.spec
diff -u SPECS/etox.spec:1.6 SPECS/etox.spec:1.7
--- SPECS/etox.spec:1.6 Thu Aug 25 13:50:22 2005
+++ SPECS/etox.spec Mon Nov 21 11:56:01 2005
@@ -13,6 +13,8 @@
BuildRequires: automake
BuildRequires: ecore-devel
BuildRequires: libtool
+BuildRequires: pkgconfig
+Requires: %{name}-libs = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -33,11 +35,22 @@
będący w stanie dynamicznie układać tekst naokoło innych przeszkód
graficznych.
+%package libs
+Summary: Etox library
+Summary(pl): Biblioteka Etox
+Group: X11/Libraries
+
+%description libs
+Etox library.
+
+%description libs -l pl
+Biblioteka Etox.
+
%package devel
Summary: Etox header file
Summary(pl): Plik nagłówkowy Etox
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}-libs = %{version}-%{release}
%description devel
Etox development header.
@@ -86,9 +99,12 @@
%doc AUTHORS COPYING README
%attr(755,root,root) %{_bindir}/etox_test
%attr(755,root,root) %{_bindir}/etox_selections
-%attr(755,root,root) %{_libdir}/libetox.so.*.*.*
%{_datadir}/%{name}
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libetox.so.*.*.*
+
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/etox-config
@@ -108,6 +124,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2005/11/21 10:56:01 sparky
+- separated library
+
Revision 1.6 2005/08/25 11:50:22 charles
- proper URL
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/etox.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list