rpms/gmtk/F-16 gmtk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Julian Sikorski belegdol at rpmfusion.org
Sun Nov 20 13:24:47 CET 2011


Author: belegdol

Update of /cvs/free/rpms/gmtk/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7101/F-16

Modified Files:
	.cvsignore sources 
Added Files:
	gmtk.spec 
Log Message:
Initial import


--- NEW FILE gmtk.spec ---
Name:           gmtk           
Version:        1.0.5b1
Release:        3%{?dist}
Summary:        Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer 

License:        GPLv2+
URL:            http://code.google.com/p/%{name}/ 
Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz

BuildRequires:  alsa-lib-devel
BuildRequires:  gettext
BuildRequires:  gtk3-devel
BuildRequires:  intltool
BuildRequires:  pulseaudio-libs-devel
Requires:       mplayer%{?_isa}

%description
Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer

%package        devel
Summary:        Development files for %{name}
Requires:       %{name}%{?_isa} = %{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
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
#remove intrusive docs
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%find_lang %{name}


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files -f %{name}.lang
%doc ChangeLog COPYING INSTALL
%{_libdir}/*.so.*

%files devel
%doc
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc


%changelog
* Tue Nov 15 2011 Julian Sikorski <belegdol at fedoraproject.org> - 1.0.5b1-3
- Removed GConf logic since F-14 is going EOL soon
- Added %%{?_isa} to explicit Requires

* Sun Oct 09 2011 Julian Sikorski <belegdol at fedoraproject.org> - 1.0.5b1-2
- Updated to upstream 1.0.5b1 sources
- Fixed the source URL

* Wed Sep 28 2011 Julian Sikorski <belegdol at fedoraproject.org> - 1.0.5b1-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gmtk/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Nov 2011 19:01:58 -0000	1.1
+++ .cvsignore	20 Nov 2011 12:24:47 -0000	1.2
@@ -0,0 +1 @@
+gmtk-1.0.5b1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/gmtk/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Nov 2011 19:01:58 -0000	1.1
+++ sources	20 Nov 2011 12:24:47 -0000	1.2
@@ -0,0 +1 @@
+f85806e9de44d053deaf37275247c021  gmtk-1.0.5b1.tar.gz



More information about the rpmfusion-commits mailing list