summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2004-12-08 20:25:20 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitb13a987c924bf23266d668504a9c129041677de2 (patch)
tree8e1c203adf6e071b619d2205a024c90ca9a11709
parent35c55b0b6b73ea8293a6be3b797f03468a5f68df (diff)
downloadlibxode-b13a987c924bf23266d668504a9c129041677de2.zip
libxode-b13a987c924bf23266d668504a9c129041677de2.tar.gz
- pl fixes, spec updates
Changed files: libxode.spec -> 1.7
-rw-r--r--libxode.spec19
1 files changed, 9 insertions, 10 deletions
diff --git a/libxode.spec b/libxode.spec
index 04c8908..f45bb18 100644
--- a/libxode.spec
+++ b/libxode.spec
@@ -1,5 +1,5 @@
Summary: Library of XML, memory, and string helper functions
-Summary(pl): Biblioteka funkcji pomocniczych do XML, pamięci i stringów
+Summary(pl): Biblioteka funkcji pomocniczych do XML-a, pamięci i łańcuchów
Name: libxode
Version: 0.71
Release: 1
@@ -16,8 +16,8 @@ libxode provides a library of XML, memory, and string helper
functions. Jabber server software uses libxode extensively.
%description -l pl
-libxode to biblioteka funkcji pomocniczych do XML, pamięci i stringów.
-Używana intensywnie przez oprogramowanie serwerowe Jabber.
+libxode to biblioteka funkcji pomocniczych do XML-a, pamięci i
+łańcuchów. Używana intensywnie przez oprogramowanie serwerowe Jabber.
%package devel
Summary: Header files and development documentation for libxode
@@ -35,13 +35,13 @@ Pliki nagłówkowe i dokumentacja programisty do libxode.
Summary: Static version of libxode
Summary(pl): Statyczna wersja libxode
Group: Development/Libraries
-Requires: %{name}-devel = %{version}
+Requires: %{name}-devel = %{version}-%{release}
%description static
Static version of libxode.
%description static -l pl
-Statyczna wersjaa libxode.
+Statyczna wersja libxode.
%prep
%setup -q
@@ -54,9 +54,8 @@ Statyczna wersjaa libxode.
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-
-gzip -9nf AUTHORS ChangeLog NEWS README
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@@ -66,14 +65,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_libdir}/lib*.so.*.*
%files devel
%defattr(644,root,root,755)
-%doc *.gz
%attr(755,root,root) %{_bindir}/*
%attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.la
+%{_libdir}/lib*.la
%{_includedir}/%{name}*
%files static