Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 4bff5fb2e10f8bb368049747dd18a8ad > files > 3

flpsed-0.5.2-1.fc12.src.rpm

Name:          flpsed        
Version:       0.5.2
Release:       1%{?dist}
Summary:       WYSIWYG pseudo PostScript editor

Group:         Applications/Editors
License:       GPL+     
URL:           http://www.ecademix.com/JohannesHofmann/flpsed.html
Source0:       http://www.ecademix.com/JohannesHofmann/%{name}-%{version}.tar.gz
Source1:       flpsed.desktop
BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: fltk-devel
BuildRequires: desktop-file-utils
Requires:      ghostscript


%description
Flpsed is a WYSIWYG pseudo PostScript editor. "Pseudo", because you can't
remove or modify existing elements of a document. Flpsed lets you add
arbitrary text lines to existing PostScript 1 documents. Added lines can later
be reedited with flpsed. Using pdftops, which is part of xpdf, one can convert
PDF documents to PostScript and also add text to them. flpsed is useful for
filling in forms, adding notes etc.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
desktop-file-install --vendor fedora --dir %{buildroot}%{_datadir}/applications %{SOURCE1}


%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/*
%{_datadir}/applications/*
%{_mandir}/man1/*


%changelog
* Wed Jul 29 2009 Stepan Kasal <skasal@redhat.com> - 0.5.2-1
- new upstream version

* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

* Tue Feb 12 2008 Nicholas Boyle <nsboyle@gmail.com> - 0.5.0-4
-Rebuild for GCC 4.3

* Tue Sep 05 2007 Nicholas Boyle <nsboyle@gmail.com> - 0.5.0-3
-Corrected license version to match source
-Added dependency for ghostscript
-Built files are now globbed, rather than specified explicitly by name

* Mon Aug 20 2007 Nicholas Boyle <nsboyle@gmail.com> - 0.5.0-2
- Added flpsed.desktop
- Specified GPL license version
- Changed buildroot to be more Fedora compliant
- Removed generic INSTALL from installed docs list

* Sat Aug 11 2007 Nicholas Boyle <nsboyle@gmail.com> - 0.5.0-1
- Initial Fedora packaging