rpms/liblrdf/devel liblrdf-README.fedora, NONE, 1.1 liblrdf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Anthony Green (green) fedora-extras-commits at redhat.com
Sun May 14 03:29:59 UTC 2006


Author: green

Update of /cvs/extras/rpms/liblrdf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30311/devel

Modified Files:
	.cvsignore sources 
Added Files:
	liblrdf-README.fedora liblrdf.spec 
Log Message:
auto-import liblrdf-0.4.0-6 on branch devel from liblrdf-0.4.0-6.src.rpm


--- NEW FILE liblrdf-README.fedora ---
See the liblrdf SRPM for example source code.


--- NEW FILE liblrdf.spec ---
Summary:      Library for manipulating RDF files describing LADSPA plugins
Name:         liblrdf
Version:      0.4.0
Release:      6%{?dist}
License:      GPL
Group:        System Environment/Libraries
URL:          http://lrdf.sourceforge.net/
Source0:      http://download.sourceforge.net/lrdf/liblrdf-0.4.0.tar.gz
Source1:      liblrdf-README.fedora
BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig, ladspa-devel, raptor-devel

%description
liblrdf is a library to make it easy to manipulate RDF files describing
LADSPA plugins.

%package devel
Summary: Library for manipulating RDF files describing LADSPA plugins
Group: Development/Libraries
Requires: liblrdf = %{version}-%{release}
Requires: raptor-devel

%description devel
This is a library to make it easy to manipulate RDF files describing
LADSPA plugins. This package includes the development tools.

%prep
%setup -q
cp %{SOURCE1} README.fedora

%build
%configure --disable-static

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README README.fedora
%{_libdir}/liblrdf.so.*
%exclude %{_datadir}/ladspa/rdf/ladspa.rdfs

%files devel
%defattr(-,root,root,-)
%{_includedir}/*
%{_libdir}/liblrdf.so
%exclude %{_libdir}/liblrdf.la
%{_libdir}/pkgconfig/*

%changelog
* Sat May 13 2006 Anthony Green <green at redhat.com> 0.4.0-6
- Exclude ladspa.rdfs.
- Don't use %{__rm} or %{__make} macros.
- Standardize on $RPM_BUILD_ROOT from %{buildroot}.

* Mon Apr 24 2006 Anthony Green <green at redhat.com> 0.4.0-5
- Clean up BuildRequires based on raptor mods.

* Sun Apr 23 2006 Anthony Green <green at redhat.com> 0.4.0-4
- Remove examples dir.  Add README.fedora.
- Configure with --disable-static.

* Sun Apr 23 2006 Anthony Green <green at redhat.com> 0.4.0-3
- Update URLs.
- Remove gcc-c++ from BuildRequires.
 
* Tue Apr 18 2006 Anthony Green <green at redhat.com> 0.4.0-2
- Minor tweaks.  Build for Fedora Extras.
 
* Wed Dec 22 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.4.0-1
- updated to 0.4.0
* Fri Dec 16 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 
- spec file tweaks
* Thu Apr 15 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.7-1
- updated to 0.3.7, added proper build requirements
* Wed Feb 18 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.5-1
- updated to 0.3.5
* Wed Feb  4 2004 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.4-1
- updated to 0.3.4
* Fri Nov  7 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.2-1
- updated to 0.3.2
* Tue May  6 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.3.1-1
- updated to 0.3.1
* Thu Mar  6 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.4-1
- added ldconfig, pkgconfig file to devel file list
* Wed Feb 19 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.3-2
- added raptor-devel dependency to liblrdf-devel
* Fri Feb 14 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.3-1
- updated to 0.2.3
* Wed Feb 11 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.2-1
- updated to 0.2.2
* Mon Jan 13 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.2.1-1
- updated to 0.2.1
* Thu Jan  9 2003 Fernando Lopez-Lezcano <nando at ccrma.stanford.edu> 0.1.3-1
- Initial build, fix missing symbolic links to the shared library


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/liblrdf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 May 2006 03:28:55 -0000	1.1
+++ .cvsignore	14 May 2006 03:29:59 -0000	1.2
@@ -0,0 +1 @@
+liblrdf-0.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/liblrdf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 May 2006 03:28:55 -0000	1.1
+++ sources	14 May 2006 03:29:59 -0000	1.2
@@ -0,0 +1 @@
+327a5674f671c4b360c6353800226877  liblrdf-0.4.0.tar.gz




More information about the fedora-extras-commits mailing list