rpms/gtk3-engines/devel gtk3-engines.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Clasen mclasen at fedoraproject.org
Fri Jun 11 14:45:13 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gtk3-engines/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10425/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gtk3-engines.spec import.log 
Log Message:
initial import



--- NEW FILE gtk3-engines.spec ---
Summary:        Theme engines for GTK+ 3.0
Name:           gtk3-engines
Version:        2.90.1
Release:        2%{?dist}
# for details on which engines are GPL vs LGPL, see COPYING
License:        LGPLv2+
Group:          System Environment/Libraries
#VCS: git:git://git.gnome.org/gtk-engines
Source:         http://download.gnome.org/sources/gtk-engines/2.90/gtk-engines-%{version}.tar.bz2

BuildRequires:  gtk3-devel >= 2.90.1
BuildRequires:  intltool
BuildRequires:  gettext
BuildRequires:  pkgconfig

URL:            http://download.gnome.org/sources/gtk-engines


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

%description devel
The gtk3-engines-devel package contains files needed to develop
software that uses the theme engines in the gtk3-engines package.


%description
The gtk3-engines package contains shared objects and configuration
files that implement a number of GTK+ theme engines. Theme engines
provide different looks for GTK+, some of which resemble other
toolkits or operating systems.

%prep
%setup -q -n gtk-engines-%{version}

%build
%configure
make %{?_smp_mflags}

%install
make install DESTDIR=$RPM_BUILD_ROOT

# no .la files, please
find $RPM_BUILD_ROOT%{_libdir} -name "*.la" | xargs rm

# workaround for incomplete parallel installability
mv $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gtk-engines-2.pc \
   $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gtk-engines-3.pc

%find_lang gtk3-engines


%files -f gtk3-engines.lang
%defattr(644, root, root, 755)
%doc README AUTHORS NEWS COPYING
%attr (755, root, root) %{_libdir}/gtk-3.0/3.0.0/engines/*.so
%{_datadir}/themes/*
%{_datadir}/gtk-engines

%files devel
%defattr(644, root, root, 755)
%{_libdir}/pkgconfig/gtk-engines-3.pc

%changelog
* Thu Jun 10 2010 Matthias Clasen <mclasen at redhat.com> 2.90.0-2
- Use %%{?_smp_mflags}

* Thu Jun 10 2010 Matthias Clasen <mclasen at redhat.com> 2.90.0-1
- Initial packaging


--- NEW FILE import.log ---
gtk3-engines-2_90_1-2_fc14:HEAD:gtk3-engines-2.90.1-2.fc14.src.rpm:1276267306


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gtk3-engines/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Jun 2010 05:05:51 -0000	1.1
+++ .cvsignore	11 Jun 2010 14:45:12 -0000	1.2
@@ -0,0 +1 @@
+gtk-engines-2.90.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gtk3-engines/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Jun 2010 05:05:51 -0000	1.1
+++ sources	11 Jun 2010 14:45:13 -0000	1.2
@@ -0,0 +1 @@
+13cf6f41ea956a546d6fbfce31c6f047  gtk-engines-2.90.1.tar.bz2



More information about the scm-commits mailing list