From 49d32ae1a12c38758ae128d30b72f0f7c843d83d Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Sat, 20 Dec 2025 05:54:09 -0500 Subject: [PATCH] Able to build rpm binary --- Makefile.git | 6 ------ mailleur.spec.in | 1 - www/{ => Notes}/exetbl.php | 0 3 files changed, 7 deletions(-) rename www/{ => Notes}/exetbl.php (100%) diff --git a/Makefile.git b/Makefile.git index 1ba7fa3..9cf50a2 100644 --- a/Makefile.git +++ b/Makefile.git @@ -8,12 +8,6 @@ RELEASE = $(shell git rev-list --count $(CURTAG) ^tag-$(VERSION)) NEXTREL = $(shell echo $(RELEASE) + 1 |bc) MAILREL = $(shell echo $(VERSION)-$(NEXTREL)-$(BRANCH)) #-------------------------------------------------------------------- -xxx : - @ echo $(CURTAG) - @ echo $(BRANCH) - @ echo MA-0.19-dvl | cut -d '-' -f2 - @ echo $(VERSION) - #-------------------------------------------------------------------- #to check if git find difference github : diff --git a/mailleur.spec.in b/mailleur.spec.in index 6007825..006e7bb 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -87,7 +87,6 @@ search about email exchange within time and transaction context. %attr(0750,%{name},apache) %{wwwdir}/%{name}/release.php %attr(0750,%{name},apache) %{wwwdir}/%{name}/subrou.php %attr(0750,%{name},apache) %{wwwdir}/%{name}/unienv.php -%attr(0750,%{name},apache) %{wwwdir}/%{name}/unilng.php %attr(0640,%{name},apache) %{wwwdir}/%{name}/reg-icons/*.gif %attr(0640,%{name},apache) %{wwwdir}/%{name}/reg-icons/*.png %attr(0644,root,root) %{_datadir}/%{name}/sql/%{name}.sql diff --git a/www/exetbl.php b/www/Notes/exetbl.php similarity index 100% rename from www/exetbl.php rename to www/Notes/exetbl.php -- 2.47.3