[svn] r5534 - in trunk/rpms: monit perl-Module-Refresh texmaker
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Fri Jun 22 04:32:43 CEST 2007
Author: dag
Date: 2007-06-22 04:32:41 +0200 (Fri, 22 Jun 2007)
New Revision: 5534
Added:
trunk/rpms/texmaker/texmaker-1.11.spec
trunk/rpms/texmaker/texmaker-1.4.spec
Modified:
trunk/rpms/monit/monit.spec
trunk/rpms/perl-Module-Refresh/perl-Module-Refresh.spec
trunk/rpms/texmaker/texmaker.spec
Log:
Updates
Modified: trunk/rpms/monit/monit.spec
===================================================================
--- trunk/rpms/monit/monit.spec 2007-06-21 22:25:18 UTC (rev 5533)
+++ trunk/rpms/monit/monit.spec 2007-06-22 02:32:41 UTC (rev 5534)
@@ -7,7 +7,7 @@
Summary: Process monitor and restart utility
Name: monit
Version: 4.9
-Release: 1
+Release: 2
License: GPL
Group: Applications/Internet
URL: http://www.tildeslash.com/monit/
@@ -112,6 +112,7 @@
EOF
%{__perl} -pi.orig -e 's|\bmonitrc\b|monit.conf|' monitor.h
+%{__perl} -pi.orig -e 's|^#\s+(include .*)$|$1|' monitrc
%build
%configure \
@@ -167,6 +168,9 @@
%{_localstatedir}/lib/monit/
%changelog
+* Mon Jun 18 2007 Dag Wieers <dag at wieers.com> - 4.9-2
+- Enable the use of /etc/monit.d/ in the config-file. (Oren Held)
+
* Tue Feb 20 2007 Dag Wieers <dag at wieers.com> - 4.9-1
- Updated to release 4.9.
Modified: trunk/rpms/perl-Module-Refresh/perl-Module-Refresh.spec
===================================================================
--- trunk/rpms/perl-Module-Refresh/perl-Module-Refresh.spec 2007-06-21 22:25:18 UTC (rev 5533)
+++ trunk/rpms/perl-Module-Refresh/perl-Module-Refresh.spec 2007-06-22 02:32:41 UTC (rev 5534)
@@ -19,7 +19,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch
-BuildRequires: perl, perl(ExtUtils::MakeMaker)
+BuildRequires: perl >= 2:5.8.1, perl(ExtUtils::MakeMaker)
%description
With this module, you can refresh %INC when updated on disk.
@@ -34,15 +34,18 @@
%install
%{__rm} -rf %{buildroot}
%makeinstall
-%{__rm} -rf %{buildroot}%{perl_archlib}/perllocal.pod %{buildroot}%{perl_vendorarch}/auto/*/*/.packlist
+### Clean up buildroot
+%{__rm} -rf %{buildroot}%{perl_archlib} %{buildroot}%{perl_vendorarch}
+
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
-%doc Changes
-%doc %{_mandir}/man3/*
+%doc Changes MANIFEST META.yml SIGNATURE
+%doc %{_mandir}/man3/Module::Refresh.3pm*
+%dir %{perl_vendorlib}/Module/
%{perl_vendorlib}/Module/Refresh.pm
%changelog
@@ -52,8 +55,5 @@
* Sun Apr 29 2007 Dries Verachtert <dries at ulyssis.org> - 0.11-1
- Updated to release 0.11.
-* Wed Mar 22 2006 Dries Verachtert <dries at ulyssis.org> - 0.09-1.2
-- Rebuild for Fedora Core 5.
-
* Sat Dec 31 2005 Dries Verachtert <dries at ulyssis.org> - 0.09-1
- Initial package.
Added: trunk/rpms/texmaker/texmaker-1.11.spec
===================================================================
--- trunk/rpms/texmaker/texmaker-1.11.spec (rev 0)
+++ trunk/rpms/texmaker/texmaker-1.11.spec 2007-06-22 02:32:41 UTC (rev 5534)
@@ -0,0 +1,125 @@
+# $Id$
+# Authority: dag
+# Upstream: Pascal Brachet <pbrachet$xm1math,net>
+
+%{?dist: %{expand: %%define %dist 1}}
+
+%{?rh7:%define _without_freedesktop 1}
+%{?el2:%define _without_freedesktop 1}
+%{?rh6:%define _without_freedesktop 1}
+
+%define desktop_vendor rpmforge
+
+Summary: LaTeX editor
+Name: texmaker
+Version: 1.11
+Release: 2
+License: GPL
+Group: Applications/Publishing
+URL: http://www.xm1math.net/texmaker/
+
+Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: qt-devel >= 3.1, kdelibs-devel, gcc-c++
+%{!?_without_freedesktop:BuildRequires: desktop-file-utils}
+
+%description
+Texmaker is a program, that integrates many tools needed
+to develop documents with LaTeX, in just one application.
+
+It have thoses features:
+- an editor to write your LaTeX source files
+ (syntax highlighting, undo-redo, search-replace, ...)
+- the principal LaTex tags can be inserted directly with the "LaTeX",
+ "Math" and "Greek" menus
+- 370 mathematical symbols can be inserted in just one click
+- wizards to generate code ('Quick document', 'Quick letter', tabular,
+ tabbing and array environments)
+- LaTeX-related programs can be launched via the "Tools" menu
+- the standard Bibtex entry types can be inserted in the ".bib" file
+ with the "Bibliography" menu
+- a "structure view" of the document for easier navigation of a document
+ (by clicking on an item in the "Structure" frame, you can jump directly
+ to the corresponding part of your document
+- extensive LaTeX documentation
+- in the "Messages / Log File" frame, you can see information about processes
+ and the logfile after a LaTeX compilation
+- the "Next Latex Error" and "Previous Latex Error" commands let you reach the
+ LaTeX errors detected by Kile in the log file
+- by clicking on the number of a line in the log file, the cursor jumps to the
+ corresponding line in the editor
+
+%prep
+%setup
+
+%{__perl} -pi.orig -e 's|PREFIX"|"%{_prefix}|' *.cpp
+
+%{__cat} <<EOF >texmaker.desktop
+[Desktop Entry]
+Name=Texmaker TeX Editor
+Comment=Create and edit LaTeX documents
+Exec=texmaker
+MimeType=text/x-tex
+Icon=texmaker.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Application;Office;WordProcessor;
+EOF
+
+%build
+source "%{_sysconfdir}/profile.d/qt.sh"
+$QTDIR/bin/qmake -makefile -unix texmaker.pro
+
+%{__make} %{?_smp_mflags} \
+ CXXFLAGS="%{optflags}"
+
+%install
+%{__rm} -rf %{buildroot}
+#%{__make} install \
+# DESTDIR="%{buildroot}"
+%{__install} -D -m0755 texmaker %{buildroot}%{_bindir}/texmaker
+%{__install} -D -m0644 utilities/texmaker16x16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/texmaker.png
+%{__install} -D -m0644 utilities/texmaker32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/texmaker.png
+%{__install} -D -m0644 utilities/texmaker48x48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/texmaker.png
+%{__install} -D -m0644 utilities/texmaker48x48.png %{buildroot}%{_datadir}/pixmaps/texmaker.png
+
+%{__install} -d -m0755 %{buildroot}%{_datadir}/texmaker/
+%{__install} -m0644 utilities/*.{css,gif,html,png} %{buildroot}%{_datadir}/texmaker/
+
+%if %{?_without_freedesktop:1}0
+ %{__install} -D -m0644 texmaker.desktop %{buildroot}%{_datadir}/applications/texmaker.desktop
+%else
+ %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
+ desktop-file-install --vendor %{desktop_vendor} \
+ --add-category X-Red-Hat-Base \
+ --dir %{buildroot}%{_datadir}/applications \
+ texmaker.desktop
+%endif
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc INSTALL utilities/AUTHORS utilities/COPYING
+%{_bindir}/texmaker
+%{?_without_freedesktop:%{_datadir}/applications/texmaker.desktop}
+%{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-texmaker.desktop}
+%{_datadir}/icons/hicolor/*/apps/texmaker.png
+%{_datadir}/pixmaps/texmaker.png
+%{_datadir}/texmaker/
+
+%changelog
+* Wed Jan 26 2005 Dag Wieers <dag at weers.com> - 1.11-2
+- Fixed location of the documentation. (Richard Heck)
+
+* Sun Aug 15 2004 Dag Wieers <dag at weers.com> - 1.11-1
+- Updated to release 1.11.
+
+* Sun Jul 11 2004 Dag Wieers <dag at weers.com> - 1.1-1
+- Updated to release 1.1.
+
+* Sat Sep 20 2003 Dag Wieers <dag at weers.com> - 1.0.1-0
+- Initial package. (using DAR)
Property changes on: trunk/rpms/texmaker/texmaker-1.11.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Added: trunk/rpms/texmaker/texmaker-1.4.spec
===================================================================
--- trunk/rpms/texmaker/texmaker-1.4.spec (rev 0)
+++ trunk/rpms/texmaker/texmaker-1.4.spec 2007-06-22 02:32:41 UTC (rev 5534)
@@ -0,0 +1,137 @@
+# $Id$
+# Authority: dag
+# Upstream: Pascal Brachet <pbrachet$xm1math,net>
+
+%{?dist: %{expand: %%define %dist 1}}
+
+%{?rh7:%define _without_freedesktop 1}
+%{?el2:%define _without_freedesktop 1}
+%{?rh6:%define _without_freedesktop 1}
+
+%define desktop_vendor rpmforge
+
+Summary: LaTeX editor
+Name: texmaker
+Version: 1.4
+Release: 1
+License: GPL
+Group: Applications/Publishing
+URL: http://www.xm1math.net/texmaker/
+
+Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: qt-devel >= 3.3, kdelibs-devel, gcc-c++
+%{!?_without_freedesktop:BuildRequires: desktop-file-utils}
+
+%description
+Texmaker is a program, that integrates many tools needed
+to develop documents with LaTeX, in just one application.
+
+It have thoses features:
+- an editor to write your LaTeX source files
+ (syntax highlighting, undo-redo, search-replace, ...)
+- the principal LaTex tags can be inserted directly with the "LaTeX",
+ "Math" and "Greek" menus
+- 370 mathematical symbols can be inserted in just one click
+- wizards to generate code ('Quick document', 'Quick letter', tabular,
+ tabbing and array environments)
+- LaTeX-related programs can be launched via the "Tools" menu
+- the standard Bibtex entry types can be inserted in the ".bib" file
+ with the "Bibliography" menu
+- a "structure view" of the document for easier navigation of a document
+ (by clicking on an item in the "Structure" frame, you can jump directly
+ to the corresponding part of your document
+- extensive LaTeX documentation
+- in the "Messages / Log File" frame, you can see information about processes
+ and the logfile after a LaTeX compilation
+- the "Next Latex Error" and "Previous Latex Error" commands let you reach the
+ LaTeX errors detected by Kile in the log file
+- by clicking on the number of a line in the log file, the cursor jumps to the
+ corresponding line in the editor
+
+%prep
+%setup
+
+%{__perl} -pi.orig -e 's|PREFIX"|"%{_prefix}|' *.cpp
+
+%{__cat} <<EOF >texmaker.desktop
+[Desktop Entry]
+Name=Texmaker TeX Editor
+Comment=Create and edit LaTeX documents
+Exec=texmaker
+MimeType=text/x-tex
+Icon=texmaker.png
+Terminal=false
+Type=Application
+Encoding=UTF-8
+Categories=Application;Office;WordProcessor;
+EOF
+
+%build
+source "%{_sysconfdir}/profile.d/qt.sh"
+$QTDIR/bin/qmake -makefile -unix texmaker.pro
+
+%{__make} %{?_smp_mflags} \
+ CXXFLAGS="%{optflags}"
+
+%install
+%{__rm} -rf %{buildroot}
+#%{__make} install \
+# DESTDIR="%{buildroot}"
+%{__install} -Dp -m0755 texmaker %{buildroot}%{_bindir}/texmaker
+%{__install} -Dp -m0644 utilities/texmaker16x16.png %{buildroot}%{_datadir}/icons/hicolor/16x16/apps/texmaker.png
+%{__install} -Dp -m0644 utilities/texmaker32x32.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps/texmaker.png
+%{__install} -Dp -m0644 utilities/texmaker48x48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/texmaker.png
+%{__install} -Dp -m0644 utilities/texmaker48x48.png %{buildroot}%{_datadir}/pixmaps/texmaker.png
+
+%{__install} -d -m0755 %{buildroot}%{_datadir}/texmaker/
+%{__install} -p -m0644 utilities/*.{css,gif,html,png} %{buildroot}%{_datadir}/texmaker/
+
+%if %{?_without_freedesktop:1}0
+ %{__install} -Dp -m0644 texmaker.desktop %{buildroot}%{_datadir}/applications/texmaker.desktop
+%else
+ %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
+ desktop-file-install --vendor %{desktop_vendor} \
+ --add-category X-Red-Hat-Base \
+ --dir %{buildroot}%{_datadir}/applications \
+ texmaker.desktop
+%endif
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc INSTALL utilities/AUTHORS utilities/COPYING
+%{_bindir}/texmaker
+%{?_without_freedesktop:%{_datadir}/applications/texmaker.desktop}
+%{!?_without_freedesktop:%{_datadir}/applications/%{desktop_vendor}-texmaker.desktop}
+%{_datadir}/icons/hicolor/*/apps/texmaker.png
+%{_datadir}/pixmaps/texmaker.png
+%{_datadir}/texmaker/
+
+%changelog
+* Wed Aug 02 2006 Dag Wieers <dag at weers.com> - 1.4-1
+- Updated to release 1.4.
+
+* Sat Jul 23 2005 Dag Wieers <dag at weers.com> - 1.2.1-1
+- Updated to release 1.2.1.
+
+* Mon Jul 11 2005 Dag Wieers <dag at weers.com> - 1.2-1
+- Updated to release 1.2.
+
+* Sat Apr 30 2005 Dag Wieers <dag at weers.com> - 1.12-1
+- Updated to release 1.12.
+
+* Wed Jan 26 2005 Dag Wieers <dag at weers.com> - 1.11-2
+- Fixed location of the documentation. (Richard Heck)
+
+* Sun Aug 15 2004 Dag Wieers <dag at weers.com> - 1.11-1
+- Updated to release 1.11.
+
+* Sun Jul 11 2004 Dag Wieers <dag at weers.com> - 1.1-1
+- Updated to release 1.1.
+
+* Sat Sep 20 2003 Dag Wieers <dag at weers.com> - 1.0.1-0
+- Initial package. (using DAR)
Property changes on: trunk/rpms/texmaker/texmaker-1.4.spec
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ native
Modified: trunk/rpms/texmaker/texmaker.spec
===================================================================
--- trunk/rpms/texmaker/texmaker.spec 2007-06-21 22:25:18 UTC (rev 5533)
+++ trunk/rpms/texmaker/texmaker.spec 2007-06-22 02:32:41 UTC (rev 5534)
@@ -12,8 +12,8 @@
Summary: LaTeX editor
Name: texmaker
-Version: 1.2.1
-Release: 1.2
+Version: 1.6
+Release: 1
License: GPL
Group: Applications/Publishing
URL: http://www.xm1math.net/texmaker/
@@ -21,7 +21,7 @@
Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: qt-devel >= 3.3, kdelibs-devel, gcc-c++
+BuildRequires: qt-devel >= 4.0, kdelibs-devel, gcc-c++
%{!?_without_freedesktop:BuildRequires: desktop-file-utils}
%description
@@ -112,9 +112,12 @@
%{_datadir}/texmaker/
%changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 1.2.1-1.2
-- Rebuild for Fedora Core 5.
+* Thu Jun 21 2007 Dag Wieers <dag at weers.com> - 1.6-1
+- Updated to release 1.6.
+* Wed Aug 02 2006 Dag Wieers <dag at weers.com> - 1.4-1
+- Updated to release 1.4.
+
* Sat Jul 23 2005 Dag Wieers <dag at weers.com> - 1.2.1-1
- Updated to release 1.2.1.
More information about the svn-commits
mailing list