automatic version update by autodist [release 0.7.0-1mamba;Sun Oct 14 2012]
This commit is contained in:
parent
b39538ec0a
commit
a871573aee
@ -1,2 +1,4 @@
|
||||
# flpsed
|
||||
|
||||
flpsed is a WYSIWYG PostScript annotator. You can't remove or modify existing elements of a document. But flpsed lets you add arbitrary text lines to existing PostScript 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.
|
||||
|
||||
|
12
flpsed-desktop
Normal file
12
flpsed-desktop
Normal file
@ -0,0 +1,12 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=flpsed
|
||||
GenericName=Postscript and PDF annotator
|
||||
GenericName[it]=Editor di file Postscript e PDF
|
||||
Comment=Edit .pdf files
|
||||
Comment[it]=Consente di modificare i files PDF
|
||||
Exec=flpsed
|
||||
Icon=pdf.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Application;Office;
|
59
flpsed.spec
Normal file
59
flpsed.spec
Normal file
@ -0,0 +1,59 @@
|
||||
Name: flpsed
|
||||
Version: 0.7.0
|
||||
Release: 1mamba
|
||||
Summary: A Postscript and PDF annotator
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.ecademix.com/JohannesHofmann/flpsed.html
|
||||
Source: http://www.ecademix.com/JohannesHofmann/flpsed-%{version}.tar.gz
|
||||
Source1: %{name}-desktop
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfltk-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXft-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
flpsed is a WYSIWYG PostScript annotator. You can't remove or modify existing elements of a document. But flpsed lets you add arbitrary text lines to existing PostScript 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
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
install -D %{SOURCE1} %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/flpsed
|
||||
%{_mandir}/man1/flpsed.1.gz
|
||||
%{_datadir}/applications/flpsed.desktop
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Sun Oct 14 2012 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jan 03 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.0-1mamba
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user