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

Christoph Wickert cwickert at fedoraproject.org
Thu Jan 14 00:55:04 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/garcon/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21688/devel

Modified Files:
	.cvsignore sources 
Added Files:
	garcon.spec import.log 
Log Message:
Initial import of garcon. Reviewd at
https://bugzilla.redhat.com/show_bug.cgi?id=554599



--- NEW FILE garcon.spec ---
Name:           garcon
Version:        0.1.0
Release:        2%{?dist}
Summary:        Implementation of the freedesktop.org menu specification

Group:          System Environment/Libraries
# garcon's source code is licensed under the LGPLv2+,
# while its documentation is licensed under the GFDL 1.1
License:        LGPLv2+ and GFDL
URL:            http://xfce.org/
Source0:        http://archive.xfce.org/src/libs/%{name}/0.1/%{name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glib2-devel >= 2.14
BuildRequires:  gtk2-devel >= 2.12.0
BuildRequires:  gtk-doc
BuildRequires:  gettext
BuildRequires:  intltool

# not yet in place
#Provides:       libxfce4menu-devel = 4.6.2 
#Obsoletes:      libxfce4menu-devel < 4.6.2

%description
Garcon is an implementation of the freedesktop.org menu specification replacing
the former Xfce menu library libxfce4menu. It is based on GLib/GIO only and 
aims at covering the entire specification except for legacy menus.

%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:       gtk2-devel
Requires:       gtk-doc
Requires:       pkgconfig
# not yet in place
#Provides:       libxfce4menu = 4.6.2 
#Obsoletes:      libxfce4menu < 4.6.2

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


%prep
%setup -q


%build
%configure --disable-static --enable-gtk-doc
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 AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%doc HACKING STATUS TODO
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%doc %{_datadir}/gtk-doc/html/%{name}/

%changelog
* Tue Jan 12 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-2
- Build gtk-doc

* Tue Jan 05 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-1
- Initial spec file


--- NEW FILE import.log ---
garcon-0_1_0-2_fc13:HEAD:garcon-0.1.0-2.fc13.src.rpm:1263430346


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/garcon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	13 Jan 2010 18:12:10 -0000	1.1
+++ .cvsignore	14 Jan 2010 00:55:03 -0000	1.2
@@ -0,0 +1 @@
+garcon-0.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/garcon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	13 Jan 2010 18:12:10 -0000	1.1
+++ sources	14 Jan 2010 00:55:04 -0000	1.2
@@ -0,0 +1 @@
+d41255b631f505b26171317d872762ed  garcon-0.1.0.tar.bz2



More information about the scm-commits mailing list