]> git.pld-linux.org Git - packages/WordNet.git/commitdiff
- pl for -static,-browser
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 31 Jan 2006 14:21:00 +0000 (14:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    WordNet.spec -> 1.6

WordNet.spec

index fc808eda9eff614613d509d3b64626b04bd2b587..977cec97e62178f8b91679a5a65e6d6da88b50f7 100644 (file)
@@ -42,7 +42,7 @@ mi
 Summary:       Header files, library, and development documentation for WordNet
 Summary(pl):   Pliki nag³ówkowe, biblioteka i dokumentacja do WordNet
 Group:         Development/Libraries
-Requires:      %{name} = %{version}
+Requires:      %{name} = %{version}-%{release}
 
 %description devel
 Header files and development documentation for WordNet.
@@ -52,20 +52,28 @@ Pliki nag
 
 %package static
 Summary:       Static WordNet library
+Summary(pl):   Statyczna biblioteka WordNet
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{version}-%{release}
 
 %description static
 Static WordNet library.
 
+%description static -l pl
+Statyczna biblioteka WordNet.
+
 %package browser
 Summary:       WordNet browser
+Summary(pl):   Przegl±darka WordNet
 Group:         Applications/Dictionaries
 Requires:      %{name} = %{version}-%{release}
 
 %description browser
 A graphical interface to the WordNet online lexical database.
 
+%description browser -l pl
+Graficzny interfejs do sieciowej bazy danych s³ownika WordNet.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -99,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog README
 %attr(755,root,root) %{_bindir}/wn
-%attr(755,root,root) %{_libdir}/*.so.0.0.0
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
 %{_mandir}/man1/wn.1*
 %{_mandir}/man1/wnintro.1*
 %dir %{_datadir}/%{name}
@@ -107,9 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.la
-%{_libdir}/*.so
+%{_includedir}/*
 # funny. manual is there but no such program. rm -f it?
 %{_mandir}/man1/grind.1*
 %{_mandir}/man[357]/*
This page took 0.094987 seconds and 4 git commands to generate.