rpms/enemies-of-carlotta/devel enemies-of-carlotta-1.0.3-Makefile.patch, 1.1, 1.2 enemies-of-carlotta.spec, 1.1, 1.2

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Fri Apr 8 09:52:14 UTC 2005


Author: ertzing

Update of /cvs/extras/rpms/enemies-of-carlotta/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13897

Modified Files:
	enemies-of-carlotta-1.0.3-Makefile.patch 
	enemies-of-carlotta.spec 
Log Message:
- Fixed use of $(DESTDIR) in enemies-of-carlotta-1.0.3-Makefile.patch


enemies-of-carlotta-1.0.3-Makefile.patch:

Index: enemies-of-carlotta-1.0.3-Makefile.patch
===================================================================
RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/enemies-of-carlotta-1.0.3-Makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enemies-of-carlotta-1.0.3-Makefile.patch	7 Apr 2005 12:24:56 -0000	1.1
+++ enemies-of-carlotta-1.0.3-Makefile.patch	8 Apr 2005 09:52:12 -0000	1.2
@@ -16,7 +16,7 @@
  
  install:
 -	install -d $(bindir) $(sharedir) $(man1dir) $(man1dirfr)
-+	install -d $(DESTDIR)/$(bindir) $(DESTDIR)/$(sharedir) $(DESTDIR)/$(man1dir) $(DESTDIR)/$(man1dirfr)
++	install -d $(DESTDIR)$(bindir) $(DESTDIR)$(sharedir) $(DESTDIR)$(man1dir) $(DESTDIR)$(man1dirfr)
  	sed 's,^SHAREDIR=.*,SHAREDIR="$(sharedir)",' enemies-of-carlotta \
 -	    > $(bindir)/enemies-of-carlotta
 -	chmod 755 $(bindir)/enemies-of-carlotta
@@ -25,10 +25,10 @@
 -	install -m 0644 enemies-of-carlotta.1 $(man1dir)
 -	install -m 0644 enemies-of-carlotta.1.fr $(man1dirfr)/enemies-of-carlotta.1
 -	install -m 0644 templates/????* $(sharedir)
-+	    > $(DESTDIR)/$(bindir)/enemies-of-carlotta
-+	chmod 755 $(DESTDIR)/$(bindir)/enemies-of-carlotta
-+	sh fix-config $(sharedir) < eoc.py > $(DESTDIR)/$(sharedir)/eoc.py
-+	$(python) -c 'import py_compile; py_compile.compile("$(DESTDIR)/$(sharedir)/eoc.py")'
-+	install -m 0644 enemies-of-carlotta.1 $(DESTDIR)/$(man1dir)
-+	install -m 0644 enemies-of-carlotta.1.fr $(DESTDIR)/$(man1dirfr)/enemies-of-carlotta.1
-+	install -m 0644 templates/????* $(DESTDIR)/$(sharedir)
++	    > $(DESTDIR)$(bindir)/enemies-of-carlotta
++	chmod 755 $(DESTDIR)$(bindir)/enemies-of-carlotta
++	sh fix-config $(sharedir) < eoc.py > $(DESTDIR)$(sharedir)/eoc.py
++	$(python) -c 'import py_compile; py_compile.compile("$(DESTDIR)$(sharedir)/eoc.py")'
++	install -m 0644 enemies-of-carlotta.1 $(DESTDIR)$(man1dir)
++	install -m 0644 enemies-of-carlotta.1.fr $(DESTDIR)$(man1dirfr)/enemies-of-carlotta.1
++	install -m 0644 templates/????* $(DESTDIR)$(sharedir)


Index: enemies-of-carlotta.spec
===================================================================
RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/enemies-of-carlotta.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enemies-of-carlotta.spec	7 Apr 2005 12:24:56 -0000	1.1
+++ enemies-of-carlotta.spec	8 Apr 2005 09:52:12 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           enemies-of-carlotta
 Version:        1.0.3
-Release:        1
+Release:        2
 Summary:        A simple mailing list manager
 
 Group:          Applications/Internet
@@ -52,5 +52,8 @@
 
 
 %changelog
+* Fri Apr 08 2005 Ralf Ertzinger <ralf at skytale.net> 1.0.3-2 
+- Fixed use of $(DESTDIR) in enemies-of-carlotta-1.0.3-Makefile.patch
+
 * Tue Apr 05 2005 Ralf Ertzinger <ralf at skytale.net> 1.0.3-1 
 - Initial RPM build for Fedora Extras




More information about the fedora-extras-commits mailing list