]> git.pld-linux.org Git - packages/imapsync.git/commitdiff
- don't try to install rpms or cpan modules after build auto/th/imapsync-1.882-3
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Nov 2019 12:39:45 +0000 (13:39 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 9 Nov 2019 12:39:45 +0000 (13:39 +0100)
- rel 3

imapsync.spec
no-prereq-install.patch [new file with mode: 0644]

index ab8282040ce6e0c467f6f55d77bf3f799431da9f..38bd38e366ce6ac5869bf88f8aa40879de3fafbb 100644 (file)
@@ -3,11 +3,12 @@ Summary:      Mailboxes synchronization tool
 Summary(pl.UTF-8):     Narzędzie do synchroniczacji skrzynek pocztowych
 Name:          imapsync
 Version:       1.882
-Release:       2
+Release:       3
 License:       NOLIMIT Public License
 Group:         Applications/Mail
 Source0:       https://github.com/imapsync/imapsync/archive/%{name}-%{version}.tar.gz
 # Source0-md5: 00b650f03165ecfeb6712151d5175ea1
+Patch0:                no-prereq-install.patch
 URL:           http://imapsync.lamiral.info/
 BuildRequires: cpanminus
 BuildRequires: perl-Authen-NTLM
@@ -77,6 +78,7 @@ usunięte po udanym przesłaniu.
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
+%patch0 -p1
 
 %build
 %{__make}
diff --git a/no-prereq-install.patch b/no-prereq-install.patch
new file mode 100644 (file)
index 0000000..f389f70
--- /dev/null
@@ -0,0 +1,20 @@
+--- imapsync-imapsync-1.882/Makefile~  2018-05-07 16:04:51.000000000 +0200
++++ imapsync-imapsync-1.882/Makefile   2019-11-09 13:37:46.838978808 +0100
+@@ -93,7 +93,7 @@
+       @echo "$(DISTRO)"
+-all: doc VERSION biz prereq allcritic bin VERSION_EXE 
++all: doc VERSION biz allcritic bin VERSION_EXE 
+ testp :
+       sh INSTALL.d/prerequisites_imapsync
+@@ -165,7 +165,7 @@
+ W/imapsync.1: imapsync
+       pod2man imapsync > W/imapsync.1
+-install: testp W/imapsync.1
++install: W/imapsync.1
+       mkdir -p $(DESTDIR)$(PREFIX)/bin
+       install imapsync $(DESTDIR)$(PREFIX)/bin/imapsync
+       chmod 755 $(DESTDIR)$(PREFIX)/bin/imapsync
This page took 0.209261 seconds and 4 git commands to generate.