rpms/trustyrc/F-9 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 trustyrc.spec, 1.1, 1.2

Nicoleau Fabien eponyme at fedoraproject.org
Sun Sep 28 17:54:22 UTC 2008


Author: eponyme

Update of /cvs/pkgs/rpms/trustyrc/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27495

Modified Files:
	.cvsignore sources trustyrc.spec 
Log Message:
Update to 0.1.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/trustyrc/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Jul 2008 19:52:43 -0000	1.2
+++ .cvsignore	28 Sep 2008 17:53:52 -0000	1.3
@@ -1 +1 @@
-trustyrc-0.1.1.tar.gz
+trustyrc-0.1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trustyrc/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Jul 2008 19:52:43 -0000	1.2
+++ sources	28 Sep 2008 17:53:52 -0000	1.3
@@ -1 +1 @@
-1cc0dfef27d2cfa48c3511f01ba4d78a  trustyrc-0.1.1.tar.gz
+883da45fa4a1aa52e49cf408ad4b13ff  trustyrc-0.1.2.tar.gz


Index: trustyrc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trustyrc/F-9/trustyrc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- trustyrc.spec	6 Jul 2008 19:52:43 -0000	1.1
+++ trustyrc.spec	28 Sep 2008 17:53:52 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           trustyrc
-Version:        0.1.1        
-Release:        2%{?dist}
+Version:        0.1.2        
+Release:        1%{?dist}
 Summary:        Fully modular IRC robot
 
 Group:          Applications/Internet
@@ -49,22 +49,15 @@
 
 %prep
 %setup -q
-# LIGNE PLUS NECESSAIRE EN 0.1.2 (chmod fait sur les sources upstream)
-chmod 0644 src/*.{cpp,h} src/plugins/*.{cpp,h} src/plugins/base_plugin/*.{cpp,h}
-sed -i -e s@"CXXFLAGS=.*"@"CXXFLAGS+=-W -ansi -pedantic -fPIC"@  Makefile
 
 %build
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ;
-make %{?_smp_mflags} HAVE_TINYXML=yes
+make %{?_smp_mflags} HAVE_TINYXML=yes PARANOID=no
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-# sed because of /lib/
-sed -i -e s@"LIBDIR=\$(DESTDIR).*"@"LIBDIR=$RPM_BUILD_ROOT%{_libdir}/%{name}"@ Makefile
-# sed to don't use RPM_BUID_ROOT in configuration file
-sed -i -e s@"\$(LIBDIR)\@"@"%{_libdir}/%{name}\@"@ Makefile
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} HAVE_TINYXML=yes
+make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} LIBDIR=%{_libdir}  HAVE_TINYXML=yes PARANOID=no
 
 
 %clean
@@ -79,7 +72,9 @@
 
 %files plugins
 %defattr(-,root,root,-)
+%doc HOWTO.plugins
 %dir %{_libdir}/%{name}
+%{_libdir}/%{name}/antiflood.so
 %{_libdir}/%{name}/ping.so
 %{_libdir}/%{name}/postconnect.so
 %{_libdir}/%{name}/moderation.so
@@ -109,6 +104,8 @@
 %{_libdir}/%{name}/trad.so
 
 %changelog
+* Sun Sep 28 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.2-1
+- rebuild for 0.1.2
 * Fri Jun 27 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> 0.1.1-2
 - Change buildrequires for curl (only on plugins-extras)
 - Licence update




More information about the fedora-extras-commits mailing list