]> git.pld-linux.org Git - packages/xmlrpc-epi.git/commitdiff
- release 1: use new %doc. RA-1_0 STABLE xmlrpc-epi-0_50-1
authorkloczek <kloczek@pld-linux.org>
Tue, 11 Jun 2002 22:35:01 +0000 (22:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xmlrpc-epi.spec -> 1.6

xmlrpc-epi.spec

index ee464bb1ba9e25ce4fff10db17119feb9c77857a..a712578568b33fd5557cd360fe14de4e636d6238 100644 (file)
@@ -4,7 +4,7 @@ Summary:        XML-RPC EPI library - an implementation of the xmlrpc protocol
 Summary(pl):   Biblioteka XML-RPC EPI - implementacja protoko³u xmlrpc
 Name:          xmlrpc-epi
 Version:       0.50
-Release:       0.1
+Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://prdownloads.sourceforge.net/xmlrpc-epi/%{name}-%{version}.tar.gz
@@ -78,7 +78,7 @@ Programy przyk
 
 %build
 rm -f missing
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
 %{__autoconf}
 %{__automake}
@@ -92,9 +92,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-#don't remove COPYING from package, license requires this.
-gzip -9nf AUTHORS ChangeLog NEWS README COPYING
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -107,7 +104,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README COPYING
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
 %{_includedir}
This page took 0.136525 seconds and 4 git commands to generate.