Sophie

Sophie

distrib > Mandriva > 2010.1 > i586 > media > contrib-updates-src > by-pkgid > 20b02a5254d075716c679ae0bd70fe27 > files > 2

texmakerx-1.9.9a-1mdv2010.1.src.rpm

%define origname texmakerx

Name:		texmakerx
Summary:	A fork of the LaTeX IDE TexMaker
License:	GPLv2+
Version:	1.9.9a
Release:	%mkrel 1
Source0:	http://downloads.sourceforge.net/project/texmakerx/%{origname}-%{version}.tar.gz
URL:		http://texmakerx.sourceforge.net/
Group:		Publishing
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot 
BuildRequires:	qt4-devel
Requires:	desktop-file-utils 
Obsoletes:  TexMakerX < 1.9.9-3
Provides:   TexMakerX = %version-%release

%description
TexMakerX is a fork of the LaTeX IDE TexMaker and gives you an environment where you can easily create and manage LaTeX documents.
It provides modern writing support, like interactive spell checking, code folding and syntax highlighting. Also it serves as a starting point from where you can easily run all necessary LaTeX tools.

%prep
%setup -q -n %{name}-%version	

%build
%qmake_qt4 PREFIX=%{_prefix} texmakerx.pro 
%make 

%install
rm -rf %{buildroot}
make install INSTALL_ROOT=%buildroot

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root) 
%{_datadir}/%{origname}/*
%{_datadir}/applications/texmakerx.desktop
%{_bindir}/texmakerx



%changelog
* Sat Aug 07 2010 Nicolas Lécureuil <nlecureuil@mandriva.com> 1.9.9a-1mdv2010.1
+ Revision: 567368
- New version 1.9.9a
- Fix package name
- Clean buildroot before install ( removed in previous commit )

* Sat Aug 07 2010 Nicolas Lécureuil <nlecureuil@mandriva.com> 1.9.9-2mdv2011.0
+ Revision: 567357
- Fix release
- Fix use of translations
- Fix qt4-devel  Buildrequire

* Mon Jul 19 2010 Sandro Cazzaniga <kharec@mandriva.org> 1.9.9-1mdv2011.0
+ Revision: 554985
- import TexMakerX