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

Kevin Fenzi kevin at fedoraproject.org
Thu Dec 18 00:49:55 UTC 2008


Author: kevin

Update of /cvs/extras/rpms/libspiro/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9725/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libspiro.spec 
Log Message:
Initial version checkin



--- NEW FILE import.log ---
libspiro-20071029-1_fc11:HEAD:libspiro-20071029-1.fc11.src.rpm:1229561331


--- NEW FILE libspiro.spec ---
Name:           libspiro
Version:        20071029
Release:        1%{?dist}
Summary:        Library to simplify the drawing of beautiful curves

Group:          System Environment/Libraries
License:        GPLv2+
URL:            http://libspiro.sourceforge.net/
Source0:        http://downloads.sourceforge.net/%{name}/%{name}_src-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
This library will take an array of spiro control points and 
convert them into a series of bézier splines which can then 
be used in the myriad of ways the world has come to use béziers. 

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}

%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q -n libspiro-20071029

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc README gpl.txt README-RaphLevien
%{_libdir}/*.so.*

%files devel
%doc README gpl.txt README-RaphLevien
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/*.so

%changelog
* Tue Dec 16 2008 Kevin Fenzi <kevin at tummy.com> - 20071029-1
- Initial version for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libspiro/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Dec 2008 00:39:28 -0000	1.1
+++ .cvsignore	18 Dec 2008 00:49:25 -0000	1.2
@@ -0,0 +1 @@
+libspiro_src-20071029.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libspiro/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Dec 2008 00:39:28 -0000	1.1
+++ sources	18 Dec 2008 00:49:25 -0000	1.2
@@ -0,0 +1 @@
+ab6aaa50bbd8fa55e78f8b8b0112f6cd  libspiro_src-20071029.tar.bz2




More information about the fedora-extras-commits mailing list