rpms/pilot-link/devel pilot-link.spec,1.92,1.93

Ivana Varekova varekova at fedoraproject.org
Fri Mar 5 12:05:37 UTC 2010


Author: varekova

Update of /cvs/pkgs/rpms/pilot-link/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19436

Modified Files:
	pilot-link.spec 
Log Message:
- remove rpath
  fix the license tag
  remove autoreconf and %{optflags} setting



Index: pilot-link.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/devel/pilot-link.spec,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -p -r1.92 -r1.93
--- pilot-link.spec	5 Jan 2010 13:22:16 -0000	1.92
+++ pilot-link.spec	5 Mar 2010 12:05:36 -0000	1.93
@@ -2,10 +2,13 @@
 
 Name: pilot-link
 Version: 0.12.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 Epoch: 2
-# libpisock/md5.c, include/pi-md5, ..  have Public Domain license
-License: GPLv2 and GPLv2+ and LGPLv2+ and TCL and Public Domain
+# libpisock/md5.c       Public Domain
+# libpisock/blob.c      LGPLv2+
+# libpisock/contact.c   GPLv2
+# kittykiller.c         GPLv2+
+License: GPLv2 and GPLv2+ and LGPLv2+ and Public Domain
 Group: Applications/Communications
 Summary: File transfer utilities between Linux and PalmPilots
 URL: http://www.pilot-link.org/
@@ -17,9 +20,6 @@ Source5: 60-pilot.perms
 Source6: 69-pilot-link.rules
 
 ExcludeArch: s390 s390x
-#Patch1: pilot-link-0.11.0-perlmd5.patch  # May be still applied
-#Patch2: pilot-link-0.11.0-perlpollute.patch  # May be still applied
-#Patch3: pilot-link-0.11.2-malsync.patch  # May be still applied
 Patch4: pilot-link-0.12.1-var.patch 
 Patch6: pilot-link-0.12.2-open.patch
 Patch10: pilot-link-0.12.3-clio.patch
@@ -85,8 +85,7 @@ iconv -f windows-1252 -t UTF8 NEWS > NEW
 mv NEWS.aux NEWS
 
 %build
-autoreconf -isf
-CFLAGS="%{optflags}" %configure \
+%configure \
   --with-python=no \
   --with-itcl=no \
   --with-tk=no \
@@ -96,6 +95,9 @@ CFLAGS="%{optflags}" %configure \
   --with-perl=yes \
   --enable-conduits \
   --enable-libusb
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 
 make
 
@@ -121,6 +123,7 @@ cd ../..
 find %{buildroot}%{_libdir}/perl5/ -type f -name '.packlist' -exec rm -f {} \;
 find %{buildroot}%{_libdir}/perl5/ -type f -name '*.bs' -size 0 -exec rm -f {} \;
 find %{buildroot}%{_libdir}/perl5/ -type f -name '*.so' -exec chmod 0755 {} \;
+find %{buildroot}%{_libdir}/perl5/ -type f -name '*.pod' -exec rm -f {} \;
 rm -f %{buildroot}%{_libdir}/perl5/perllocal.pod
 rm -f %{buildroot}%{_libdir}/perl5/*/*/*/PDA/dump.pl
 
@@ -186,7 +189,12 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Tue Jan 5 2010 Jan Gorig <jgorig at redhat.com> 2:0.12.4-7
+* Fri Mar  5 2010 Ivana Hutarova Varekova 2:0.12.4-8
+- remove rpath
+  fix the license tag
+  remove autoreconf and optflags setting
+
+* Tue Jan  5 2010 Jan Gorig <jgorig at redhat.com> 2:0.12.4-7
 - fix build (#551970)
 
 * Fri Dec 18 2009 Ivana Hutarova Varekova <varekova at redhat.com> 2:0.12.4-6



More information about the scm-commits mailing list