rpms/printoxx/devel import.log, NONE, 1.1 printoxx.desktop, NONE, 1.1 printoxx.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicoleau Fabien eponyme at fedoraproject.org
Thu Oct 16 11:00:09 UTC 2008


Author: eponyme

Update of /cvs/pkgs/rpms/printoxx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6673/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log printoxx.desktop printoxx.spec 
Log Message:
New package



--- NEW FILE import.log ---
printoxx-1_6-4_fc9:HEAD:printoxx-1.6-4.fc9.src.rpm:1224154696


--- NEW FILE printoxx.desktop ---
[Desktop Entry]
Name=Printoxx
GenericName=Print one or more image files
Comment=Print image files
Exec=printoxx
Icon=printoxx
Terminal=false
Type=Application
Categories=Application;Graphics;


--- NEW FILE printoxx.spec ---
Name:           printoxx
Version:        1.6
Release:        4%{?dist}
Summary:        Print image files

Group:          Applications/Multimedia
License:        GPLv2
URL:            http://kornelix.squarespace.com/%{name}/
Source0:        http://kornelix.squarespace.com/storage/%{name}/%{name}-%{version}.tar.gz
Source1:        %{name}.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel
BuildRequires:  desktop-file-utils
Requires:       cups

%description
Printoxx is a free open source Linux program for printing one or more image
files with a user-defined page layout. Images can be added to a layout page
using the mouse to select and drop. Images can be moved around and resized
using the mouse. Adding text (titles, notes) works the same way.
Any available font can be used. 

%prep
%setup -q -n %{name}
# To use "fedora" CFLAGS (exported)
sed -i -e "s/CFLAGS =/CFLAGS +=/" Makefile


%build
CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ;
make %{?_smp_mflags} PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} DOCDIR=%{_docdir}/%{name}-%{version}
install -Dm 644 -p data/icons/%{name}.png  $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png
desktop-file-install --vendor="" \
  --mode 644 \
  --remove-category="Application" \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications/ \
  %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc doc/*
%dir %{_datadir}/%{name}
%{_bindir}/%{name}
%{_datadir}/%{name}/*.xtext
%{_datadir}/%{name}/icons
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png

%changelog
* Mon Oct 13 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.6-4
- Better management of documentation
* Sun Oct 12 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.6-3
- Desktop file ameliorations
- Doc files are now reachable
* Mon Oct  6 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.6-2
- add escape char in prep section
* Sun Oct  5 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.6-1
- Rebuild for 1.6
* Sat Sep 27 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.5-1
- Rebuild for 1.5
* Thu Sep 18 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.4-1
- Rebuild for 1.4
* Mon Sep  8 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.3.1-1
- Rebuild for 1.3.1
* Wed Sep  3 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.2-1
- Rebuild for 1.2
* Tue Sep  2 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.1-2
- Added desktop file support
* Mon Sep  1 2008 Nicoleau Fabien <nicoleau.fabien at gmail.com> - 1.1-1
- Initital build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/printoxx/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Oct 2008 21:59:21 -0000	1.1
+++ .cvsignore	16 Oct 2008 10:59:38 -0000	1.2
@@ -0,0 +1 @@
+printoxx-1.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/printoxx/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Oct 2008 21:59:21 -0000	1.1
+++ sources	16 Oct 2008 10:59:38 -0000	1.2
@@ -0,0 +1 @@
+2765993033138c25fb1df0a1efa873a5  printoxx-1.6.tar.gz




More information about the fedora-extras-commits mailing list