rpms/menu-cache/F-10 menu-cache.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Fri Feb 27 01:53:39 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/menu-cache/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19973

Modified Files:
	.cvsignore sources 
Added Files:
	menu-cache.spec 
Log Message:
* Wed Dec 10 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2.2-1
- Update to 0.2.2



--- NEW FILE menu-cache.spec ---
Name:           menu-cache
Version:        0.2.2
Release:        1%{?dist}
Summary:        Caching mechanism for freedesktop.org compliant menus

Group:          System Environment/Libraries
License:        LGPLv2+ and GPLv2+
URL:            http://lxde.org
Source0:        http://downloads.sourceforge.net/lxde/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  glib2-devel >= 2.16.0
Requires:       redhat-menus

%description
Menu-cache is a caching mechanism for freedesktop.org compliant menus to 
speed up parsing of the menu entries. It is currently used by some of 
components of the LXDE desktop environment such as LXPanel or LXLauncher.

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

%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 {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
#FIXME: add ChangeLog if there is content
%doc AUTHORS COPYING README
%{_bindir}/menu-cache-gen
%{_bindir}/menu-cached
%{_libdir}/libmenu-cache.so.*


%files devel
%defattr(-,root,root,-)
%dir %{_includedir}/menu-cache/
%{_includedir}/menu-cache/*.h
%{_libdir}/libmenu-cache.so
%{_libdir}/pkgconfig/libmenu-cache.pc


%changelog
* Wed Dec 10 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2.2-1
- Update to 0.2.2

* Tue Dec 09 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
- Update to 0.2.0
- Split into base and devel package

* Sun Dec 07 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.3-1
- Initial Fedora package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/menu-cache/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Feb 2009 00:28:35 -0000	1.1
+++ .cvsignore	27 Feb 2009 01:53:08 -0000	1.2
@@ -0,0 +1 @@
+menu-cache-0.2.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/menu-cache/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Feb 2009 00:28:35 -0000	1.1
+++ sources	27 Feb 2009 01:53:08 -0000	1.2
@@ -0,0 +1 @@
+2ebce9f1217553112ac35abc35360050  menu-cache-0.2.2.tar.gz




More information about the scm-commits mailing list