rpms/pilot-link/devel pilot-link.spec,1.62,1.63

Alex Lancaster (alexlan) fedora-extras-commits at redhat.com
Mon Nov 12 11:44:02 UTC 2007


Author: alexlan

Update of /cvs/extras/rpms/pilot-link/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10549

Modified Files:
	pilot-link.spec 
Log Message:
* Mon Nov 12 2007 Alex Lancaster <alexl at users.sourceforge.net> - 2:0.12.2-7
- Perl bindings need to be compiled after libpisock is installed



Index: pilot-link.spec
===================================================================
RCS file: /cvs/extras/rpms/pilot-link/devel/pilot-link.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- pilot-link.spec	12 Nov 2007 11:19:29 -0000	1.62
+++ pilot-link.spec	12 Nov 2007 11:43:28 -0000	1.63
@@ -3,7 +3,7 @@
 
 Name: pilot-link
 Version: 0.12.2
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 2
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
@@ -92,6 +92,9 @@
 %install
 rm -rf %{buildroot}
 
+make install DESTDIR=%{buildroot} libdir=%{_libdir} 
+make install -C doc/man DESTDIR=%{buildroot} libdir=%{_libdir}
+
 %if %{support_perl}
 if test -f bindings/Perl/Makefile.PL ; then
    cd bindings/Perl
@@ -103,9 +106,6 @@
 fi
 %endif
 
-make install DESTDIR=%{buildroot} libdir=%{_libdir} 
-make install -C doc/man DESTDIR=%{buildroot} libdir=%{_libdir}
-
 %if %{support_perl}
   cd bindings/Perl
   make pure_install PERL_INSTALL_ROOT=%{buildroot}
@@ -154,6 +154,9 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Mon Nov 12 2007 Alex Lancaster <alexl at users.sourceforge.net> - 2:0.12.2-7
+- Perl bindings need to be compiled after libpisock is installed
+
 * Mon Nov 12 2007 Alex Lancaster <alexl at users.sourceforge.net> - 2:0.12.2-6
 - Enable Perl bindings
 - Include important docs such as README.usb




More information about the fedora-extras-commits mailing list