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

Asheesh Laroia (asheesh) fedora-extras-commits at redhat.com
Wed Jun 25 00:30:42 UTC 2008


Author: asheesh

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log liblicense.spec 
Log Message:
Importing liblicense 0.7.0-3 to devel



--- NEW FILE import.log ---
liblicense-0_7_0-3:HEAD:liblicense-0.7.0-3.src.rpm:1214353777


--- NEW FILE liblicense.spec ---
Name: liblicense
Version: 0.7.0
Release: 3
License: LGPLv2
Summary: Content License Library
Group: Development/Libraries
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: exempi-devel >= 1.99.9
BuildRequires: raptor-devel >= 1.4.14
BuildRequires: gnome-common
BuildRequires: sqlite-devel
BuildRequires: taglib-devel
BuildRequires: libgsf-devel
BuildRequires: id3lib-devel
BuildRequires: libvorbis-devel
Buildrequires: flac-devel
BuildRequires: ruby-devel
BuildRequires: python-devel
BuildRequires: gettext
Url: http://www.creativecommons.org/project/Liblicense

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%description
The liblicense package contains the library, bindings, CLI utilities and
license files.

%package modules
Summary: Input/output modules for accessing license metadata in various file formats
Group: Development/Libraries

%description modules
Input/output modules for accessing license metadata in various file foramts.

%package python
Summary: Python bindings for liblicense, a library to handle license metadata
Group: Development/Libraries

%description python
Python bindings for liblicense, a library to handle media license metadata.

%package cli
Summary: CLI tool for choosing a user default license or the license of a file
Group: Applications/File

%description cli
Simple command-line utility for examining the license in a file or setting a
user preference for a default license

%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

%build
%configure --disable-static --disable-rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}

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

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING
%{_libdir}/liblicense.so.*
%{_libdir}/liblicense/%{version}/config/
%{_datadir}/liblicense/icons
%{_datadir}/liblicense/licenses
%{_datadir}/pixmaps/scales.svg

%files modules
%{_libdir}/liblicense/%{version}/io/

%files cli
%{_bindir}/license

%files devel
%{_includedir}/liblicense-2.0
%{_libdir}/pkgconfig/liblicense.pc
%{_libdir}/liblicense.so

%files python
%dir %{python_sitelib}/liblicense
%{python_sitearch}/liblicense/liblicense.so
%{python_sitelib}/liblicense/__init__.py
%{python_sitelib}/liblicense/__init__.pyc
%{python_sitelib}/liblicense/__init__.pyo

%changelog
* Mon Jun 16 2008 Asheesh Laroia <asheesh at creativecommons.org> - 0.7.0-3
- Pass --disable-rpath to ./configure.
- Modify bundled libtool with sed expressions from Fedora Packaging Guidelines
* Thu May 29 2008 Asheesh Laroia <asheesh at creativecommons.org> - 0.7.0-2
- Put liblicense.so in -devel package
- Fix really long (>80 chars) descriptions
- Stop trying to own /usr/bin
- Remove trailing dot from package summary; fixed typo (misspelled "formats")
- LGPLv2 is license
* Tue May 13 2008 Asheesh Laroia <asheesh at creativecommons.org> - 0.7.0-1
- liblicense 0.7.0
- Create separate packages for plugins, Python modules
* Wed Aug 22 2007 Scott Shawcroft <scott.shawcroft at gmail.com> - 0.4-1
- liblicense 0.4
* Mon Jul 30 2007 Scott Shawcroft <scott.shawcroft at gmail.com> - 0.3-1
- initial liblicense rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/liblicense/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jun 2008 21:40:43 -0000	1.1
+++ .cvsignore	25 Jun 2008 00:30:00 -0000	1.2
@@ -0,0 +1 @@
+liblicense-0.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/liblicense/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Jun 2008 21:40:43 -0000	1.1
+++ sources	25 Jun 2008 00:30:00 -0000	1.2
@@ -0,0 +1 @@
+287e71c836a01d8eb56e2d42fd2ffa7d  liblicense-0.7.0.tar.gz




More information about the fedora-extras-commits mailing list