rpms/totem-pl-parser/devel totem-pl-parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Sun Dec 9 16:52:12 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/totem-pl-parser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32030/devel

Modified Files:
	.cvsignore sources 
Added Files:
	totem-pl-parser.spec 
Log Message:
Import totem-pl-parser



--- NEW FILE totem-pl-parser.spec ---
Name:		totem-pl-parser
Version:	2.21.6
Release:	1%{?dist}
Summary:	the Totem Playlist Parser library

Group:		System Environment/Libraries
License:	LGPLv2+
Source0:	http://ftp.gnome.org/pub/gnome/sources/%{name}/2.21/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	gtk2-devel
BuildRequires:	gnome-vfs2-devel

%description
A library to parse and save playlists, as used in music and movie players.


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

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

%prep
%setup -q


%build
%configure --enable-static=no
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} --with-gnome

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING.LIB NEWS README
%{_libdir}/*.so.*

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

%changelog
* Thu Dec 06 2007 - Bastien Nocera <bnocera at redhat.com> - 2.21.6
- First package



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/totem-pl-parser/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Dec 2007 17:14:56 -0000	1.1
+++ .cvsignore	9 Dec 2007 16:51:38 -0000	1.2
@@ -0,0 +1 @@
+totem-pl-parser-2.21.6.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/totem-pl-parser/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Dec 2007 17:14:56 -0000	1.1
+++ sources	9 Dec 2007 16:51:38 -0000	1.2
@@ -0,0 +1 @@
+061f0020a6c564b0027ddab7ff4bc8e8  totem-pl-parser-2.21.6.tar.bz2




More information about the fedora-extras-commits mailing list