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

Nicoleau Fabien eponyme at fedoraproject.org
Thu Feb 4 18:06:07 UTC 2010


Author: eponyme

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

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



--- NEW FILE import.log ---
xcftools-1_0_7-1_fc12:HEAD:xcftools-1.0.7-1.fc12.src.rpm:1265306772


--- NEW FILE xcftools.spec ---
Name:           xcftools
Version:        1.0.7 
Release:        1%{?dist}
Summary:        Command-line tools for extracting information from XCF files

Group:          Applications/Multimedia
License:        Public Domain
URL:            http://henning.makholm.net/software
Source0:        http://henning.makholm.net/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  gettext libpng-devel

%description
Xcftools is a set of fast command-line tools for extracting information from
the Gimp's native file format XCF. The tools are designed to allow efficient
use of layered XCF files as sources in a build system that use 'make' and
similar tools to manage automatic processing of the graphics. 
These tools work independently of the Gimp engine and do not require 
the Gimp to even be installed. 

%prep
%setup -q
# To avoid strip before install (that will generate an empty debuginfo)
sed -i -e '/strip=/d' Makefile.in

%build
%configure
make %{?_smp_mflags}
cd manpo
# Convert to utf-8
for file in xcf2png.da.1 xcf2pnm.da.1 xcfinfo.da.1 xcfview.da.1 ; do
    iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
    touch -r $file $file.new && \
    mv $file.new $file
done


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1/
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README
%{_bindir}/xcf*
%{_mandir}/man?/xcf*.1.gz
%{_mandir}/da/man?/xcf*.1.gz


%changelog
* Tue Dec 22 2009 Nicoleau Fabien <nicoleau.fabien at gmail.com> 1.0.7-1
- Initital build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xcftools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 Feb 2010 02:36:17 -0000	1.1
+++ .cvsignore	4 Feb 2010 18:06:07 -0000	1.2
@@ -0,0 +1 @@
+xcftools-1.0.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xcftools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 Feb 2010 02:36:17 -0000	1.1
+++ sources	4 Feb 2010 18:06:07 -0000	1.2
@@ -0,0 +1 @@
+fd960b6470fb23520fc4b1ade6cf6e25  xcftools-1.0.7.tar.gz



More information about the scm-commits mailing list