rpms/openclipart/devel openclipart.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Mon Feb 18 22:25:33 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/openclipart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11237/devel

Modified Files:
	.cvsignore sources 
Added Files:
	openclipart.spec 
Log Message:
Initial import



--- NEW FILE openclipart.spec ---
Name:           openclipart
Version:        0.18
Release:        1%{?dist}
Summary:        Open Clip Art Library

Group:          Applications/Publishing
License:        Public Domain
URL:            http://www.openclipart.org/
Source0:        http://www.openclipart.org/downloads/%{version}/openclipart-%{version}-svgonly.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  dos2unix
BuildArch:      noarch

%description
Open Clip Art Gallery contains thousand of SVG vector images that can be
freely used.  SVG files can be opened in various tools including
Inkscape vector graphics editor, OpenOffice.org and Firefox web nrowser.


%prep
%setup -q -n openclipart-%{version}-svgonly
find . -name '*.svg' -exec dos2unix -k -q '{}' \;


%build


%install
rm -rf $RPM_BUILD_ROOT
# Bundled makefile messes things up horribly,
# (copies unnecessary files including vim backups and doesn't
# handle spaces in names though they are actually present in-tree)
cd clipart
find . -name '*.svg' -exec sh -c '
        DIR="$RPM_BUILD_ROOT/%{_datadir}/clipart/%{name}/$(dirname "{}")";
        install -d "$DIR";
        install -m 644 "{}" "$DIR"' \;


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%{_datadir}/clipart
%doc AUTHORS LICENSE ChangeLog NEWS README VERSION


%changelog
* Thu Feb 14 2008 Lubomir Kundrak <lkundrak at redhat.com> 0.18-1
- Initial packaging attempt


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openclipart/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Feb 2008 20:19:42 -0000	1.1
+++ .cvsignore	18 Feb 2008 22:24:56 -0000	1.2
@@ -0,0 +1 @@
+openclipart-0.18-svgonly.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openclipart/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Feb 2008 20:19:42 -0000	1.1
+++ sources	18 Feb 2008 22:24:56 -0000	1.2
@@ -0,0 +1 @@
+84e6ee889c8eb1208904e8e6f7004e63  openclipart-0.18-svgonly.tar.bz2




More information about the fedora-extras-commits mailing list