rpms/olpc-library/devel olpc-library.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Daniel Drake dsd at fedoraproject.org
Sat Jul 11 22:39:14 UTC 2009


Author: dsd

Update of /cvs/pkgs/rpms/olpc-library/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23830

Modified Files:
	.cvsignore sources 
Added Files:
	olpc-library.spec 
Log Message:
import v2.0.2


--- NEW FILE olpc-library.spec ---
Name:           olpc-library
Version:        2.0.2
Release:        1%{?dist}
Summary:        OLPC library files and scripts 

# library.js is AGPLv1
# olpc-library-update (aka make_index) is GPLv2+
License:        GPLv2+ and AGPLv1

Group:          Applications/Internet
URL:            http://wiki.laptop.org/go/Library
Source0:        http://dev.laptop.org/~dsd/olpc-library/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

Requires:       sugar, python-jinja

%description
Scripts to maintain the OLPC Library index page.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install

# for legacy purposes (sugar uses this path)
ln -s %{_bindir}/olpc-library-update $RPM_BUILD_ROOT/%{_datadir}/library-common/make_index.py


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog README LICENSE COPYING.AGPLv1 COPYING.GPLv2
%{_datadir}/library-common/
%{_bindir}/olpc-library-update


%changelog
* Sat Jul 11 2009 Daniel Drake <dsd at laptop.org> - 2.0.2-1
- Initial import



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-library/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Jul 2009 19:16:23 -0000	1.1
+++ .cvsignore	11 Jul 2009 22:38:43 -0000	1.2
@@ -0,0 +1 @@
+olpc-library-2.0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/olpc-library/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Jul 2009 19:16:23 -0000	1.1
+++ sources	11 Jul 2009 22:38:44 -0000	1.2
@@ -0,0 +1 @@
+7816169b15abd4ea14d56beed3afb065  olpc-library-2.0.2.tar.bz2




More information about the fedora-extras-commits mailing list