Author: twittner Date: Sat Dec 29 23:01:06 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: pdfedit.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/pdfedit.spec diff -u /dev/null SPECS/pdfedit.spec:1.1 --- /dev/null Sun Dec 30 00:01:06 2007 +++ SPECS/pdfedit.spec Sun Dec 30 00:01:00 2007 @@ -0,0 +1,66 @@ +# $Revision$, $Date$ +Summary: Editor for manipulating PDF documents +Summary(pl.UTF-8): Edytor do manipulowania dokumentami PDF +Name: pdfedit +Version: 0.3.2 +Release: 0.1 +License: GPL v2 +Group: X11/Applications +Source0: http://dl.sourceforge.net/pdfedit/%{name}-%{version}.tar.bz2 +# Source0-md5: e4ed098f70a4c5675b16b22641f5a182 +URL: http://pdfedit.petricek.net/ +BuildRequires: boost-devel +BuildRequires: qmake +BuildRequires: qt-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Complete editing of pdf documents is made possible with PDFedit. You +can change either raw pdf objects (for advanced users) or use +predefined gui functions. Functions can be easily added as everything +is based on a scripts. + +Scripting is used to a great extent in editor and almost anything can +be scripted, it is possible to create own scripts or plugins. + +#description -l pl.UTF-8 + +%prep +%setup -q + +%build +export QTDIR="%{_prefix}" +export QMAKESPEC="linux-g++" +%{__autoconf} +%configure +%{__make} \ + CC="%{__cc}" \ + CXX="%{__cxx}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + INSTALL_ROOT=$RPM_BUILD_ROOT \ + QTDIR="%{_prefix}" + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc Changelog README doc +%attr(755,root,root) %{_bindir}/* +%dir %{_datadir}/%{name} +%{_datadir}/%{name}/* +%{_mandir}/man1/*.1* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007-12-29 23:01:00 twittner +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
