rpms/e16-docs/F-9 e16-docs.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Thu May 1 19:14:10 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/e16-docs/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1507/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	e16-docs.spec 
Log Message:
Importing e16-docs.




--- NEW FILE e16-docs.spec ---
Summary:   Documentation for Enlightenment, DR16
Name:      e16-docs
Version:   0.16.8.0.1
Release:   2%{?dist}
License:   MIT with advertising
URL:       http://www.enlightenment.org/
Group:     User Interface/Desktops
Source:    http://downloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.gz
BuildArch: noarch
Requires:  e16 >= 0.16.8 bitstream-vera-fonts
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This package contains documentation for Enlightenment, DR16.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags} 

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
for f in Vera VeraBd ; do
    %{__rm} -f %{buildroot}/usr/share/e16/E-docs/$f.ttf
    %{__ln_s} ../../fonts/bitstream-vera/$f.ttf %{buildroot}/usr/share/e16/E-docs/$f.ttf
done

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING README
%{_datadir}/e16/E-docs

%changelog
* Tue Apr 29 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.16.8.0.1-2
- fonts already in bitstream-vera-fonts, symlink
- fix typo in summary

* Tue Mar 27 2008 Terje Rosten <terjeros at phys.ntnu.no> - 0.16.8.0.1-1
- 0.16.8.0.1
- Fix license

* Tue Aug 21 2007 Terje Rosten <terjeros at phys.ntnu.no> - 0.16.8-0.1.0.02
- Initial build




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/e16-docs/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	1 May 2008 15:29:33 -0000	1.1
+++ .cvsignore	1 May 2008 19:13:32 -0000	1.2
@@ -0,0 +1 @@
+e16-docs-0.16.8.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/e16-docs/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	1 May 2008 15:29:33 -0000	1.1
+++ sources	1 May 2008 19:13:32 -0000	1.2
@@ -0,0 +1 @@
+d92e6a7153b5433bafb2ff6561640dc4  e16-docs-0.16.8.0.1.tar.gz




More information about the scm-commits mailing list