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

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Thu Apr 7 12:24:58 UTC 2005


Author: ertzing

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

Modified Files:
	.cvsignore sources 
Added Files:
	enemies-of-carlotta-1.0.3-Makefile.patch 
	enemies-of-carlotta.spec 
Log Message:
auto-import enemies-of-carlotta-1.0.3-1 on branch devel from enemies-of-carlotta-1.0.3-1.src.rpm

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

--- NEW FILE enemies-of-carlotta-1.0.3-Makefile.patch ---
--- enemies-of-carlotta-1.0.3/Makefile	Tue Feb 25 22:32:13 2003
+++ enemies-of-carlotta-1.0.3-mod/Makefile	Fri Oct  3 16:58:32 2003
@@ -3,19 +3,22 @@
 man1dir = $(prefix)/man/man1
 man1dirfr = $(prefix)/man/fr/man1
 sharedir = $(prefix)/share/enemies-of-carlotta
+python = python
+
+DESTDIR =
 
 all: check
 
 check:
-	python testrun.py
+	$(python) testrun.py
 
 install:
-	install -d $(bindir) $(sharedir) $(man1dir) $(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
-	sh fix-config $(sharedir) < eoc.py > $(sharedir)/eoc.py
-	python -c 'import py_compile; py_compile.compile("$(sharedir)/eoc.py")'
-	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)


--- NEW FILE enemies-of-carlotta.spec ---
Name:           enemies-of-carlotta
Version:        1.0.3
Release:        1
Summary:        A simple mailing list manager

Group:          Applications/Internet
License:        GPL
URL:            http://liw.iki.fi/liw/eoc
Source0:        http://liw.iki.fi/liw/eoc/%{name}-%{version}.tar.gz
Patch0:         enemies-of-carlotta-1.0.3-Makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  python >= 2.1
Requires:       python >= 2.1

%description
Enemies of Carlotta is a simple mailing list manager. It tries
to mimick the ezmlm software somewhat, but is written completely
from scratch, in Python.


%prep
%setup -q
%patch0 -p1 -b .Makefile


%build


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT \
	prefix=%{_prefix} \
	bindir=%{_bindir} \
	man1dir=%{_mandir}/man1 \
	man1dirfr=%{_mandir}/fr/man1 \
	sharedir=%{_datadir}/%{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc BENCHMARKS ChangeLog COPYING NEWS README eoc-benchmark-procmailrc eoc-benchmark
%{_bindir}/enemies-of-carlotta
%{_datadir}/%{name}
%{_mandir}/man1/*
%{_mandir}/fr/man1/*



%changelog
* Tue Apr 05 2005 Ralf Ertzinger <ralf at skytale.net> 1.0.3-1 
- Initial RPM build for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Apr 2005 12:24:13 -0000	1.1
+++ .cvsignore	7 Apr 2005 12:24:56 -0000	1.2
@@ -0,0 +1 @@
+enemies-of-carlotta-1.0.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/enemies-of-carlotta/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Apr 2005 12:24:13 -0000	1.1
+++ sources	7 Apr 2005 12:24:56 -0000	1.2
@@ -0,0 +1 @@
+c128776396562ef1c678e438422d11fb  enemies-of-carlotta-1.0.3.tar.gz




More information about the fedora-extras-commits mailing list